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