1 | void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate("test4",↵ | | |
|
3 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles");↵ | | |
|
4 | }↵ | | |
|
|
5 | public void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵ | | |
|
6 | testRecreate("test4",↵ | | |
|
7 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵ | | |
|
8 | }↵ | | |
|
|
9 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | |
|
10 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
11 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵ | | |
|
12 | }↵ | | |
|
|
13 | public void testRecreateZipfilesetWithUpdateNewerFile() {↵ | | |
|
14 | testRecreate("testRecreateNewerFileSetup↵ | | 2 | Empty() {↵
|
| | | 3 | expectBuildException("empty", "required argument not specified");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testNoName() {↵
|
| | | 6 | expectBuildException("noName", "required argument not specified");↵
|
| | | 7 | }↵
|
|
| | | 8 | public void testNoClassname() {↵
|
| | | 9 | expectBuildException("noClassname", "required argument not specified");↵
|
| | | 10 | }↵
|
|
| | | 11 | public void testClassNotFound() {↵
|
15 | ",↵ | | 12 | expectBuildException("classNotFound",↵
|
16 | "testRecreateZipfilesetWithUpdateNewerFile");↵ | | 13 | "classname specified doesn't exist");↵
|
17 | | | 14 |
|