| Modifier and Type | Method and Description |
|---|---|
RamlReport |
SimpleReportAggregator.addReport(RamlReport report) |
RamlReport |
MultiReportAggregator.addReport(RamlReport report) |
RamlReport |
RamlDefinition.testAgainst(org.springframework.test.web.servlet.MvcResult mvcResult) |
RamlReport |
RamlDefinition.testAgainst(RamlRequest request,
RamlResponse response) |
RamlReport |
RamlDefinition.testAgainst(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain) |
RamlReport |
RamlDefinition.validate() |
| Modifier and Type | Method and Description |
|---|---|
List<RamlReport> |
SimpleReportAggregator.getReports() |
List<RamlReport> |
MultiReportAggregator.getReports(RamlDefinition definition) |
Iterable<Map.Entry<String,List<RamlReport>>> |
MultiReportAggregator.reports() |
| Modifier and Type | Method and Description |
|---|---|
RamlReport |
SimpleReportAggregator.addReport(RamlReport report) |
RamlReport |
MultiReportAggregator.addReport(RamlReport report) |
| Modifier and Type | Method and Description |
|---|---|
RamlReport |
ReportAggregator.addReport(RamlReport report) |
RamlReport |
DummyReportAggragator.addReport(RamlReport report) |
RamlReport |
RamlChecker.check(RamlRequest request) |
RamlReport |
RamlChecker.check(RamlRequest request,
RamlResponse response) |
static RamlReport |
RamlReport.fromModelResult(RamlApi raml,
org.raml.v2.api.RamlModelResult modelResult) |
RamlReport |
ThreadLocalReportStore.getLastReport() |
RamlReport |
ReportStore.getLastReport() |
RamlReport |
AggregatingReportStore.getLastReport() |
RamlReport |
RamlViolationException.getReport() |
RamlReport |
RamlValidator.validate() |
| Modifier and Type | Method and Description |
|---|---|
RamlReport |
ReportAggregator.addReport(RamlReport report) |
RamlReport |
DummyReportAggragator.addReport(RamlReport report) |
void |
ThreadLocalReportStore.storeReport(RamlReport report) |
void |
ReportStore.storeReport(RamlReport report) |
void |
AggregatingReportStore.storeReport(RamlReport report) |
| Modifier and Type | Method and Description |
|---|---|
static Usage |
UsageBuilder.usage(RamlApi raml,
List<RamlReport> reports) |
| Constructor and Description |
|---|
RamlViolationException(RamlReport report) |
| Modifier and Type | Method and Description |
|---|---|
RamlReport |
RamlHttpClient.getLastReport() |
| Modifier and Type | Method and Description |
|---|---|
RamlReport |
CheckingWebTarget.getLastReport() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<RamlReport> |
RamlMatchers.checks() |
static org.hamcrest.Matcher<RamlReport> |
RamlMatchers.hasNoViolations() |
static org.hamcrest.Matcher<RamlReport> |
RamlMatchers.requestChecks() |
static org.hamcrest.Matcher<RamlReport> |
RamlMatchers.responseChecks() |
static org.hamcrest.Matcher<RamlReport> |
RamlMatchers.validates() |
| Modifier and Type | Method and Description |
|---|---|
RamlReport |
RestAssuredClient.getLastReport() |
| Modifier and Type | Method and Description |
|---|---|
RamlReport |
RestAssuredClient.getLastReport() |
| Modifier and Type | Method and Description |
|---|---|
RamlReport |
ServletTester.testAgainst(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain) |
| Modifier and Type | Method and Description |
|---|---|
RamlReport |
RamlRestTemplate.getLastReport() |
RamlReport |
RamlMatcher.testAgainst(org.springframework.test.web.servlet.MvcResult result) |
Copyright © 2014–2017. All rights reserved.