1 | void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate↵ | | 2 | 1() {↵
|
3 | ("test4",↵ | | 3 | expectBuildException("test1",↵
|
4 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles");↵ | | |
|
5 | }↵ | | |
|
|
6 | public void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵ | | |
|
7 | testRecreate↵ | | 4 | "required argument not specified");↵
|
| | | 5 | }↵
|
|
| | | 6 | public void test2() {↵
|
8 | ("test4",↵ | | 7 | expectBuildException("test2",↵
|
9 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵ | | |
|
10 | }↵ | | |
|
|
11 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | |
|
12 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
13 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵ | | |
|
14 | }↵ | | |
|
|
15 | public void testRecreateZipfilesetWithUpdateNewerFile() {↵ | | |
|
16 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
17 | "testRecreateZipfilesetWithUpdateNewerFile↵ | | 8 | "required argument not specified");↵
|
| | | 9 | }↵
|
|
| | | 10 | public void test3() {↵
|
| | | 11 | expectBuildException("test3", "required argument not specified");↵
|
| | | 12 | }↵
|
|
| | | 13 | public void test4() {↵
|
18 | ");↵ | | 14 | expectBuildException("test4", "empty token not allowed");↵
|
19 | | | 15 |
|