1 | void testElementOrder() {↵ | | 1 | void test↵
|
2 | expectLog("element.order", "Line 1Line 2↵ | | 2 | RecreateWithUpdateAdditionalFiles() {↵
|
3 | ");↵ | | 3 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void testElementOrder2() {↵ | | 5 | public void testRecreateWithoutUpdateNewerFile() {↵
|
6 | expectLog("element.order2", "Line 1Line 2Line 3↵ | | 6 | testRecreate("testRecreateNewerFileSetup",↵
|
7 | ");↵ | | 7 | "testRecreateWithoutUpdateNewerFile");↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public void testAntTypeTest() {↵ | | 9 | public void test↵
|
10 | expectLog("antTypeTest", "↵ | | 10 | RecreateWithUpdateNewerFile() {↵
|
| | | 11 | testRecreate("testRecreateNewerFileSetup",↵
|
11 | ");↵ | | 12 | "testRecreateWithUpdateNewerFile");↵
|
12 | } | | 13 | }
|