1 | void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | 1 | void testText() {↵
|
2 | testRecreate("test4",↵ | | 2 | ↵
|
3 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles");↵ | | |
|
4 | }↵ | | |
|
|
5 | public void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵ | | |
|
6 | testRecreate("test4",↵ | | |
|
7 | "testRecreateZipfilesetWithUpdateAdditionalFiles↵ | | 3 | expectLog("text", "Inner Text");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testUri() {↵
|
8 | ");↵ | | 6 | expectLog("uri", "Hello world");↵
|
9 | }↵ | | 7 | }↵
|
|
10 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | 8 | public void testDefaultTest() {↵
|
11 | testRecreate("testRecreateNewerFileSetup",↵ | | 9 | ↵
|
12 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵ | | |
|
13 | }↵ | | |
|
|
14 | public void testRecreateZipfilesetWithUpdateNewerFile() {↵ | | |
|
15 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
16 | "testRecreateZipfilesetWithUpdateNewerFil↵ | | 10 | expectLog("defaulttest", "attribute is false");↵
|
| | | 11 | }↵
|
|
| | | 12 | public void testDoubleDefault() {↵
|
17 | e");↵ | | 13 | expectLog("doubledefault", "attribute is falseattribute is true");↵
|
18 | | | 14 |
|