Class ExpectedInfo
java.lang.Object
org.uitnet.testing.smartfwk.core.validator.ExpectedInfo
public class ExpectedInfo extends Object
- Author:
- Madhav Krishna
-
Constructor Summary
Constructors Constructor Description ExpectedInfo() -
Method Summary
Modifier and Type Method Description ObjectgetEv()IgnoreCasegetIgnoreCase()StringgetIgnoreCaseAsStr()InOrdergetInOrder()StringgetInOrderAsStr()IntegergetN()TextMatchMechanismgetTextMatchMechanism()StringgetTextMatchMechanismAsStr()ParamValueTypegetValueType()StringgetValueTypeAsStr()voidsetEv(Object ev)voidsetIgnoreCase(String ignoreCase)voidsetInOrder(String inOrder)voidsetN(Integer n)voidsetTextMatchMechanism(String textMatchMechanism)voidsetValueType(String valueType)
-
Constructor Details
-
ExpectedInfo
public ExpectedInfo()
-
-
Method Details
-
getEv
-
setEv
-
getValueTypeAsStr
-
getValueType
-
setValueType
-
getTextMatchMechanismAsStr
-
getTextMatchMechanism
-
setTextMatchMechanism
-
getN
-
setN
-
getInOrderAsStr
-
getInOrder
-
setInOrder
-
getIgnoreCase
-
getIgnoreCaseAsStr
-
setIgnoreCase
-