1 | void testLocalWsdlServer() throws Exception {↵ | | 1 | void testMagicPropertyIsEmptyString() throws Exception {↵
|
2 | executeTarget("testLocalWsdlServer");↵ | | 2 | executeTarget("test↵
|
3 | }↵ | | |
|
4 | /**↵ | | |
|
5 | * A unit test for JUnit↵ | | |
|
6 | */↵ | | 3 | MagicPropertyIsEmptyString");↵
|
| | | 4 | }↵
|
|
|
7 | public void testInvalidExtraOps() throws Exception {↵ | | 5 | public void NotestFailingAdapter() throws Exception {↵
|
8 | expectBuildExceptionContaining("testInvalidExtraOps",↵ | | 6 | expectBuildExceptionContaining("testFailingAdapter",↵
|
9 | "expected failure",↵ | | 7 | "expected failures to propagate",↵
|
10 | WSDL_FAILED);↵ | | 8 | Rmic.ERROR_RMIC_FAILED);↵
|
11 | }↵ | | 9 | }↵
|
|
|
12 | /**↵ | | 10 | /**↵
|
13 | * A unit test for JUnit↵ | | 11 | * test that version 1.1 stubs are good↵
|
| | | 12 | * @throws Exception↵
|
14 | */↵ | | 13 | */↵
|
15 | public void testLocalWsdlVB() throws Exception {↵ | | 14 | public void testVersion11() throws Exception {↵
|
16 | executeTarget("testLocalWsdlVB");↵ | | 15 | executeTarget("testVersion11");↵
|
17 | }↵ | | 16 | }↵
|
|
18 | /**↵ | | 17 | /**↵
|
19 | * A unit test for JUnit↵ | | 18 | * test that version 1.2 stubs are good↵
|
| | | 19 | *↵
|
| | | 20 | * @throws Exception↵
|
20 | */↵ | | 21 | */↵
|
21 | public void testLocalWsdlServerVB() throws Exception {↵ | | 22 | public void testVersion12() throws Exception {↵
|
22 | executeTarget("testLocalWsdlServerVB");↵ | | 23 | executeTarget("testVersion12");↵
|
23 | } | | 24 | }
|