1 | void testRunAdapterError() {↵ | | 1 | void testFilesmatchIncomplete() {↵
|
2 | expectBuildExceptionContaining(↵ | | 2 | expectSpecificBuildException↵
|
3 | "runadaptererror", "xx", "No public run() method in↵ | | 3 | ("filesmatch-incomplete",↵
|
| | | 4 | "Missing file2 attribute",↵
|
4 | ");↵ | | 5 | "both file1 and file2 are required in filesmatch");↵
|
5 | }↵ | | 6 | }↵
|
|
6 | public void testDelay() {↵ | | 7 | public void testFilesmatchOddsizes() {↵
|
7 | expectLogContaining("delay", "MyTask called");↵ | | 8 | expectPropertyUnset("filesmatch-oddsizes","filesmatch-oddsizes");↵
|
8 | }↵ | | 9 | }↵
|
|
9 | public void testOnErrorReport() {↵ | | 10 | public void test↵
|
10 | expectLogContaining("onerror.report",↵ | | |
|
11 | "MyTaskNotPresent cannot be found↵ | | 11 | FilesmatchExistence() {↵
|
12 | ");↵ | | 12 | expectPropertyUnset("filesmatch-existence", "filesmatch-existence");↵
|
13 | | | 13 |
|