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