1 | void testLocalWsdl() throws Exception {↵ | | 1 | void testLocalWsdlVB() throws Exception {↵
|
2 | executeTarget("testLocalWsdl");↵ | | 2 | executeTarget("testLocalWsdlVB");↵
|
3 | }↵ | | 3 | }↵
|
4 | /**↵ | | 4 | /**↵
|
5 | * A unit test for JUnit↵ | | 5 | * A unit test for JUnit↵
|
6 | */↵ | | 6 | */↵
|
7 | public void testLocalWsdlServer() throws Exception {↵ | | 7 | public void testLocalWsdlServerVB() throws Exception {↵
|
8 | executeTarget("testLocalWsdlServer");↵ | | 8 | executeTarget("testLocalWsdlServerVB");↵
|
9 | }↵ | | 9 | }↵
|
10 | /**↵ | | 10 | /**↵
|
11 | * A unit test for JUnit↵ | | 11 | * A unit test for JUnit↵
|
12 | */↵ | | 12 | */↵
|
13 | public void testInvalidExtraOps() throws Exception {↵ | | 13 | public void testInvalidExtraOpsVB() throws Exception {↵
|
14 | expectBuildExceptionContaining("testInvalidExtraOps",↵ | | 14 | expectBuildExceptionContaining("testInvalidExtraOpsVB",↵
|
15 | "expected failure",↵ | | 15 | "expected failure",↵
|
16 | WSDL_FAILED);↵ | | 16 | WSDL_FAILED);↵
|
17 | }↵ | | 17 | }↵
|
|
18 | /**↵ | | 18 | /**↵
|
19 | * A unit test for JUnit↵ | | 19 | * ↵
|
20 | */↵ | | |
|
21 | public void testLocalWsdlVB↵ | | 20 | as if parseable errors were not ignored, mono and WSE1.0 would↵
|
| | | 21 | * crash and burn. So here we verify the property exists,↵
|
| | | 22 | * and that it is not passed to the app when false↵
|
| | | 23 | */↵
|
22 | () throws Exception {↵ | | 24 | public void testParseableErrorsIgnoredWhenFalse() throws Exception {↵
|
23 | executeTarget("testLocalWsdlVB");↵ | | 25 | executeTarget("testLocalWsdl");↵
|
24 | | | 26 |
|