1 | void testNoRecreateBasedirExcludesWithUpdate() {↵ | | 1 | void test↵
|
2 | testNoRecreate("testNoRecreateBasedirExcludesWithUpd↵ | | 2 | AddPath() {↵
|
3 | ate");↵ | | 3 | executeTarget("addpath");↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public void testNoRecreateBasedirExcludesWithoutUpdate() {↵ | | 5 | public void test↵
|
6 | testNoRecreate("testNoRecreateBasedirExcludesWithoutUpdate");↵ | | |
|
7 | }↵ | | |
|
|
8 | public void testNoRecreateZipfilesetExcludesWithUpdate() {↵ | | |
|
9 | testNoRecreate("testNoRecreateZipfilesetExcludesWithUpdate");↵ | | |
|
10 | }↵ | | |
|
|
11 | public void testNoRecreateZipfilesetExcludesWithoutUpdate() {↵ | | |
|
12 | testNoRecreate("testNoRecreateZipfilesetExcludesWithoutUpdate");↵ | | |
|
13 | }↵ | | |
|
|
14 | public void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | |
|
15 | testRecreate↵ | | 6 | AddCondition() {↵
|
| | | 7 | executeTarget("addcondition");↵
|
| | | 8 | }↵
|
|
| | | 9 | public void testAddFilter() {↵
|
| | | 10 | executeTarget("addfilter");↵
|
| | | 11 | }↵
|
|
| | | 12 | public void testAddSelector() {↵
|
| | | 13 | executeTarget("addselector");↵
|
| | | 14 | }↵
|
|
| | | 15 | public void testNestedA() {↵
|
16 | ("test4",↵ | | 16 | expectLogContaining("nest↵
|
17 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles");↵ | | 17 | ed.a", "add A called");↵
|
18 | }↵ | | 18 | }↵
|
|
19 | public void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵ | | 19 | public void test↵
|
20 | testRecreate↵ | | 20 | NestedB() {↵
|
21 | ("test4",↵ | | 21 | expectLogContaining("nest↵
|
22 | "testRecreateZipfilesetWithUpdateAdditionalFiles");↵ | | 22 | ed.b", "add B called");↵
|
23 | }↵ | | 23 | }↵
|
|
24 | public void testRecreateZipfilesetWithoutUpdateNewerFile() {↵ | | 24 | public void test↵
|
25 | testRecreate↵ | | 25 | NestedC() {↵
|
26 | ("testRecreateNewerFileSetup",↵ | | 26 | expectLogContaining("nest↵
|
27 | "testRecreateZipfilesetWithoutUpdateNewerFile");↵ | | 27 | ed.c", "add C called");↵
|
28 | | | 28 |
|