Class TestCaseEditor<T extends SingleTestCaseData>
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- de.hybris.platform.testweb.editors.TestCaseEditor<T>
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class TestCaseEditor<T extends SingleTestCaseData> extends java.beans.PropertyEditorSupportConverts string representation of single test case from testsuite which is in form of: fullyQualifiedTestSuiteName#testCaseName into proper SingleTestCaseData object used by form on UI.
-
-
Constructor Summary
Constructors Constructor Description TestCaseEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAsText()voidsetAsText(java.lang.String value)
-
-
-
Method Detail
-
getAsText
public java.lang.String getAsText()
- Specified by:
getAsTextin interfacejava.beans.PropertyEditor- Overrides:
getAsTextin classjava.beans.PropertyEditorSupport
-
setAsText
public void setAsText(java.lang.String value)
- Specified by:
setAsTextin interfacejava.beans.PropertyEditor- Overrides:
setAsTextin classjava.beans.PropertyEditorSupport
-
-