Created
June 13, 2017 16:14
-
-
Save leonard84/23f072b2c434b27e851a3e513570acf1 to your computer and use it in GitHub Desktop.
TryCatchProblem - Results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |
... | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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