ComponentConditions
class ComponentConditions
Various helpers to match against InspectableComponents. This is to be used with subComponentWith and deepSubComponentWith.
Functions
Link copied to clipboard
Matcher that succeeds if the class of an InspectableComponent exactly matches the provided component class.
Link copied to clipboard
Matcher that succeeds if a InspectableComponent has text content that matches the provided condition.
Matcher that succeeds if a InspectableComponent has text content that matches the provided hamcrest matcher.
Link copied to clipboard
Matcher that succeeds if a InspectableComponent has a text content that exactly matches the provided string.