1 | void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate("test4",↵ | | |
|
3 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles");↵ | | |
|
4 | }↵ | | |
|
|
5 | public void testRecreateZipfilesetWithUpdateAdditionalFil↵ | | 2 | Uri() {↵
|
| | | 3 | expectLog("uri", "Hello world");↵
|
| | | 4 | }↵
|
|
6 | es() {↵ | | 5 | public void testDefaultTest() {↵
|
7 | testRecreate("test4",↵ | | 6 | expectLog("defaulttest",↵
|
8 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵ | | 7 | "attribute is false");↵
|
9 | }↵ | | 8 | }↵
|
|
10 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | 9 | public void test↵
|
11 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
12 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵ | | |
|
13 | }↵ | | |
|
|
14 | public void testRecreateZipfilesetWithUpdateNewerFile↵ | | 10 | DoubleDefault() {↵
|
| | | 11 | expectLog("doubledefault", "attribute is falseattribute is true");↵
|
| | | 12 | }↵
|
|
15 | () {↵ | | 13 | public void testTextOptional() {↵
|
16 | testRecreate("testRecreateNewerFileSetup",↵ | | 14 | ↵
|
17 | "testRecreateZipfilesetWithUpdateNewerFile");↵ | | 15 | expectLog("text.optional", "MyTextoverride text");↵
|
18 | | | 16 |
|