Uses of Class
org.simple4j.wsfeeler.model.TestCase
Packages that use TestCase
-
Uses of TestCase in org.simple4j.wsfeeler.core
Methods in org.simple4j.wsfeeler.core that return types with arguments of type TestCaseModifier and TypeMethodDescriptionEntry point method for the executor.Methods in org.simple4j.wsfeeler.core with parameters of type TestCaseModifier and TypeMethodDescriptionConfigLoader.loadVariables(File testStepFile, TestCase testCase) Loads step level properties without BeanShell processingConstructors in org.simple4j.wsfeeler.core with parameters of type TestCaseModifierConstructorDescriptionTestCaseExecutor(TestCase parent) Constructor with TestCase object as the parameter. -
Uses of TestCase in org.simple4j.wsfeeler.model
Fields in org.simple4j.wsfeeler.model declared as TestCaseModifier and TypeFieldDescriptionTestCase.parentParent test case objectTestStep.parentParent test case objectMethods in org.simple4j.wsfeeler.model that return types with arguments of type TestCaseMethods in org.simple4j.wsfeeler.model with parameters of type TestCaseModifier and TypeMethodDescriptionvoidTestSuite.addFailedTestCases(TestCase testCase) static 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 TestCase