1 | void testReadBadFileNoFail() {↵ | | 1 | void testAntTypeTest() {↵
|
2 | expectLog( "testReadBadFileNoFail", "srcfile is a directory!" );↵ | | 2 | expectLog("antTypeTest", "");↵
|
3 | }↵ | | 3 | }↵
|
|
|
4 | public void testEchoToBadFile() {↵ | | 4 | public void testCorrectTaskNameBadAttr() {↵
|
5 | expectBuildExceptionContaining( "testEchoToBadFile",↵ | | 5 | expectBuildExceptionContaining(↵
|
6 | "destfile is a directory", "destfile is a directory!" ↵ | | |
|
7 | );↵ | | 6 | "correct_taskname_badattr", "attribute message", "javac doesn't support the");↵
|
8 | }↵ | | 7 | }↵
|
|
|
9 | public void testEchoToBadFileFail() {↵ | | 8 | public void testCorrectTaskNameBadEl() {↵
|
10 | expectBuildExceptionContaining( "testEchoToBadFileFail",↵ | | 9 | expectBuildExceptionContaining(↵
|
11 | "destfile is a directory", "destfile is a directory!" ↵ | | |
|
12 | );↵ | | 10 | "correct_taskname_badel", "element message", "javac doesn't support the");↵
|
13 | | | 11 |
|