Class ContainsAsserter
- java.lang.Object
-
- com.chutneytesting.action.assertion.placeholder.ContainsAsserter
-
- All Implemented Interfaces:
PlaceholderAsserter
public class ContainsAsserter extends Object implements PlaceholderAsserter
-
-
Constructor Summary
Constructors Constructor Description ContainsAsserter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanassertValue(Logger logger, Object actual, Object expected)booleancanApply(String value)
-
-
-
Method Detail
-
canApply
public boolean canApply(String value)
- Specified by:
canApplyin interfacePlaceholderAsserter
-
assertValue
public boolean assertValue(Logger logger, Object actual, Object expected)
- Specified by:
assertValuein interfacePlaceholderAsserter
-
-