interface Checker : Contains.Checker, CharSequenceContains.Checker
(source)Represents a deprecated check for the search result such as: the object is contained exactly once in the input of the search.
It provides the method createAssertion which creates an Assertion representing this check.
abstract class
Represents the base class for CharSequenceContains.Checker. |
|
class
Represents a check that an expected object is not contained in the search input. |