1 | void testText() {↵ | | 1 | void testRecreateWithoutUpdateAdditionalFiles() {↵
|
2 | expectLog("text", "Inner Text");↵ | | 2 | testRecreate("test4", "↵
|
3 | }↵ | | |
|
|
4 | public void testUri() {↵ | | |
|
5 | expectLog("uri", "Hello world↵ | | 3 | testRecreateWithoutUpdateAdditionalFiles");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testRecreateWithUpdateAdditionalFiles() {↵
|
6 | ");↵ | | 6 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵
|
7 | }↵ | | 7 | }↵
|
|
8 | public void testDefaultTest() {↵ | | 8 | public void test↵
|
9 | expectLog("defaulttest", "attribute is fals↵ | | 9 | RecreateWithoutUpdateNewerFile() {↵
|
| | | 10 | testRecreate("testRecreateNewerFileSetup",↵
|
10 | e");↵ | | 11 | "testRecreateWithoutUpdateNewerFile");↵
|
11 | }↵ | | 12 | }↵
|
|
12 | public void testDoubleDefault() {↵ | | 13 | public void test↵
|
13 | expectLog("doubledefault", "attribute is falseattribute is tru↵ | | 14 | RecreateWithUpdateNewerFile() {↵
|
| | | 15 | testRecreate("testRecreateNewerFileSetup",↵
|
14 | e");↵ | | 16 | "testRecreateWithUpdateNewerFile");↵
|
15 | } | | 17 | }
|