1 | void testRecreateWithoutUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate↵ | | 2 | 1() {↵
|
3 | ("test4", "testRecreateWithoutUpdateAdditionalFiles");↵ | | 3 | expectBuildException("test1", "↵
|
4 | }↵ | | |
|
|
5 | public void testRecreateWithUpdateAdditionalFiles() {↵ | | |
|
6 | testRecreate↵ | | 4 | required argument missing");↵
|
| | | 5 | }↵
|
|
| | | 6 | public void test2() {↵
|
7 | ("test4", "testRecreateWithUpdateAdditionalFiles");↵ | | 7 | expectBuildException("test2", "required argument missing");↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public void testRecreateWithoutUpdateNewerFile() {↵ | | 9 | public void test↵
|
10 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
11 | "testRecreateWithoutUpdateNewerFile↵ | | 10 | 3() {↵
|
12 | ");↵ | | 11 | expectBuildException("test3", "required argument missing");↵
|
13 | }↵ | | 12 | }↵
|
|
14 | public void testRecreateWithUpdateNewerFile() {↵ | | 13 | public void test↵
|
15 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
16 | "testRecreateWithUpdateNewerFile↵ | | 14 | 4() {↵
|
17 | ");↵ | | 15 | expectBuildException("test4", "zipfile must not point to a directory");↵
|
18 | | | 16 |
|