1 | void testAntTypeTest() {↵ | | 1 | void testBasic() {↵
|
2 | expectLog("antTypeTest", "");↵ | | 2 | expectPropertySet("basic","basic");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testCorrectTaskNameBadAttr() {↵ | | 4 | public void testConditionIncomplete() {↵
|
5 | expectBuildExceptionContaining(↵ | | 5 | expectSpecificBuildException↵
|
6 | "correct_taskname_badattr", "attribute message", "javac doesn't support the↵ | | 6 | ("condition-incomplete",↵
|
| | | 7 | "property attribute has been omitted",↵
|
7 | ");↵ | | 8 | "The property attribute is required.");↵
|
8 | }↵ | | 9 | }↵
|
|
9 | public void testCorrectTaskNameBadEl() {↵ | | 10 | public void testConditionEmpty() {↵
|
10 | expectBuildExceptionContaining(↵ | | 11 | expectSpecificBuildException↵
|
11 | "correct_taskname_badel", "elemen↵ | | 12 | ("condition-empty",↵
|
| | | 13 | "no conditions",↵
|
12 | t message", "javac doesn't support the");↵ | | 14 | "You must nest a condition into <condition>");↵
|
13 | } | | 15 | }
|