| Package | Description |
|---|---|
| io.apiman.test.common.util |
| Modifier and Type | Method and Description |
|---|---|
static RestTest |
TestUtil.loadRestTest(String resourcePath,
ClassLoader cl)
Loads a rest test from a classpath resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestPlanRunner.assertJson(RestTest restTest,
org.codehaus.jackson.JsonNode expectedJson,
org.codehaus.jackson.JsonNode actualJson)
Asserts that the JSON payload matches what we expected, as defined
in the configuration of the rest test.
|
void |
TestPlanRunner.runTest(RestTest restTest,
String baseApiUrl)
Runs a single REST test.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.