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) |
getName
public boolean isSatisfied(TestContext context)
Condition
context
- the citrus test contextpublic String getSuccessMessage(TestContext context)
Condition
context
- the citrus test contextpublic String getErrorMessage(TestContext context)
Condition
context
- the citrus test contextpublic String getFilePath()
public void setFilePath(String filePath)
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.