Uses of Class
de.hybris.platform.testweb.data.SingleTestCaseData
-
Packages that use SingleTestCaseData Package Description de.hybris.platform.testweb.controllers de.hybris.platform.testweb.data de.hybris.platform.testweb.editors -
-
Uses of SingleTestCaseData in de.hybris.platform.testweb.controllers
Methods in de.hybris.platform.testweb.controllers with parameters of type SingleTestCaseData Modifier and Type Method Description java.lang.StringJunitController. runTestsByTestCases(org.springframework.ui.Model model, SingleTestCaseData testCaseData) -
Uses of SingleTestCaseData in de.hybris.platform.testweb.data
Methods in de.hybris.platform.testweb.data that return types with arguments of type SingleTestCaseData Modifier and Type Method Description java.util.List<SingleTestCaseData>TestSuitesData. getTestCases()Methods in de.hybris.platform.testweb.data with parameters of type SingleTestCaseData Modifier and Type Method Description voidTestSuitesData. addTestCases(SingleTestCaseData... testCases)Method parameters in de.hybris.platform.testweb.data with type arguments of type SingleTestCaseData Modifier and Type Method Description voidTestSuitesData. setTestCases(java.util.List<SingleTestCaseData> testCases) -
Uses of SingleTestCaseData in de.hybris.platform.testweb.editors
Classes in de.hybris.platform.testweb.editors with type parameters of type SingleTestCaseData Modifier and Type Class Description classTestCaseEditor<T extends SingleTestCaseData>Converts string representation of single test case from testsuite which is in form of: fullyQualifiedTestSuiteName#testCaseName into proper SingleTestCaseData object used by form on UI.
-