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