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↵ | | 2 | FilesmatchDifferentEol() {↵
|
| | | 3 | executeTarget("filesmatch-different-eol");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testFilesmatchSameEol() {↵
|
6 | ");↵ | | 6 | executeTarget("filesmatch-same-eol");↵
|
7 | }↵ | | 7 | }↵
|
|
8 | public void testTestBzip2TarTask() throws java.io.IOException {↵ | | 8 | public void test↵
|
9 | testLogoExtraction("testBzip2TarTask↵ | | 9 | FilesmatchNeitherExist() {↵
|
10 | ");↵ | | 10 | executeTarget("filesmatch-neitherexist");↵
|
11 | }↵ | | 11 | }↵
|
|
12 | public void testSrcDirTest() {↵ | | 12 | public void testContains() {↵
|
13 | expectBuildException("srcDirTest", "Src cannot be a directory.");↵ | | 13 | expectPropertySet("contains","contains");↵
|
14 | | | 14 |
|