Uses of Class
org.simple4j.wsfeeler.model.TestSuite
Packages that use TestSuite
-
Uses of TestSuite in org.simple4j.wsfeeler.core
Methods in org.simple4j.wsfeeler.core with parameters of type TestSuite -
Uses of TestSuite in org.simple4j.wsfeeler.model
Fields in org.simple4j.wsfeeler.model declared as TestSuiteMethods in org.simple4j.wsfeeler.model with parameters of type TestSuiteModifier and TypeMethodDescriptionstatic TestStepTestStep.getInstance(String typeOfStep, Map<String, Object> testStepInputVariables, File testStepInputFile, TestCase parent, TestSuite testSuite) Factory method to get an instance of test stepConstructors in org.simple4j.wsfeeler.model with parameters of type TestSuiteModifierConstructorDescriptionBeanShellStep(Map<String, Object> testStepInputVariables, File testStepInputFile, TestCase parent, TestSuite testSuite) DelayStep(Map<String, Object> testStepInputVariables, File testStepInputFile, TestCase parent, TestSuite testSuite) TestStep(Map<String, Object> testStepInputVariables, File testStepInputFile, TestCase parent, TestSuite testSuite) WSTestStep(Map<String, Object> testStepInputVariables, File testStepInputFile, TestCase parent, TestSuite testSuite)