Contains @Deprecated
classes/interfaces/functions, use the ones from package creating
; will all be removed with 1.0.0
class
Represents a Searcher which implements the CharSequenceContainsIgnoringCaseSearchBehaviour behaviour and uses CharSequence.indexOf to find expected objects. |
|
class
Represents a Searcher which implements the CharSequenceContainsIgnoringCaseSearchBehaviour behaviour and evaluates the matches of a given regular expression on the input of the search. |
|
class
Represents a Searcher which uses CharSequence.indexOf to find expected objects. |
|
class
Represents a Searcher which evaluates the matches of a given regular expression on the input of the search. |