1 | void testAntlibFile() {↵ | | 1 | void testElementOrder() {↵
|
2 | expectLog("antlib.file", "MyTask called");↵ | | 2 | expectLog("↵
|
3 | }↵ | | |
|
|
4 | /**↵ | | |
|
5 | * Confirms that all matching resources will be used, so that you↵ | | |
|
6 | * can collect several antlibs in one Definer call.↵ | | |
|
7 | * @see "http://issues.apache.org/bugzilla/show_bug.cgi?id=24024"↵ | | 3 | element.order", "Line 1Line 2");↵
|
8 | */↵ | | 4 | }↵
|
|
9 | public void testAntlibResource() {↵ | | 5 | public void testElementOrder2() {↵
|
10 | expectLog("antlib.resource", "MyTask called-and-then-MyTask2 called");↵ | | 6 | expectLog("element.order2", "Line 1Line 2Line 3");↵
|
11 | }↵ | | 7 | }↵
|
|
12 | public void testNsCurrent() {↵ | | 8 | public void testAntTypeTest() {↵
|
13 | expectLog("ns.current", "Echo2 inside a macroHello from x:p");↵ | | 9 | expectLog("antTypeTest", "");↵
|
14 | | | 10 |
|