Skip to content

Instantly share code, notes, and snippets.

@leonard84
Created June 11, 2017 15:08
Show Gist options
  • Save leonard84/f406d76f0ba66c972292eb533e8623e7 to your computer and use it in GitHub Desktop.
Save leonard84/f406d76f0ba66c972292eb533e8623e7 to your computer and use it in GitHub Desktop.
spock-issue-709-results
Condition not satisfied:
1 == 2
|
false
Expected :2
Actual :1
<Click to see difference>
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy:92)
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy)
at groovy.lang.Closure.call(Closure.java:414)
at spock.lang.Specification.verifyAll(Specification.java:223)
at org.spockframework.verifyall.VerifyTest.test3(VerifyAllSpecification.groovy:91)
Condition not satisfied:
3 == 4
|
false
Expected :4
Actual :3
<Click to see difference>
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy:93)
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy)
at groovy.lang.Closure.call(Closure.java:414)
at spock.lang.Specification.verifyAll(Specification.java:223)
at org.spockframework.verifyall.VerifyTest.test3(VerifyAllSpecification.groovy:91)
Condition not satisfied:
5 == 6
|
false
Expected :6
Actual :5
<Click to see difference>
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy:94)
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy)
at groovy.lang.Closure.call(Closure.java:414)
at spock.lang.Specification.verifyAll(Specification.java:223)
at org.spockframework.verifyall.VerifyTest.test3(VerifyAllSpecification.groovy:91)
Condition failed with Exception:
5 == 6
|
false
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy:94)
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy)
at groovy.lang.Closure.call(Closure.java:414)
at spock.lang.Specification.verifyAll(Specification.java:223)
at org.spockframework.verifyall.VerifyTest.test3(VerifyAllSpecification.groovy:91)
Caused by: org.junit.runners.model.MultipleFailureException: There were 3 errors:
org.spockframework.runtime.ConditionNotSatisfiedError(Condition not satisfied:
1 == 2
|
false
)
org.spockframework.runtime.ConditionNotSatisfiedError(Condition not satisfied:
3 == 4
|
false
)
org.spockframework.runtime.ConditionNotSatisfiedError(Condition not satisfied:
5 == 6
|
false
)
... 5 more
Condition not satisfied:
1 == 2
|
false
Expected :2
Actual :1
<Click to see difference>
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy:92)
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy)
at groovy.lang.Closure.call(Closure.java:414)
at spock.lang.Specification.verifyAll(Specification.java:223)
at org.spockframework.verifyall.VerifyTest.test3(VerifyAllSpecification.groovy:91)
Condition not satisfied:
3 == 4
|
false
Expected :4
Actual :3
<Click to see difference>
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy:93)
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy)
at groovy.lang.Closure.call(Closure.java:414)
at spock.lang.Specification.verifyAll(Specification.java:223)
at org.spockframework.verifyall.VerifyTest.test3(VerifyAllSpecification.groovy:91)
Condition not satisfied:
5 == 6
|
false
Expected :6
Actual :5
<Click to see difference>
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy:94)
at org.spockframework.verifyall.VerifyTest.test3_closure1(VerifyAllSpecification.groovy)
at groovy.lang.Closure.call(Closure.java:414)
at spock.lang.Specification.verifyAll(Specification.java:223)
at org.spockframework.verifyall.VerifyTest.test3(VerifyAllSpecification.groovy:91)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment