1 | void testRecreateWithoutUpdateAdditionalFiles() {↵ | | 1 | void test↵
|
2 | testRecreate↵ | | 2 | 1() {↵
|
3 | ("test4", "testRecreateWithoutUpdateAdditionalFiles");↵ | | 3 | expectBuildException("test1", "↵
|
4 | }↵ | | |
|
|
5 | public void testRecreateWithUpdateAdditionalFiles() {↵ | | |
|
6 | testRecreate↵ | | 4 | recursive call");↵
|
| | | 5 | }↵
|
|
| | | 6 | // target must be specified↵
|
| | | 7 | public void test2() {↵
|
7 | ("test4", "testRecreateWithUpdateAdditionalFiles");↵ | | 8 | expectBuildException("test2", "↵
|
8 | }↵ | | |
|
|
9 | public void testRecreateWithoutUpdateNewerFile() {↵ | | |
|
10 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
11 | "testRecreateWithoutUpdateNewerFile↵ | | 9 | required argument not specified");↵
|
| | | 10 | }↵
|
|
| | | 11 | // Should fail since a recursion will occur...↵
|
| | | 12 | public void test3() {↵
|
12 | ");↵ | | 13 | expectBuildException("test1", "recursive call");↵
|
13 | }↵ | | 14 | }↵
|
|
14 | public void testRecreateWithUpdateNewerFile() {↵ | | 15 | public void test↵
|
15 | testRecreate("testRecreateNewerFileSetup",↵ | | |
|
16 | "testRecreateWithUpdateNewerFile↵ | | 16 | 4() {↵
|
17 | ");↵ | | 17 | expectBuildException("test4", "target attribute must not be empty");↵
|
18 | | | 18 |
|