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↵ | | |
|
8 | */↵ | | |
|
9 | public void testCatalog() throws Exception↵ | | 4 | "Absence of language attribute not detected",↵
|
| | | 5 | "script language must be specified");↵
|
| | | 6 | }↵
|
|
10 | {↵ | | 7 | public void testSelectionSetByDefault() {↵
|
11 | executeTarget("testCatalog");↵ | | 8 | executeTarget("testSelectionSetByDefault");↵
|
12 | }↵ | | 9 | }↵
|
|
13 | public void testOutputProperty() throws Exception {↵ | | 10 | public void test↵
|
| | | 11 | SelectionSetWorks() {↵
|
14 | executeTarget("testOutputProperty");↵ | | 12 | executeTarget("testSelectionSetWorks");↵
|
15 | }↵ | | 13 | }↵
|
|
16 | public void testFactory() throws Exception {↵ | | 14 | public void testSelectionClearWorks() {↵
|
17 | executeTarget("testFactory");↵ | | 15 | executeTarget("testSelectionClearWorks");↵
|
18 | }↵ | | 16 | }↵
|
|
19 | public void testAttribute() throws Exception {↵ | | 17 | public void testFilenameAttribute() {↵
|
20 | executeTarget("testAttribute");↵ | | 18 | executeTarget("testFilenameAttribute");↵
|
21 | }↵ | | 19 | }↵
|
22 | public void testXMLWithEntitiesInNonAsciiPath() throws Exception {↵ | | 20 | public void test↵
|
23 | executeTarget("testXMLWithEntitiesInNonAsciiPath↵ | | 21 | FileAttribute() {↵
|
24 | ");↵ | | 22 | executeTarget("testFileAttribute");↵
|
25 | | | 23 |
|