public abstract class KieServerBaseIntegrationTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected KieServicesClient |
client |
protected static org.slf4j.Logger |
logger |
protected static org.kie.scanner.MavenRepository |
repository |
protected static org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer |
server |
| Constructor and Description |
|---|
KieServerBaseIntegrationTest() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
assertResultContainsString(String result,
String expectedString) |
protected static void |
assertResultContainsStringRegex(String result,
String regex) |
protected static void |
assertSuccess(ServiceResponse<?> response) |
protected static void |
buildAndDeployCommonMavenParent() |
protected static void |
buildAndDeployMavenProject(String basedir) |
static void |
cleanupSingletonSessionId() |
protected static void |
createAndDeployKJar(ReleaseId releaseId) |
protected abstract KieServicesClient |
createDefaultClient() |
protected static KieServicesConfiguration |
createKieServicesJmsConfiguration() |
protected static KieServicesConfiguration |
createKieServicesRestConfiguration() |
protected void |
disposeAllContainers() |
protected org.jboss.resteasy.client.ClientRequest |
newRequest(String uriString) |
void |
setup() |
static void |
setupClass() |
static void |
tearDown() |
protected static org.slf4j.Logger logger
protected static org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer server
protected static org.kie.scanner.MavenRepository repository
protected KieServicesClient client
public static void tearDown()
protected void disposeAllContainers()
protected abstract KieServicesClient createDefaultClient() throws Exception
Exceptionprotected static void buildAndDeployMavenProject(String basedir)
protected static void buildAndDeployCommonMavenParent()
protected static void createAndDeployKJar(ReleaseId releaseId)
protected static void assertSuccess(ServiceResponse<?> response)
protected static void assertResultContainsString(String result, String expectedString)
protected static void assertResultContainsStringRegex(String result, String regex)
protected static KieServicesConfiguration createKieServicesJmsConfiguration()
protected static KieServicesConfiguration createKieServicesRestConfiguration()
protected org.jboss.resteasy.client.ClientRequest newRequest(String uriString)
public static void cleanupSingletonSessionId()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.