1 | void testBatchTestForkOnceToDir() {↵ | | 1 | void test↵
|
2 | assertResultFilesExist("testBatchTestForkOnceToDir", ".xml");↵ | | |
|
3 | }↵ | | |
|
|
4 | /** Bugzilla Report 32973 */↵ | | |
|
5 | public void testBatchTestForkOnceExtension() {↵ | | |
|
6 | assertResultFilesExist("testBatchTestForkOnceExtension", ".foo");↵ | | |
|
7 | }↵ | | |
|
|
8 | public void testBatchTestForkOnceCustomFormatter() {↵ | | |
|
9 | assertResultFilesExist("testBatchTestForkOnceCustomFormatter", "foo↵ | | 2 | AntlibFile() {↵
|
| | | 3 | expectLog("antlib.file", "MyTask called");↵
|
| | | 4 | }↵
|
|
| | | 5 | /**↵
|
| | | 6 | * Confirms that all matching resources will be used, so that you↵
|
| | | 7 | * can collect several antlibs in one Definer call.↵
|
| | | 8 | * @see "http://issues.apache.org/bugzilla/show_bug.cgi?id=24024"↵
|
| | | 9 | */↵
|
| | | 10 | public void testAntlibResource() {↵
|
| | | 11 | expectLog("antlib.resource", "MyTask called-and-then-MyTask2 called");↵
|
| | | 12 | }↵
|
|
| | | 13 | public void testNsCurrent() {↵
|
10 | ");↵ | | 14 | expectLog("ns.current", "Echo2 inside a macroHello from x:p");↵
|
11 | } | | 15 | }
|