public final class RamlMatchers extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<RamlReport> |
checks() |
static org.hamcrest.Matcher<RamlReport> |
hasNoViolations() |
static org.hamcrest.Matcher<RamlReport> |
requestChecks() |
static org.hamcrest.Matcher<RamlReport> |
responseChecks() |
static org.hamcrest.Matcher<RamlReport> |
validates() |
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–2018. All rights reserved.