1 | void testFiltersFileElement() {↵ | | 1 | void test↵
|
2 | executeTarget("testFiltersFileElement");↵ | | |
|
3 | }↵ | | |
|
|
4 | public void testFiltersFileAttribute() {↵ | | |
|
5 | executeTarget("testFiltersFileAttribute");↵ | | |
|
6 | }↵ | | |
|
|
7 | public void testMultipleFiltersFiles() {↵ | | |
|
8 | executeTarget("testMultipleFiltersFiles↵ | | 2 | TestTarTask() throws java.io.IOException {↵
|
| | | 3 | testLogoExtraction("testTarTask");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testTestGzipTarTask() throws java.io.IOException {↵
|
| | | 6 | testLogoExtraction("testGzipTarTask");↵
|
| | | 7 | }↵
|
|
| | | 8 | public void testTestBzip2TarTask() throws java.io.IOException {↵
|
9 | ");↵ | | 9 | testLogoExtraction("testBzip2TarTask");↵
|
10 | }↵ | | 10 | }↵
|
|
11 | public void testMissingFiltersFile() {↵ | | 11 | public void testSrcDirTest() {↵
|
12 | expectBuildException("testMissingFiltersFile",↵ | | 12 | expectBuildException("↵
|
13 | "should fail due to missing filtersfile");↵ | | 13 | srcDirTest", "Src cannot be a directory.");↵
|
14 | } | | 14 | }
|