1 | void testRunFailFoeFork() {↵ | | 1 | void testRunAdapterError() {↵
|
2 | expectBuildExceptionContaining("testRunFailFoeFork",↵ | | 2 | expectBuildExceptionContaining(↵
|
3 | "java failures being propagated",↵ | | |
|
4 | "Java returned:↵ | | |
|
5 | ");↵ | | 3 | "runadaptererror", "xx", "No public run() method in");↵
|
6 | }↵ | | 4 | }↵
|
|
7 | public void testExcepting() {↵ | | 5 | public void testDelay() {↵
|
8 | expectLogContaining("testExcepting",↵ | | 6 | expectLogContaining("↵
|
9 | "Exception raised inside called program");↵ | | 7 | delay", "MyTask called");↵
|
10 | }↵ | | 8 | }↵
|
|
11 | public void testExceptingFork() {↵ | | 9 | public void testOnErrorReport() {↵
|
12 | expectLogContaining("testExceptingFork",↵ | | 10 | expectLogContaining("onerror.report",↵
|
13 | "Java Result:");↵ | | 11 | "MyTaskNotPresent cannot be found");↵
|
14 | | | 12 |
|