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