public interface Condition
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage(TestContext context)
Construct proper error message for this condition.
|
String |
getName()
Gets the condition name.
|
String |
getSuccessMessage(TestContext context)
Construct proper success message for this condition.
|
boolean |
isSatisfied(TestContext context)
Tests the condition returning true if it is satisfied.
|
String getName()
boolean isSatisfied(TestContext context)
context - the citrus test contextString getSuccessMessage(TestContext context)
context - the citrus test contextString getErrorMessage(TestContext context)
context - the citrus test contextCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.