1 | void testFileSetAntType() {↵ | | 1 | void test↵
|
2 | expectLogContaining("fileset-ant-type", "types.PolyTest$My↵ | | 2 | RecreateWithUpdateAdditionalFiles() {↵
|
3 | FileSet");↵ | | 3 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void testPath() {↵ | | 5 | public void test↵
|
6 | expectLogContaining("path", "types.Path↵ | | 6 | RecreateWithoutUpdateNewerFile() {↵
|
| | | 7 | testRecreate("testRecreateNewerFileSetup",↵
|
7 | ");↵ | | 8 | "testRecreateWithoutUpdateNewerFile");↵
|
8 | }↵ | | 9 | }↵
|
|
9 | public void testPathAntType() {↵ | | 10 | public void test↵
|
10 | expectLogContaining("path-ant-type", "types.PolyTest$MyPath↵ | | 11 | RecreateWithUpdateNewerFile() {↵
|
| | | 12 | testRecreate("testRecreateNewerFileSetup",↵
|
11 | ");↵ | | 13 | "testRecreateWithUpdateNewerFile");↵
|
12 | } | | 14 | }
|