Uses of Class
de.hybris.platform.testweb.data.SingleTestCaseData
Packages that use SingleTestCaseData
Package
Description
-
Uses of SingleTestCaseData in de.hybris.platform.testweb.controllers
Methods in de.hybris.platform.testweb.controllers with parameters of type SingleTestCaseDataModifier and TypeMethodDescriptionJunitController.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 SingleTestCaseDataMethods in de.hybris.platform.testweb.data with parameters of type SingleTestCaseDataModifier and TypeMethodDescriptionvoidTestSuitesData.addTestCases(SingleTestCaseData... testCases) Method parameters in de.hybris.platform.testweb.data with type arguments of type SingleTestCaseDataModifier and TypeMethodDescriptionvoidTestSuitesData.setTestCases(List<SingleTestCaseData> testCases) -
Uses of SingleTestCaseData in de.hybris.platform.testweb.editors
Classes in de.hybris.platform.testweb.editors with type parameters of type SingleTestCaseDataModifier and TypeClassDescriptionclassTestCaseEditor<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.