| org.apache.tools.ant.BuildFileTest org.apache.tools.ant.taskdefs.optional.WsdlToDotnetTest
WsdlToDotnetTest | public class WsdlToDotnetTest extends BuildFileTest (Code) | | Tests the WsdlToDotnet task.
since: Ant 1.5 |
WsdlToDotnetTest | public WsdlToDotnetTest(String name)(Code) | | Constructor
Parameters: name - testname |
setUp | public void setUp()(Code) | | The JUnit setup method
|
tearDown | public void tearDown()(Code) | | The teardown method for JUnit
|
testBothSrc | public void testBothSrc() throws Exception(Code) | | A unit test for JUnit
|
testDestIsDir | public void testDestIsDir() throws Exception(Code) | | A unit test for JUnit
|
testInvalidExtraOps | public void testInvalidExtraOps() throws Exception(Code) | | A unit test for JUnit
|
testInvalidExtraOpsVB | public void testInvalidExtraOpsVB() throws Exception(Code) | | A unit test for JUnit
|
testLocalWsdl | public void testLocalWsdl() throws Exception(Code) | | A unit test for JUnit
|
testLocalWsdlServer | public void testLocalWsdlServer() throws Exception(Code) | | A unit test for JUnit
|
testLocalWsdlServerVB | public void testLocalWsdlServerVB() throws Exception(Code) | | A unit test for JUnit
|
testLocalWsdlVB | public void testLocalWsdlVB() throws Exception(Code) | | A unit test for JUnit
|
testNoParams | public void testNoParams() throws Exception(Code) | | A unit test for JUnit
|
testNoSrc | public void testNoSrc() throws Exception(Code) | | A unit test for JUnit
|
testParseableErrorsIgnoredWhenFalse | public void testParseableErrorsIgnoredWhenFalse() throws Exception(Code) | | 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
|
testSchemaFileMustExist | public void testSchemaFileMustExist() throws Exception(Code) | | A unit test for JUnit
|
testSchemaFileMustHaveOneOptionOnly | public void testSchemaFileMustHaveOneOptionOnly() throws Exception(Code) | | A unit test for JUnit
|
testSchemaMustBeSet | public void testSchemaMustBeSet() throws Exception(Code) | | A unit test for JUnit
|
testSrcIsDir | public void testSrcIsDir() throws Exception(Code) | | A unit test for JUnit
|
testSrcIsMissing | public void testSrcIsMissing() throws Exception(Code) | | A unit test for JUnit
|
Methods inherited from org.apache.tools.ant.BuildFileTest | public void assertDebuglogContaining(String substring)(Code)(Java Doc) public void assertLogContaining(String substring)(Code)(Java Doc) public void assertOutputContaining(String substring)(Code)(Java Doc) public void assertPropertyEquals(String property, String value)(Code)(Java Doc) public void assertPropertySet(String property)(Code)(Java Doc) public void assertPropertyUnset(String property)(Code)(Java Doc) public void configureProject(String filename) throws BuildException(Code)(Java Doc) public void configureProject(String filename, int logLevel) throws BuildException(Code)(Java Doc) public void executeTarget(String targetName)(Code)(Java Doc) public void expectBuildException(String target, String cause)(Code)(Java Doc) public void expectBuildExceptionContaining(String target, String cause, String contains)(Code)(Java Doc) public void expectDebuglog(String target, String log)(Code)(Java Doc) public void expectLog(String target, String log)(Code)(Java Doc) public void expectLogContaining(String target, String log)(Code)(Java Doc) public void expectOutput(String target, String output)(Code)(Java Doc) public void expectOutputAndError(String target, String output, String error)(Code)(Java Doc) public void expectPropertySet(String target, String property, String value)(Code)(Java Doc) public void expectPropertySet(String target, String property)(Code)(Java Doc) public void expectPropertyUnset(String target, String property)(Code)(Java Doc) public void expectSpecificBuildException(String target, String cause, String msg)(Code)(Java Doc) public BuildException getBuildException()(Code)(Java Doc) public String getError()(Code)(Java Doc) public String getFullLog()(Code)(Java Doc) public String getLog()(Code)(Java Doc) public String getOutput()(Code)(Java Doc) public Project getProject()(Code)(Java Doc) public File getProjectDir()(Code)(Java Doc) public URL getResource(String resource)(Code)(Java Doc) protected void tearDown() throws Exception(Code)(Java Doc)
|
|
|