1 | void testLocalWsdlVB() throws Exception {↵ | | 1 | void test↵
|
2 | executeTarget("testLocalWsdlVB");↵ | | |
|
3 | }↵ | | |
|
4 | /**↵ | | |
|
5 | * A unit test for JUnit↵ | | |
|
6 | */↵ | | |
|
7 | public void testLocalWsdlServerVB() throws Exception {↵ | | |
|
8 | executeTarget("testLocalWsdlServerVB");↵ | | |
|
9 | }↵ | | |
|
10 | /**↵ | | |
|
11 | * A unit test for JUnit↵ | | |
|
12 | */↵ | | |
|
13 | public void testInvalidExtraOpsVB() throws Exception↵ | | 2 | Fileset() {↵
|
| | | 3 | executeTarget("testFileset");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testFilesetAndJar() {↵
|
| | | 6 | executeTarget("testFilesetAndJar");↵
|
| | | 7 | }↵
|
|
14 | {↵ | | 8 | public void testFilesetAndSignedJar() {↵
|
15 | expectBuildExceptionContaining("testInvalidExtraOpsVB",↵ | | 9 | expectBuildExceptionContaining("testFilesetAndSignedJar",↵
|
16 | "expected failure",↵ | | 10 | "↵
|
17 | WSDL_FAILED);↵ | | |
|
18 | }↵ | | |
|
|
19 | /**↵ | | |
|
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 | */↵ | | |
|
24 | public void testParseableErrorsIgnoredWhenFalse() throws Exception↵ | | 11 | incompatible attributes",↵
|
| | | 12 | SignJar.ERROR_SIGNEDJAR_AND_PATHS);↵
|
| | | 13 | }↵
|
|
25 | {↵ | | 14 | public void testPath() {↵
|
26 | executeTarget("testLocalWsdl");↵ | | 15 | executeTarget("testPath");↵
|
27 | } | | 16 | }
|