1 | void testFilesmatchDifferentEol() {↵ | | 1 | void test↵
|
2 | executeTarget("filesmatch-different-eol");↵ | | |
|
3 | }↵ | | |
|
|
4 | public void testFilesmatchSameEol() {↵ | | |
|
5 | executeTarget("filesmatch-same-eol↵ | | 2 | TestTarTask() throws java.io.IOException {↵
|
| | | 3 | testLogoExtraction("testTarTask");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testTestGzipTarTask() throws java.io.IOException {↵
|
6 | ");↵ | | 6 | testLogoExtraction("testGzipTarTask");↵
|
7 | }↵ | | 7 | }↵
|
|
8 | public void testFilesmatchNeitherExist() {↵ | | 8 | public void test↵
|
9 | executeTarget("filesmatch-neitherexist↵ | | 9 | TestBzip2TarTask() throws java.io.IOException {↵
|
10 | ");↵ | | 10 | testLogoExtraction("testBzip2TarTask");↵
|
11 | }↵ | | 11 | }↵
|
|
12 | public void testContains() {↵ | | 12 | public void testSrcDirTest() {↵
|
13 | expectPropertySet("contains","contains");↵ | | 13 | expectBuildException("srcDirTest", "Src cannot be a directory.");↵
|
14 | } | | 14 | }
|