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