1 | void testAddPath() {↵ | | 1 | void test↵
|
2 | executeTarget("addp↵ | | 2 | NoRecreateBasedirExcludesWithUpdate() {↵
|
3 | ath");↵ | | 3 | testNoRecreate("testNoRecreateBasedirExcludesWithUpdate");↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void testAddCondition() {↵ | | 5 | public void test↵
|
6 | executeTarget("addcondition");↵ | | |
|
7 | }↵ | | |
|
|
8 | public void testAddFil↵ | | 6 | NoRecreateBasedirExcludesWithoutUpdate() {↵
|
| | | 7 | testNoRecreate("testNoRecreateBasedirExcludesWithoutUpdate");↵
|
| | | 8 | }↵
|
|
9 | ter() {↵ | | 9 | public void testNoRecreateZipfilesetExcludesWithUpdate() {↵
|
10 | executeTarget("addfilter");↵ | | 10 | ↵
|
11 | }↵ | | |
|
|
12 | public void testAddSelector() {↵ | | |
|
13 | executeTarget("addselector↵ | | 11 | testNoRecreate("testNoRecreateZipfilesetExcludesWithUpdate");↵
|
| | | 12 | }↵
|
|
| | | 13 | public void testNoRecreateZipfilesetExcludesWithoutUpdate() {↵
|
14 | ");↵ | | 14 | testNoRecreate("testNoRecreateZipfilesetExcludesWithoutUpdate");↵
|
15 | }↵ | | 15 | }↵
|
|
16 | public void testNestedA() {↵ | | 16 | public void test↵
|
17 | expectLogContaining↵ | | 17 | RecreateZipfilesetWithoutUpdateAdditionalFiles() {↵
|
18 | ("nested.a", "add A cal↵ | | 18 | testRecreate("test4",↵
|
19 | led");↵ | | 19 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles");↵
|
20 | }↵ | | 20 | }↵
|
|
21 | public void testNestedB() {↵ | | 21 | public void test↵
|
22 | expectLogContaining↵ | | 22 | RecreateZipfilesetWithUpdateAdditionalFiles() {↵
|
23 | ("nested.b", "add B cal↵ | | 23 | testRecreate("test4",↵
|
24 | led");↵ | | 24 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵
|
25 | }↵ | | 25 | }↵
|
|
26 | public void testNestedC() {↵ | | 26 | public void test↵
|
27 | expectLogContaining↵ | | 27 | RecreateZipfilesetWithoutUpdateNewerFile() {↵
|
28 | ("nested.c", "add C called↵ | | 28 | testRecreate("testRecreateNewerFileSetup",↵
|
29 | ");↵ | | 29 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵
|
30 | } | | 30 | }
|