public class FileCondition extends AbstractCondition
| Constructor and Description |
|---|
FileCondition()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage(TestContext context)
Construct proper error message for this condition.
|
String |
getFilePath() |
String |
getSuccessMessage(TestContext context)
Construct proper success message for this condition.
|
boolean |
isSatisfied(TestContext context)
Tests the condition returning true if it is satisfied.
|
void |
setFilePath(String filePath) |
getNamepublic boolean isSatisfied(TestContext context)
Conditioncontext - the citrus test contextpublic String getSuccessMessage(TestContext context)
Conditioncontext - the citrus test contextpublic String getErrorMessage(TestContext context)
Conditioncontext - the citrus test contextpublic String getFilePath()
public void setFilePath(String filePath)
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.