Java Doc for WsdlTestCase.java in  » Web-Services » soapui-1.7.5 » com » eviware » soapui » impl » wsdl » testcase » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Services » soapui 1.7.5 » com.eviware.soapui.impl.wsdl.testcase 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase

WsdlTestCase
public class WsdlTestCase extends AbstractWsdlModelItem implements TestCase(Code)
TestCase implementation for WSDL projects
author:
   Ole.Matzura


Field Summary
final public static  StringDISCARD_OK_RESULTS
    
final public static  StringFAIL_ON_ERRORS_PROPERTY
    
final public static  StringFAIL_ON_ERROR_PROPERTY
    
final public static  StringKEEP_SESSION_PROPERTY
    

Constructor Summary
public  WsdlTestCase(WsdlTestSuite testSuite, TestCaseConfig config, boolean forLoadTest)
    

Method Summary
public  WsdlLoadTestaddNewLoadTest(String name)
    
public  voidaddTestRunListener(TestRunListener listener)
    
public  WsdlTestStepaddTestStep(TestStepConfig stepConfig)
    
public  WsdlTestStepaddTestStep(String type, String name)
    
public  WsdlLoadTestcloneLoadTest(WsdlLoadTest loadTest, String name)
    
public  WsdlTestStepcloneStep(WsdlTestStep testStep, String name)
    
public  TestStepfindNextStepOfType(TestStep referenceStep, Class stepClass)
    
public  TestStepfindPreviousStepOfType(TestStep referenceStep, Class stepClass)
    
public  ActionListgetCreateActions()
    
public  booleangetDiscardOkResults()
    
public  booleangetFailOnError()
    
public  booleangetFailTestCaseOnErrors()
    
public  intgetIndexOfLoadTest(LoadTest loadTest)
    
public  intgetIndexOfTestStep(TestStep step)
    
public  booleangetKeepSession()
    
public  WsdlLoadTestgetLoadTestAt(int index)
    
public  LoadTestgetLoadTestByName(String loadTestName)
    
public  intgetLoadTestCount()
    
public  booleangetSearchProperties()
    
public  TestRunListener[]getTestRunListeners()
    
public  WsdlTestStepgetTestStepAt(int index)
    
public  WsdlTestStepgetTestStepByName(String stepName)
    
public  intgetTestStepCount()
    
public  intgetTestStepIndexByName(String stepName)
    
public  List<TestStep>getTestStepList()
    
 WsdlTestStep[]getTestSteps()
    
public  List<TestStep>getTestStepsOfType(Class<? extends WsdlTestStep> stepType)
    
public  WsdlTestSuitegetTestSuite()
    
public  WsdlTestStepimportTestStep(WsdlTestStep testStep, String name, int index)
    
public  WsdlTestStep[]importTestSteps(WsdlTestStep[] testSteps, int index)
    
public  WsdlTestStepinsertTestStep(String type, String name, int index)
    
public  WsdlTestStepinsertTestStep(TestStepConfig stepConfig, int ix)
    
public  WsdlTestStep[]insertTestSteps(TestStepConfig[] stepConfig, int ix)
    
public  voidmoveTestStep(int ix, int offset)
    
public  voidonSave()
    
public  voidrelease()
    
public  voidremoveLoadTest(WsdlLoadTest loadTest)
    
public  voidremoveTestRunListener(TestRunListener listener)
    
public  voidremoveTestStep(WsdlTestStep testStep)
    
public  voidresetConfigOnMove(TestCaseConfig testCaseArray)
    
public  WsdlTestCaseRunnerrun(PropertiesMap properties, boolean async)
    
public  voidsetDiscardOkResults(boolean discardOkResults)
    
public  voidsetFailOnError(boolean failOnError)
    
public  voidsetFailTestCaseOnErrors(boolean failTestCaseOnErrors)
    
public  voidsetKeepSession(boolean keepSession)
    
public  voidsetSearchProperties(boolean searchProperties)
    

Field Detail
DISCARD_OK_RESULTS
final public static String DISCARD_OK_RESULTS(Code)



FAIL_ON_ERRORS_PROPERTY
final public static String FAIL_ON_ERRORS_PROPERTY(Code)



FAIL_ON_ERROR_PROPERTY
final public static String FAIL_ON_ERROR_PROPERTY(Code)



KEEP_SESSION_PROPERTY
final public static String KEEP_SESSION_PROPERTY(Code)




