Closed jheadley closed 7 years ago
Trying to skip the tests with -DskipTests
and/or -Dmaven.test.skip=true
also fails.
According to the JSON spec (http://www.json.org/):
An object is an unordered set of name/value pairs
Sometimes the Mockito mock arguments would not line-up and return NULL. To fix this an ArgumentMatcher around https://github.com/skyscreamer/JSONassert was used for more lenient argument matching.
Commit: 5024f57
Using Maven 3.5 and running mvn install gets the test failures below: