Skip to content

Instantly share code, notes, and snippets.

@stephan-landers
Created July 8, 2019 13:07
Show Gist options
  • Save stephan-landers/05ae8f36c30f656d1889ebfff43db23a to your computer and use it in GitHub Desktop.
Save stephan-landers/05ae8f36c30f656d1889ebfff43db23a to your computer and use it in GitHub Desktop.
<configuration doc:name="Configuration">
<!-- [...] -->
<expression-language>
<!-- [...] -->
<import class="com.ricston.munit.assertion.JSONAssertion"/>
<!-- [...] -->
def jsonAssert(file) {
return new JSONAssertion(getResource(file).asString());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment