1 | void testResourceCollections() {↵ | | 1 | void testEncoding() {↵
|
2 | executeTarget("testResourceCollection");↵ | | 2 | executeTarget("encodingTest");↵
|
3 | assertFileExists("junit.jar has been extracted",↵ | | 3 | assertFileExists("foo has been ↵
|
4 | "unziptestout/junit/framework/Assert.class");↵ | | |
|
5 | }↵ | | |
|
|
6 | public void testDocumentationClaimsOnCopy↵ | | 4 | properly named", "unziptestout/foo");↵
|
| | | 5 | }↵
|
|
| | | 6 | /*↵
|
| | | 7 | * PR 21996↵
|
| | | 8 | */↵
|
7 | () {↵ | | 9 | public void testFlattenMapper() {↵
|
8 | executeTarget("testDocumentationClaimsOnCopy");↵ | | 10 | executeTarget("testFlattenMapper");↵
|
9 | assertFileMissing("1/foo is excluded", "unziptestout/1/foo");↵ | | 11 | assertFileMissing("1/foo is not flattened", "unziptestout/1/foo");↵
|
10 | assertFileExists("2/bar is not excluded", "unziptestout/2/bar");↵ | | 12 | assertFileExists("foo is flattened", "unziptestout/foo");↵
|
11 | } | | 13 | }
|