public interface RamlChecker
| Modifier and Type | Method and Description |
|---|---|
Pair<Set<Issue>,Set<Issue>> |
check(RamlRoot published,
RamlRoot implemented)
Performs a specific check across two Raml Models.
|
Pair<Set<Issue>,Set<Issue>> check(RamlRoot published, RamlRoot implemented)
published - The Raml as published in the contractimplemented - The Raml as generated from the implementationCopyright © 2017. All rights reserved.