public interface TestAssertion extends ModelItem
Modifier and Type | Field and Description |
---|---|
static String |
CONFIGURATION_PROPERTY |
static String |
DISABLED_PROPERTY |
static String |
ERRORS_PROPERTY |
static String |
STATUS_PROPERTY |
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
Modifier and Type | Method and Description |
---|---|
boolean |
configure() |
Assertable |
getAssertable() |
AssertionError[] |
getErrors() |
int |
getIndexOfAssertion(TestAssertion assertion) |
String |
getLabel() |
Assertable.AssertionStatus |
getStatus() |
boolean |
isAllowMultiple() |
boolean |
isClonable() |
boolean |
isConfigurable() |
boolean |
isDisabled() |
void |
prepare(TestCaseRunner testRunner,
TestCaseRunContext testRunContext) |
getChildren, getDescription, getIcon, getId, getName, getParent, getProject, getSettings
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
static final String DISABLED_PROPERTY
static final String STATUS_PROPERTY
static final String ERRORS_PROPERTY
static final String CONFIGURATION_PROPERTY
Assertable.AssertionStatus getStatus()
AssertionError[] getErrors()
boolean isAllowMultiple()
boolean isConfigurable()
boolean isClonable()
boolean configure()
Assertable getAssertable()
String getLabel()
boolean isDisabled()
void prepare(TestCaseRunner testRunner, TestCaseRunContext testRunContext) throws Exception
Exception
int getIndexOfAssertion(TestAssertion assertion)
Copyright © 2019. All Rights Reserved.