-
The following assertion passes but should fail:
``` java
String expected = "{\"foo\":\"superfoo\",\"bar\":{\"bar\":\"superfoo\"}}";
String actual = "{\"foo\":\"superfoo\",\"bar\":null}";
JSONAssert.a…
-
The following two tests in `com.graphaware.reco.integration.ModuleIntegrationTest` fail: `shouldRecommendRealTime` and `shouldRecommendWithLittleTime` because the order of partial scores is different.…
-
```
Hi,
This is not an issue, it is more like a feature request or the desire to open a
discussion i suppose :-)
So I wanted to use jsonpath for implementing filtering on my command line tool
that…
-
I tried upgrading the dependency of `eclipse/golo-lang` from 6.9.9 to 6.9.10 but now some tests fail due to the Guice `Injector` class not being found, as in:
```
java.lang.NoClassDefFoundError: com/…
-
String exp = "{"dataStreamsCount":1,"dataStreams":[{"device":"testDevice_single_boolean_sensors","sensor":"sensor_boolean_1","dataPointsCount":20,"dataPoints":[{"iso":"2011-12-31T17:01:01.001Z","value…
-
```
json-path seems only compatible with hamcrest 1.1 (which have 1.2.1 released
already).
When I use hamcrest 1.2.1 with 0.5.6 when trying:
with(getResponseContent()).assertThat("errors",
hasItem…
-
```
Hi,
This is not an issue, it is more like a feature request or the desire to open a
discussion i suppose :-)
So I wanted to use jsonpath for implementing filtering on my command line tool
that…
-
Recently,I want to test HTTP request/response for a Andriod App .So, I don't want create a -wiremock stanalone in my PC,and gradle it to Android program in Anriod Studio.However,I meet a lot trouble o…
-
**[Eugene Tenkaev](https://jira.spring.io/secure/ViewProfile.jspa?name=hronom)** opened **[SPR-13607](https://jira.spring.io/browse/SPR-13607?redirect=false)** and commented
Greetings everyone!
`spr…
-
```
org.skyscreamer
jsonassert
```
Not used directly by us but often wanted for MockMvc