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