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