1 | void testCatchNoDtd() throws Exception {↵ | | 1 | void testNolanguage() {↵
|
2 | expectBuildExceptionContaining("testCatchNoDtd",↵ | | 2 | expectBuildExceptionContaining("testNolanguage",↵
|
3 | "expected failure",↵ | | 3 | ↵
|
4 | "Fatal error during transformation");↵ | | |
|
5 | }↵ | | |
|
|
6 | /**↵ | | |
|
7 | * A unit test for JUnit↵ | | 4 | "Absence of language attribute not detected",↵
|
| | | 5 | "script language must be specified");↵
|
8 | */↵ | | 6 | }↵
|
|
9 | public void testCatalog() throws Exception {↵ | | 7 | public void testMacro() {↵
|
10 | executeTarget("testCatalog");↵ | | 8 | executeTarget("testMacro");↵
|
11 | }↵ | | 9 | }↵
|
|
12 | public void testOutputProperty() throws Exception {↵ | | 10 | public void testClearByDefault() {↵
|
13 | executeTarget("testOutputProperty");↵ | | 11 | executeTarget("testClearByDefault");↵
|
14 | }↵ | | 12 | }↵
|
|
15 | public void testFactory() throws Exception {↵ | | 13 | public void testValueWorks() {↵
|
16 | executeTarget("testFactory");↵ | | 14 | executeTarget("testValueWorks");↵
|
17 | | | 15 |
|