1 | void testFileSet() {↵ | | 1 | void testDoubleDefault() {↵
|
2 | expectLogContaining("fileset", "types.FileSet");↵ | | 2 | expectLog("doubledefault", "attribute is falseattribute is true");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testFileSetAntType() {↵ | | 4 | public void testTextOptional() {↵
|
5 | expectLogContaining("fileset-ant-type", "types.PolyTest$MyFileSet");↵ | | 5 | expectLog("text.optional", "MyTextoverride text");↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public void testPath() {↵ | | 7 | public void testElementOrder() {↵
|
8 | expectLogContaining("path", "types.Path");↵ | | 8 | expectLog("element.order", "Line 1Line 2");↵
|
9 | }↵ | | 9 | }↵
|
|
10 | public void testPathAntType() {↵ | | 10 | public void testElementOrder2() {↵
|
11 | expectLogContaining("path-ant-type", "types.PolyTest$MyPath");↵ | | 11 | expectLog("element.order2", "Line 1Line 2Line 3");↵
|
12 | | | 12 |
|