-
```
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…
-
```
What steps will reproduce the problem?
@Test
public void testNotDefined() throws Exception {
JsonAsserter asserter = JsonAssert.with("{\"foo\":\"bar\"}");
asserter.assert…
-
hi,
I am using robolectric with powermock.
It will throw an exception when calling `json.toString()`.
Something like
```
@RunWith(RobolectricGradleTestRunner.class)
@Config(constants = BuildConfig…
twmht updated
8 years ago
-
```
What steps will reproduce the problem?
@Test
public void testNotDefined() throws Exception {
JsonAsserter asserter = JsonAssert.with("{\"foo\":\"bar\"}");
asserter.assert…
-
```
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…
-
```
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…
-
I'm using Gradle 3.0, with `2.10.2` everything works fine, but after upgrading to latest `2.11.0` I got `StackOverflowError`:
```
➜ myapp git:(master) ./gradlew assetCompile --info --stacktrace
Init…
-
http://stackoverflow.com/questions/34054922/pattern-not-found-when-using-javacomplete2-on-os-x
-
**[Christopher Smith](https://jira.spring.io/secure/ViewProfile.jspa?name=w_c_smith)** opened **[SPR-13299](https://jira.spring.io/browse/SPR-13299?redirect=false)** and commented
The standalone `spr…