public final class RamlMatchers extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<RamlReport> |
checks()
RamlReport has correct Request/Response.
|
static org.hamcrest.Matcher<RamlReport> |
hasNoViolations()
RamlReport has correct RAML, and Request/Response.
|
static org.hamcrest.Matcher<RamlReport> |
requestChecks()
RamlReport has correct Request.
|
static org.hamcrest.Matcher<RamlReport> |
responseChecks()
RamlReport has correct Response.
|
static org.hamcrest.Matcher<RamlReport> |
validates()
RamlReport has correct RAML.
|
public static org.hamcrest.Matcher<RamlReport> hasNoViolations()
public static org.hamcrest.Matcher<RamlReport> validates()
public static org.hamcrest.Matcher<RamlReport> checks()
public static org.hamcrest.Matcher<RamlReport> requestChecks()
public static org.hamcrest.Matcher<RamlReport> responseChecks()
Copyright © 2014–2016. All rights reserved.