1 | void testTrimFile() {↵ | | 1 | void testCatchNoDtd() throws Exception {↵
|
2 | expectBuildExceptionContaining("testTrimFile",↵ | | 2 | expectBuildExceptionContaining("testCatchNoDtd",↵
|
3 | "should fail", "string length function only");↵ | | 3 | ↵
|
4 | }↵ | | |
|
| | | 4 | "expected failure",↵
|
| | | 5 | "Fatal error during transformation");↵
|
| | | 6 | }↵
|
|
| | | 7 | /**↵
|
| | | 8 | * A unit test for JUnit↵
|
| | | 9 | */↵
|
5 | public void testImmutable() {↵ | | 10 | public void testCatalog() throws Exception {↵
|
6 | executeTarget("testImmutable");↵ | | 11 | executeTarget("testCatalog");↵
|
7 | }↵ | | 12 | }↵
|
|
8 | public void testZipFileSet() {↵ | | 13 | public void test↵
|
9 | ↵ | | 14 | OutputProperty() throws Exception {↵
|
10 | executeTarget("testZipFileSet");↵ | | 15 | executeTarget("testOutputProperty");↵
|
11 | }↵ | | 16 | }↵
|
|
12 | public void testZipFileSetCondition() {↵ | | 17 | public void testFactory() throws Exception {↵
|
13 | executeTarget("testZipFileSetCondition");↵ | | 18 | executeTarget("testFactory");↵
|
14 | | | 19 |
|