1 | void testTestTarTask() throws java.io.IOException {↵ | | 1 | void testAddCondition() {↵
|
2 | testLogoExtraction("testTarTask");↵ | | 2 | ↵
|
3 | }↵ | | |
|
|
4 | public void testTestGzipTarTask() throws java.io.IOException {↵ | | |
|
5 | testLogoExtraction("testGzipTarTask");↵ | | |
|
6 | }↵ | | |
|
|
7 | public void testTestBzip2TarTask() throws java.io.IOException {↵ | | |
|
8 | testLogoExtraction("testBzip2TarTask↵ | | 3 | executeTarget("addcondition");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testAddFilter() {↵
|
| | | 6 | executeTarget("addfilter");↵
|
| | | 7 | }↵
|
|
| | | 8 | public void testAddSelector() {↵
|
9 | ");↵ | | 9 | executeTarget("addselector");↵
|
10 | }↵ | | 10 | }↵
|
|
11 | public void testSrcDirTest() {↵ | | 11 | public void testNestedA() {↵
|
12 | expectBuildException("srcDirTest", "Src cannot be a directory.");↵ | | 12 | expectLogContaining("nested.a", "add A called");↵
|
13 | | | 13 |
|