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