1 | void testRunFailFoeFork() {↵ | | 1 | void testNoResourceOnErrorFailAll(){↵
|
2 | expectBuildExceptionContaining("testRunFailFoeFork",↵ | | 2 | this.expectBuildExceptionContaining("↵
|
3 | "java failures being propagated",↵ | | |
|
4 | "Java returned:");↵ | | 3 | noresourcefailall","the requested resource does not exist","Could not load definitions from resource ");↵
|
5 | }↵ | | 4 | }↵
|
| | | 5 | ↵
|
6 | public void testExcepting() {↵ | | 6 | public void testNoResourceOnErrorFail(){↵
|
7 | expectLogContaining("testExcepting",↵ | | 7 | expectLogContaining("↵
|
8 | "Exception raised inside called program");↵ | | 8 | noresourcefail","Could not load definitions from resource ");↵
|
9 | }↵ | | 9 | }↵
|
| | | 10 | ↵
|
10 | public void testExceptingFork() {↵ | | 11 | public void testNoResourceOnErrorNotFail(){↵
|
11 | expectLogContaining("testExceptingFork",↵ | | 12 | expectLogContaining("↵
|
12 | "Java Result:");↵ | | 13 | noresourcenotfail","Could not load definitions from resource ");↵
|
13 | | | 14 |
|