Package | Description |
---|---|
io.stallion.requests | |
io.stallion.testing |
Modifier and Type | Class and Description |
---|---|
class |
EmptyResponse |
Modifier and Type | Method and Description |
---|---|
MockResponse |
TestClient.get(String path) |
MockResponse |
TestClient.post(String path,
Map<String,Object> data) |
MockResponse |
TestClient.post(String path,
Object dataObject) |
MockResponse |
TestClient.put(String path,
Map<String,Object> data) |
MockResponse |
TestClient.put(String path,
Object dataObject) |
MockResponse |
TestClient.request(StRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AppIntegrationCaseBase.assertResponseContains(MockResponse response,
String content) |
void |
AppIntegrationCaseBase.assertResponseContains(MockResponse response,
String content,
int status) |
void |
AppIntegrationCaseBase.assertResponseDoesNotContain(MockResponse response,
String content) |
void |
AppIntegrationCaseBase.assertResponseDoesNotContain(MockResponse response,
String content,
int status) |
void |
AppIntegrationCaseBase.assertResponseSucceeded(MockResponse response) |
Copyright © 2016. All rights reserved.