Uses of Class
de.hybris.platform.testframework.model.SingleTestResultData
-
Packages that use SingleTestResultData Package Description de.hybris.platform.testframework.model -
-
Uses of SingleTestResultData in de.hybris.platform.testframework.model
Methods in de.hybris.platform.testframework.model that return SingleTestResultData Modifier and Type Method Description SingleTestResultDataSingleTestResultData.SingleTestResultDataBuilder. build()Methods in de.hybris.platform.testframework.model that return types with arguments of type SingleTestResultData Modifier and Type Method Description java.util.Collection<SingleTestResultData>TestSuiteData. getResults()Methods in de.hybris.platform.testframework.model with parameters of type SingleTestResultData Modifier and Type Method Description voidTestSuiteData. addSingleTestResult(SingleTestResultData singleTestResultData)Constructor parameters in de.hybris.platform.testframework.model with type arguments of type SingleTestResultData Constructor Description HybrisTestsResult(java.util.Collection<SingleTestResultData> testsResultList, long allTestsElapsedTime)
-