public abstract class RestJmsSharedBaseIntegrationTest extends KieServerBaseIntegrationTest
| Modifier and Type | Field and Description |
|---|---|
org.kie.server.client.KieServicesConfiguration |
configuration |
protected Map<String,Class<?>> |
extraClasses |
org.kie.server.api.marshalling.MarshallingFormat |
marshallingFormat |
client, controller, logger, repository, server| Constructor and Description |
|---|
RestJmsSharedBaseIntegrationTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addExtraCustomClasses(Map<String,Class<?>> extraClasses)
Add custom classes needed by marshallers.
|
protected org.kie.server.client.KieServicesClient |
createDefaultClient() |
protected Object |
createInstance(String objectClassIdentifier,
Object... constructorParameters)
Instantiate custom object.
|
static Collection<Object[]> |
data() |
protected void |
setupClients(org.kie.server.client.KieServicesClient kieServicesClient)
Initialize Execution server clients.
|
assertNullOrEmpty, assertNullOrEmpty, assertResultContainsString, assertResultContainsStringRegex, assertResultNotContainingStringRegex, assertSuccess, buildAndDeployCommonMavenParent, buildAndDeployMavenProject, cleanupSingletonSessionId, createAndDeployKJar, createKieServicesJmsConfiguration, createKieServicesRestConfiguration, disposeAllContainers, disposeAllServerInstances, newRequest, setup, setupClass, startKieController, startKieServer, stopKieController, stopKieServer, tearDownpublic org.kie.server.api.marshalling.MarshallingFormat marshallingFormat
public org.kie.server.client.KieServicesConfiguration configuration
public static Collection<Object[]> data()
protected org.kie.server.client.KieServicesClient createDefaultClient()
throws Exception
createDefaultClient in class KieServerBaseIntegrationTestExceptionprotected void addExtraCustomClasses(Map<String,Class<?>> extraClasses) throws Exception
extraClasses - Map with classname keys and respective Class instances.Exceptionprotected void setupClients(org.kie.server.client.KieServicesClient kieServicesClient)
kieServicesClient - Kie services client.protected Object createInstance(String objectClassIdentifier, Object... constructorParameters)
objectClassIdentifier - Object class identifier - usually class name.constructorParameters - Object's constructor parameters.Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.