Class TestCaseEditor<T extends SingleTestCaseData>

java.lang.Object
java.beans.PropertyEditorSupport
de.hybris.platform.testweb.editors.TestCaseEditor<T>
All Implemented Interfaces:
PropertyEditor

public class TestCaseEditor<T extends SingleTestCaseData> extends PropertyEditorSupport
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.