1 | void testElementOrder2() {↵ | | 1 | void testXmlnsFile() {↵
|
2 | expectLog("element.order2", "Line 1Line 2Line 3");↵ | | 2 | expectLog("xmlns.file", "MyTask called");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testAntTypeTest() {↵ | | 4 | public void testCore() {↵
|
5 | expectLog("antTypeTest", "");↵ | | 5 | expectLog("core", "MyTask called");↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public void testCorrectTaskNameBadAttr() {↵ | | 7 | public void testExcluded() {↵
|
8 | expectBuildExceptionContaining(↵ | | 8 | expectBuildExceptionContaining(↵
|
9 | "correct_taskname_badattr",↵ | | 9 | "excluded", "excluded uri",↵
|
10 | "attribute message", "javac doesn't support the");↵ | | 10 | "Attempt to use a reserved URI ant:notallowed");↵
|
11 | } | | 11 | }
|