1 | void testNSMapping() throws Exception {↵ | | 1 | void testFTPURL() throws Exception {↵
|
2 | executeTarget("testNSMapping");↵ | | 2 | executeTarget("testFTPURL");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testNoEmptySchemaNamespace() throws Exception {↵ | | 4 | public void testBoth() throws Exception {↵
|
5 | expectBuildExceptionContaining("testNoEmptySchemaNamespace",↵ | | 5 | expectBuildExceptionContaining("test↵
|
6 | "empty namespace URI",SchemaValidate.SchemaLocation.ERROR_NO_URI↵ | | 6 | Both",↵
|
| | | 7 | "error on two targets",↵
|
7 | );↵ | | 8 | IsReachable.ERROR_BOTH_TARGETS);↵
|
8 | }↵ | | 9 | }↵
|
|
9 | public void testNoEmptySchemaLocation() throws Exception {↵ | | 10 | public void testNoTargets() throws Exception {↵
|
10 | expectBuildExceptionContaining("testNoEmptySchemaLocation",↵ | | 11 | expectBuildExceptionContaining("testNoTargets",↵
|
11 | "empty schema location",↵ | | 12 | "↵
|
12 | SchemaValidate.SchemaLocation↵ | | 13 | no params",↵
|
13 | .ERROR_NO_LOCATION);↵ | | 14 | IsReachable.ERROR_NO_HOSTNAME);↵
|
14 | | | 15 |
|