-
If you use the GeoJson library in Azure API app and you use the following code in WebApiConfig to reduce the amount of Json returned by web API:
config.Formatters.JsonFormatter.SerializerSettings.De…
-
For my project I noticed that a standalone unit test worked, but while executing the whole test suite, the test fails. I then experimented a bit and created this minimal test case:
``` java
import co…
-
In tests generated out of contracts with AMQP messages we observe the following error:
```
2016-12-23 14:32:45,272 ERROR [main] - [com.toomuchcoding.jsonassert.JsonAsserter] [tenant=1234] - Excepti…
-
Error that I am getting:
While the values of both the strings are same. but still assertion is failing.
Expected: a JSON object but none found
Code:
JSONParser parser = new JSONParser();
try…
-
LocationTech CQ #[11343](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=11343) JSONassert
Current status: **withdrawn**
Depends on `org.json:json` which has a license specifying "the Software shall…
-
I get a `NoClassDefFoundError` in my unit tests with `spring-boot-starter-test`:
```
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at org.springframework.test.context.jun…
-
I'm having difficulty with redirects in TestRestTemplate. Using 1.5.3.RELEASE I do not get a redirect for 302 (which is good: my test is specifically checking for this status code), but with 2.0.0.M1 …
-
I've just noticed that JSONAssert returns true when one json contains another - FIRST contains SECOND. Can you confirm that this is NOT a correct behavior?
Also FIRST is not even a valid JSON.
``` g…
raduy updated
8 years ago
-
We have a problem to start spring boot app with admin version 1.5.0+ Please help.
With version 1.5.0 I'm able to start. I think problem appear after you solved this issue
https://github.com/codecent…
-
We have a toolchain based on Jackson; I'd like to use JSONassert with Jackson JSON objects. I've forked the skyscreamer/JSONassert repo and replaced org.json with [FasterXML/jackson-core](https://gith…