1 | void testNoRecreateZipfilesetExcludesWithUpdate() {↵ | | 1 | void tearDown() {↵
|
| | | 2 | executeTarget("cleanup");↵
|
2 | ↵ | | 3 | }↵
|
|
3 | testNoRecreate("testNoRecreateZipfilesetExcludesWithUpdate");↵ | | 4 | ↵
|
4 | }↵ | | |
|
| | | 5 | /** make sure tokenfilter exists */↵
|
5 | public void testNoRecreateZipfilesetExcludesWithoutUpdate() {↵ | | 6 | public void test↵
|
6 | testNoRecreate("testNoRecreateZipfilesetExcludesWithoutUpdate↵ | | 7 | Tokenfilter() throws IOException {↵
|
7 | ");↵ | | 8 | executeTarget("tokenfilter");↵
|
8 | }↵ | | 9 | }↵
|
|
9 | public void testRecreateZipfilesetWithoutUpdateAdditionalFiles() {↵ | | 10 | public void test↵
|
10 | testRecreate("test4",↵ | | |
|
11 | "testRecreateZipfilesetWithoutUpdateAdditionalFiles");↵ | | |
|
12 | }↵ | | |
|
|
13 | public void testRecreateZipfilesetWithUpdateAdditionalFiles() {↵ | | |
|
14 | testRecreate("test4",↵ | | |
|
15 | "testRecreateZipfilesetWithUpdateAdditionalFiles↵ | | 11 | Trimignore() throws IOException {↵
|
| | | 12 | expectLogContaining("trimignore", "Hello-World");↵
|
| | | 13 | }↵
|
|
| | | 14 | public void testStringTokenizer() throws IOException {↵
|
| | | 15 | expectLogContaining(↵
|
16 | ");↵ | | 16 | "stringtokenizer", "#This#is#a#number#of#words#");↵
|
17 | } | | 17 | }
|