Constructor Detail
WsdlTestCase
public WsdlTestCase(WsdlTestSuite testSuite, TestCaseConfig config, boolean forLoadTest)(Code)




Method Detail
addNewLoadTest
public WsdlLoadTest addNewLoadTest(String name)(Code)



addTestRunListener
public void addTestRunListener(TestRunListener listener)(Code)



addTestStep
public WsdlTestStep addTestStep(TestStepConfig stepConfig)(Code)



addTestStep
public WsdlTestStep addTestStep(String type, String name)(Code)



cloneLoadTest
public WsdlLoadTest cloneLoadTest(WsdlLoadTest loadTest, String name)(Code)



cloneStep
public WsdlTestStep cloneStep(WsdlTestStep testStep, String name)(Code)



findNextStepOfType
public TestStep findNextStepOfType(TestStep referenceStep, Class stepClass)(Code)



findPreviousStepOfType
public TestStep findPreviousStepOfType(TestStep referenceStep, Class stepClass)(Code)



getCreateActions
public ActionList getCreateActions()(Code)



getDiscardOkResults
public boolean getDiscardOkResults()(Code)



getFailOnError
public boolean getFailOnError()(Code)



getFailTestCaseOnErrors
public boolean getFailTestCaseOnErrors()(Code)



getIndexOfLoadTest
public int getIndexOfLoadTest(LoadTest loadTest)(Code)



getIndexOfTestStep
public int getIndexOfTestStep(TestStep step)(Code)



getKeepSession
public boolean getKeepSession()(Code)



getLoadTestAt
public WsdlLoadTest getLoadTestAt(int index)(Code)



getLoadTestByName
public LoadTest getLoadTestByName(String loadTestName)(Code)



getLoadTestCount
public int getLoadTestCount()(Code)



getSearchProperties
public boolean getSearchProperties()(Code)



getTestRunListeners
public TestRunListener[] getTestRunListeners()(Code)



getTestStepAt
public WsdlTestStep getTestStepAt(int index)(Code)



getTestStepByName
public WsdlTestStep getTestStepByName(String stepName)(Code)



getTestStepCount
public int getTestStepCount()(Code)



getTestStepIndexByName
public int getTestStepIndexByName(String stepName)(Code)



getTestStepList
public List<TestStep> getTestStepList()(Code)



getTestSteps
WsdlTestStep[] getTestSteps()(Code)



getTestStepsOfType
public List<TestStep> getTestStepsOfType(Class<? extends WsdlTestStep> stepType)(Code)



getTestSuite
public WsdlTestSuite getTestSuite()(Code)



importTestStep
public WsdlTestStep importTestStep(WsdlTestStep testStep, String name, int index)(Code)



importTestSteps
public WsdlTestStep[] importTestSteps(WsdlTestStep[] testSteps, int index)(Code)



insertTestStep
public WsdlTestStep insertTestStep(String type, String name, int index)(Code)



insertTestStep
public WsdlTestStep insertTestStep(TestStepConfig stepConfig, int ix)(Code)



insertTestSteps
public WsdlTestStep[] insertTestSteps(TestStepConfig[] stepConfig, int ix)(Code)



moveTestStep
public void moveTestStep(int ix, int offset)(Code)
Moves a step by the specified offset, a bit awkward since xmlbeans doesn't support reordering of arrays, we need to create copies of the contained XmlObjects
Parameters:
  ix -
Parameters:
  offset -



onSave
public void onSave()(Code)



release
public void release()(Code)



removeLoadTest
public void removeLoadTest(WsdlLoadTest loadTest)(Code)



removeTestRunListener
public void removeTestRunListener(TestRunListener listener)(Code)



removeTestStep
public void removeTestStep(WsdlTestStep testStep)(Code)



resetConfigOnMove
public void resetConfigOnMove(TestCaseConfig testCaseArray)(Code)



run
public WsdlTestCaseRunner run(PropertiesMap properties, boolean async)(Code)



setDiscardOkResults
public void setDiscardOkResults(boolean discardOkResults)(Code)



setFailOnError
public void setFailOnError(boolean failOnError)(Code)



setFailTestCaseOnErrors
public void setFailTestCaseOnErrors(boolean failTestCaseOnErrors)(Code)



setKeepSession
public void setKeepSession(boolean keepSession)(Code)



setSearchProperties
public void setSearchProperties(boolean searchProperties)(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.