-
I've been trying to run jbot-example–I cloned the repository, ran `mvn install` in the jbot folder, went into jbot-example and ran `mvn spring-boot:run`, but it throws this error:
```
[ERROR] Failed…
-
I found this issue when I was using accurest library. After some investigation I wrote test in jsonassert based on code generated by accurest and it didn't pass (code below).
@Shared String json12 =…
-
For input:
```
response {
status 200
body( content: [
value(
id: 'article_accurest::1',
tags: ['tag1', 'tag2', 'tag3']
), value (
id: 'arti…
hator updated
8 years ago
-
Trying to [setup](http://jetbrains.github.io/spek/docs/latest/#setting-up) spek, but get the following error:
```
Error:(157, 0) Could not find method testRuntime() for arguments [org.jetbrains.spek:…
-
```
What steps will reproduce the problem?
@Test
public void testNotDefined() throws Exception {
JsonAsserter asserter = JsonAssert.with("{\"foo\":\"bar\"}");
asserter.assert…
-
Following test fails:
``` groovy
def 'should generate response stub with regex inside closure and with regex without closure'() {
given:
GroovyDsl groovyDsl = GroovyDsl.make {
…
-
For dsl with response body:
> '''
> {
> "text" : "text with 'quotes' inside"
> }
> '''
the output of gnerateAccurest is:
> !parsedJson.read('''$[?(@.text == 'text with 'quotes' inside')]''', JS…
-
When comparing an expected structure against null the assertion passes. This seems like a false positive to me.
``` Java
import org.junit.Test;
import static net.javacrumbs.jsonunit.JsonAssert.assert…
-
```
What steps will reproduce the problem?
@Test
public void testNotDefined() throws Exception {
JsonAsserter asserter = JsonAssert.with("{\"foo\":\"bar\"}");
asserter.assert…
-