public class WarningAssertion extends Assertion
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WARN_CLASS |
static java.lang.String |
WARN_GROUP |
static java.lang.String |
WARN_KEY |
ASSERTION_VALUE, OPERATOR, OPERATOR_ENDSWITH, OPERATOR_EQUALS, OPERATOR_GREATER, OPERATOR_GREATEREQUALS, OPERATOR_ISNOTNULL, OPERATOR_ISNULL, OPERATOR_LESS, OPERATOR_LESSEQUALS, OPERATOR_NOTEQUALS, OPERATOR_NOTSAME, OPERATOR_OR, OPERATOR_SAME, OPERATOR_STARTSWITH| Constructor and Description |
|---|
WarningAssertion(MboRemote mbo,
org.jdom.Element elem,
java.util.Map<java.lang.String,java.lang.Object> context,
TestDataSource testDataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertExpression() |
java.lang.String |
toString() |
asBoolean, asBoolean, asDate, asDouble, asFloat, asInteger, asInteger, asLong, getContextParam, getFlag, isContextParampublic static java.lang.String WARN_GROUP
public static java.lang.String WARN_KEY
public static java.lang.String WARN_CLASS
public WarningAssertion(MboRemote mbo, org.jdom.Element elem, java.util.Map<java.lang.String,java.lang.Object> context, TestDataSource testDataSource) throws TestSetupException
TestSetupExceptionpublic void assertExpression()
throws AssertionFailedException,
TestSetupException
assertExpression in class AssertionAssertionFailedExceptionTestSetupExceptionpublic java.lang.String toString()
toString in class XMLCommand