1 | void testInvalidExtraOpsVB() throws Exception {↵ | | 1 | void testMagicPropertyOverridesEmptyString() throws Exception {↵
|
2 | expectBuildExceptionContaining("testInvalidExtraOpsVB",↵ | | 2 | expectBuildExceptionContaining("test↵
|
3 | "expected failure",↵ | | |
|
4 | WSDL_FAILED);↵ | | |
|
5 | }↵ | | |
|
|
6 | /**↵ | | |
|
7 | * as if parseable errors were not ignored, mono and WSE1.0 would↵ | | |
|
8 | * crash and burn. So here we verify the property exists,↵ | | |
|
9 | * and that it is not passed to the app when false↵ | | |
|
10 | */↵ | | |
|
11 | public void testParseableErrorsIgnoredWhenFalse() throws Exception {↵ | | |
|
12 | executeTarget("testLocalWsdl");↵ | | |
|
13 | }↵ | | |
|
|
14 | /**↵ | | |
|
15 | * A unit test for JUnit↵ | | |
|
16 | */↵ | | 3 | MagicPropertyOverridesEmptyString",↵
|
| | | 4 | "magic property not working",↵
|
| | | 5 | RmicAdapterFactory.ERROR_UNKNOWN_COMPILER);↵
|
| | | 6 | }↵
|
|
|
| | | 7 | /**↵
|
| | | 8 | *↵
|
| | | 9 | */↵
|
| | | 10 | public void testMagicPropertyIsEmptyString() throws Exception {↵
|
| | | 11 | executeTarget("testMagicPropertyIsEmptyString");↵
|
| | | 12 | }↵
|
|
|
17 | public void testSchemaFileMustExist() throws Exception {↵ | | 13 | public void NotestFailingAdapter() throws Exception {↵
|
18 | expectBuildExceptionContaining("testSchemaFileMustExist",↵ | | 14 | expectBuildExceptionContaining("testFailingAdapter",↵
|
19 | "expected failure",↵ | | 15 | "expected failures to propagate",↵
|
20 | WsdlToDotnet.Schema.ERROR_FILE_NOT_FOUND);↵ | | 16 | Rmic.ERROR_RMIC_FAILED);↵
|
21 | } | | 17 | }
|