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