1 | void testUri() {↵ | | 1 | void test↵
|
2 | expectLog("uri", "Hello world");↵ | | |
|
3 | }↵ | | |
|
|
4 | public void testDefaultTest() {↵ | | |
|
5 | expectLog("default↵ | | 2 | RecreateWithoutUpdateAdditionalFiles() {↵
|
| | | 3 | testRecreate("test4", "testRecreateWithoutUpdateAdditionalFiles");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testRecreateWithUpdateAdditionalFiles() {↵
|
6 | test", "attribute is false");↵ | | 6 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵
|
7 | }↵ | | 7 | }↵
|
|
8 | public void testDoubleDefault() {↵ | | 8 | public void test↵
|
9 | expectLog("doubledefault", "attribute is falseattribute is tru↵ | | 9 | RecreateWithoutUpdateNewerFile() {↵
|
| | | 10 | testRecreate("testRecreateNewerFileSetup",↵
|
10 | e");↵ | | 11 | "testRecreateWithoutUpdateNewerFile");↵
|
11 | }↵ | | 12 | }↵
|
|
12 | public void testTextOptional() {↵ | | 13 | public void testRecreateWithUpdateNewerFile() {↵
|
13 | expectLog("text.optional", "MyTextoverride text↵ | | 14 | testRecreate("testRecreateNewerFileSetup",↵
|
14 | ");↵ | | 15 | "testRecreateWithUpdateNewerFile");↵
|
15 | } | | 16 | }
|