1 | void testDefaultTest() {↵ | | 1 | void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵
|
2 | expectLog("defaulttest", "attribute is false");↵ | | 2 | testRecreate("test4",↵
|
3 | }↵ | | |
|
|
4 | public void testDoubleDefault() {↵ | | |
|
5 | expectLog("doubledefault", "attribute is falseattribute is true");↵ | | |
|
6 | }↵ | | |
|
|
7 | public void testTextOptional↵ | | |
|
| | | 3 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵
|
| | | 6 | testRecreate("testRecreateNewerFileSetup",↵
|
| | | 7 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵
|
| | | 8 | }↵
|
|
8 | () {↵ | | 9 | public void testRecreateZipfilesetWithUpdateNewerFile() {↵
|
9 | expectLog("text.optional", "MyTextoverride text↵ | | 10 | testRecreate("testRecreateNewerFileSetup",↵
|
10 | ");↵ | | 11 | "testRecreateZipfilesetWithUpdateNewerFile");↵
|
11 | | | 12 |
|