| Package | Description |
|---|---|
| de.hybris.platform.testweb.controllers | |
| de.hybris.platform.testweb.data | |
| de.hybris.platform.testweb.editors |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
JunitController.runTestsByTestCases(Model model,
SingleTestCaseData testCaseData) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SingleTestCaseData> |
TestSuitesData.getTestCases() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSuitesData.addTestCases(SingleTestCaseData... testCases) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSuitesData.setTestCases(java.util.List<SingleTestCaseData> testCases) |
| Modifier and Type | Class and Description |
|---|---|
class |
TestCaseEditor<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.
|
Copyright © 2018 SAP SE. All Rights Reserved.