1 | void testRecreateWithoutUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate("↵ | | 2 | DefaultTest() {↵
|
3 | test4", "testRecreateWithoutUpdateAdditionalFiles");↵ | | 3 | expectLog("defaulttest", "↵
|
4 | }↵ | | |
|
|
5 | public void testRecreateWithUpdateAdditionalFiles() {↵ | | |
|
6 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles↵ | | 4 | attribute is false");↵
|
| | | 5 | }↵
|
|
| | | 6 | public void testDoubleDefault() {↵
|
7 | ");↵ | | 7 | expectLog("doubledefault", "attribute is falseattribute is true");↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public void testRecreateWithoutUpdateNewerFile() {↵ | | 9 | public void testTextOptional() {↵
|
10 | testRecreate("testRecreateNewerFileSetup",↵ | | 10 | ↵
|
11 | "testRecreateWithoutUpdateNewerFile");↵ | | 11 | expectLog("text.optional", "MyTextoverride text");↵
|
12 | }↵ | | 12 | }↵
|
|
13 | public void testRecreateWithUpdateNewerFile() {↵ | | 13 | public void testElementOrder() {↵
|
14 | testRecreate("testRecreateNewerFileSetup",↵ | | 14 | ↵
|
15 | "testRecreateWithUpdateNewerFile");↵ | | 15 | expectLog("element.order", "Line 1Line 2");↵
|
16 | | | 16 |
|