1 | void testAntlibFile() {↵ | | 1 | void testDoubleDefault() {↵
|
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 | doubledefault", "attribute is falseattribute is true");↵
|
8 | */↵ | | 4 | }↵
|
|
9 | public void testAntlibResource() {↵ | | 5 | public void testTextOptional() {↵
|
10 | expectLog("antlib.resource", "MyTask called-and-then-MyTask2 called");↵ | | 6 | expectLog("text.optional", "MyTextoverride text");↵
|
11 | }↵ | | 7 | }↵
|
|
12 | public void testNsCurrent() {↵ | | 8 | public void testElementOrder() {↵
|
13 | expectLog("ns.current", "Echo2 inside a macroHello from x:p");↵ | | 9 | expectLog("element.order", "Line 1Line 2");↵
|
14 | | | 10 |
|