Package org.openl.rules.testmethod
Class TestMethodHelper
- java.lang.Object
-
- org.openl.rules.testmethod.TestMethodHelper
-
public class TestMethodHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_NAMEField name for defining runtime context in teststatic StringDESCRIPTION_NAMEField name for test unit description in teststatic StringEXPECTED_ERRORField name for the expecting eror in teststatic StringEXPECTED_RESULT_NAMEField name for the expected result in test
-
Constructor Summary
Constructors Constructor Description TestMethodHelper()
-
-
-
Field Detail
-
EXPECTED_RESULT_NAME
public static final String EXPECTED_RESULT_NAME
Field name for the expected result in test- See Also:
- Constant Field Values
-
EXPECTED_ERROR
public static final String EXPECTED_ERROR
Field name for the expecting eror in test- See Also:
- Constant Field Values
-
CONTEXT_NAME
public static final String CONTEXT_NAME
Field name for defining runtime context in test- See Also:
- Constant Field Values
-
DESCRIPTION_NAME
public static final String DESCRIPTION_NAME
Field name for test unit description in test- See Also:
- Constant Field Values
-
-