public abstract class AppIntegrationCaseBase extends Object
Modifier and Type | Field and Description |
---|---|
static TestClient |
client |
Constructor and Description |
---|
AppIntegrationCaseBase() |
Modifier and Type | Method and Description |
---|---|
void |
assertContains(String content,
String expected) |
void |
assertNotContains(String content,
String unexpected) |
void |
assertResponseContains(MockResponse response,
String content) |
void |
assertResponseContains(MockResponse response,
String content,
int status) |
void |
assertResponseDoesNotContain(MockResponse response,
String content) |
void |
assertResponseDoesNotContain(MockResponse response,
String content,
int status) |
void |
assertResponseSucceeded(MockResponse response) |
static void |
cleanUpClass() |
static void |
startApp(String folderName) |
static void |
startApp(String folderName,
Boolean watchFolders) |
static void |
tearDownClass() |
public static TestClient client
public AppIntegrationCaseBase()
public static void startApp(String folderName, Boolean watchFolders) throws Exception
Exception
public static void tearDownClass() throws Exception
Exception
public static void cleanUpClass()
public void assertContains(String content, String expected)
public void assertNotContains(String content, String unexpected)
public void assertResponseDoesNotContain(MockResponse response, String content)
public void assertResponseDoesNotContain(MockResponse response, String content, int status)
public void assertResponseContains(MockResponse response, String content)
public void assertResponseSucceeded(MockResponse response)
public void assertResponseContains(MockResponse response, String content, int status)
Copyright © 2016. All rights reserved.