Skip to content

Instantly share code, notes, and snippets.

@leonard84
Created June 13, 2017 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leonard84/23f072b2c434b27e851a3e513570acf1 to your computer and use it in GitHub Desktop.
Save leonard84/23f072b2c434b27e851a3e513570acf1 to your computer and use it in GitHub Desktop.
TryCatchProblem - Results
java.lang.AssertionError: a
at org.junit.Assert.fail(Assert.java:88)
at TryCatchProblem$_test_closure1.doCall(TryCatchProblem.groovy:15)
at TryCatchProblem$_test_closure1.call(TryCatchProblem.groovy)
at TryCatchProblem.test(TryCatchProblem.groovy:33)
...
java.lang.AssertionError: b
at org.junit.Assert.fail(Assert.java:88)
at TryCatchProblem$_test_closure1.doCall(TryCatchProblem.groovy:20)
at TryCatchProblem$_test_closure1.call(TryCatchProblem.groovy)
at TryCatchProblem.test(TryCatchProblem.groovy:33)
...
java.lang.AssertionError: a
at org.junit.Assert.fail(Assert.java:88)
at TryCatchProblem$_test_closure1.doCall(TryCatchProblem.groovy:15)
at TryCatchProblem$_test_closure1.call(TryCatchProblem.groovy)
at TryCatchProblem.test(TryCatchProblem.groovy:33)
...
java.lang.AssertionError: b
at org.junit.Assert.fail(Assert.java:88)
at TryCatchProblem$_test_closure1.doCall(TryCatchProblem.groovy:20)
at TryCatchProblem$_test_closure1.call(TryCatchProblem.groovy)
at TryCatchProblem.test(TryCatchProblem.groovy:33)
...
java.lang.RuntimeException: ctr 1
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
...
at ErrorCollector.check(TryCatchProblem.groovy:48)
at TryCatchProblem$_test_closure1.doCall(TryCatchProblem.groovy:30)
at TryCatchProblem$_test_closure1.call(TryCatchProblem.groovy)
at TryCatchProblem.test(TryCatchProblem.groovy:33)
...
java.lang.RuntimeException: ctr 3
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
...
at ErrorCollector.check(TryCatchProblem.groovy:48)
at TryCatchProblem$_test_closure1.doCall(TryCatchProblem.groovy:30)
at TryCatchProblem$_test_closure1.call(TryCatchProblem.groovy)
at TryCatchProblem.test(TryCatchProblem.groovy:33)
...
java.lang.AssertionError: a
at org.junit.Assert.fail(Assert.java:88)
at TryCatchProblem$_test_closure1.doCall(TryCatchProblem.groovy:15)
at TryCatchProblem$_test_closure1.call(TryCatchProblem.groovy)
at TryCatchProblem.test(TryCatchProblem.groovy:33)
...
java.lang.AssertionError: b
at org.junit.Assert.fail(Assert.java:88)
at TryCatchProblem$_test_closure1.doCall(TryCatchProblem.groovy:20)
at TryCatchProblem$_test_closure1.call(TryCatchProblem.groovy)
at TryCatchProblem.test(TryCatchProblem.groovy:33)
...
java.lang.RuntimeException: ctr 1
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
...
at ErrorCollector.check(TryCatchProblem.groovy:48)
at TryCatchProblem$_test_closure1.doCall(TryCatchProblem.groovy:30)
at TryCatchProblem$_test_closure1.call(TryCatchProblem.groovy)
at TryCatchProblem.test(TryCatchProblem.groovy:33)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment