Methods Summary |
---|
public void | setUp()The JUnit setup method
configureProject(TASKDEFS_DIR + "WsdlToDotnet.xml");
|
public void | tearDown()The teardown method for JUnit
executeTarget("teardown");
|
public void | testBothSrc()A unit test for JUnit
expectBuildExceptionContaining("testBothSrc",
"expected failure",
WsdlToDotnet.Schema.ERROR_BOTH_DECLARED);
|
public void | testDestIsDir()A unit test for JUnit
expectBuildExceptionContaining("testDestIsDir",
"expected failure",
WsdlToDotnet.ERROR_DEST_FILE_IS_DIR);
|
public void | testInvalidExtraOps()A unit test for JUnit
expectBuildExceptionContaining("testInvalidExtraOps",
"expected failure",
WSDL_FAILED);
|
public void | testInvalidExtraOpsVB()A unit test for JUnit
expectBuildExceptionContaining("testInvalidExtraOpsVB",
"expected failure",
WSDL_FAILED);
|
public void | testLocalWsdl()A unit test for JUnit
executeTarget("testLocalWsdl");
|
public void | testLocalWsdlServer()A unit test for JUnit
executeTarget("testLocalWsdlServer");
|
public void | testLocalWsdlServerVB()A unit test for JUnit
executeTarget("testLocalWsdlServerVB");
|
public void | testLocalWsdlVB()A unit test for JUnit
executeTarget("testLocalWsdlVB");
|
public void | testNoParams()A unit test for JUnit
expectBuildExceptionContaining("testNoParams",
"expected failure",
WsdlToDotnet.ERROR_NO_DEST_FILE);
|
public void | testNoSrc()A unit test for JUnit
expectBuildExceptionContaining("testNoSrc",
"expected failure",
WsdlToDotnet.Schema.ERROR_NONE_DECLARED);
|
public void | testParseableErrorsIgnoredWhenFalse()as if parseable errors were not ignored, mono and WSE1.0 would
crash and burn. So here we verify the property exists,
and that it is not passed to the app when false
executeTarget("testLocalWsdl");
|
public void | testSchemaFileMustExist()A unit test for JUnit
expectBuildExceptionContaining("testSchemaFileMustExist",
"expected failure",
WsdlToDotnet.Schema.ERROR_FILE_NOT_FOUND);
|
public void | testSchemaFileMustHaveOneOptionOnly()A unit test for JUnit
expectBuildExceptionContaining("testSchemaFileMustHaveOneOptionOnly",
"expected failure",
WsdlToDotnet.Schema.ERROR_BOTH_DECLARED);
|
public void | testSchemaMustBeSet()A unit test for JUnit
expectBuildExceptionContaining("testSchemaMustBeSet",
"expected failure",
WsdlToDotnet.Schema.ERROR_NONE_DECLARED);
|
public void | testSrcIsDir()A unit test for JUnit
expectBuildExceptionContaining("testSrcIsDir",
"expected failure",
WsdlToDotnet.Schema.ERROR_FILE_IS_DIR);
|
public void | testSrcIsMissing()A unit test for JUnit
expectBuildExceptionContaining("testSrcIsMissing",
"expected failure",
WsdlToDotnet.Schema.ERROR_FILE_NOT_FOUND);
|