Uses of Class
de.hybris.platform.testframework.model.HybrisTestsResult
Packages that use HybrisTestsResult
Package
Description
-
Uses of HybrisTestsResult in de.hybris.platform.testframework
Methods in de.hybris.platform.testframework that return HybrisTestsResultModifier and TypeMethodDescription -
Uses of HybrisTestsResult in de.hybris.platform.testframework.model
Methods in de.hybris.platform.testframework.model that return HybrisTestsResult -
Uses of HybrisTestsResult in de.hybris.platform.testweb.facades
Methods in de.hybris.platform.testweb.facades that return HybrisTestsResultModifier and TypeMethodDescriptionTestSuitesFacade.runAllDemoTests()Executes all tests annotated as DemoTest.TestSuitesFacade.runAllIntegrtionTests()Executes all tests annotated as IntegrationTest.TestSuitesFacade.runAllManualTests()Executes all tests annotated as ManualTest.TestSuitesFacade.runAllPerformanceTests()Executes all tests annotated as PerformanceTest.TestSuitesFacade.runAllTests()Executes all tests available in current extension set.TestSuitesFacade.runAllUnitTests()Executes all tests annotated as UnitTest.TestSuitesFacade.runTestCasesForTestSuite(Class testSuite, Collection<String> testCases) Executes tests cases for give testSuite class.TestSuitesFacade.runTestsForFilter(TestFilterData testFilterData) Executes test according to the given test filter.TestSuitesFacade.runTestSuites(Collection<Class> testSuites) Execute tests for given collection of test suite classes.Methods in de.hybris.platform.testweb.facades with parameters of type HybrisTestsResultModifier and TypeMethodDescriptionXmlResultRenderer.render(HybrisTestsResult result) Renders given HybrisTestsResult object in xml format.