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