SemanticsMatcher extension

Matchers for the properties of Semantics provided via Diagnosticable.debugFillProperties

on

Methods

hasAttributedDecreasedValue(String? value) WidgetMatcher<Semantics>
Expects that attributedDecreasedValue of Semantics equals (==) value.
hasAttributedDecreasedValueWhere(MatchProp<String> match) WidgetMatcher<Semantics>
Expects that attributedDecreasedValue of Semantics matches the condition in match.
hasAttributedHint(String? value) WidgetMatcher<Semantics>
Expects that attributedHint of Semantics equals (==) value.
hasAttributedHintWhere(MatchProp<String> match) WidgetMatcher<Semantics>
Expects that attributedHint of Semantics matches the condition in match.
hasAttributedIncreasedValue(String? value) WidgetMatcher<Semantics>
Expects that attributedIncreasedValue of Semantics equals (==) value.
hasAttributedIncreasedValueWhere(MatchProp<String> match) WidgetMatcher<Semantics>
Expects that attributedIncreasedValue of Semantics matches the condition in match.
hasAttributedLabel(String? value) WidgetMatcher<Semantics>
Expects that attributedLabel of Semantics equals (==) value.
hasAttributedLabelWhere(MatchProp<String> match) WidgetMatcher<Semantics>
Expects that attributedLabel of Semantics matches the condition in match.
hasAttributedValue(String? value) WidgetMatcher<Semantics>
Expects that attributedValue of Semantics equals (==) value.
hasAttributedValueWhere(MatchProp<String> match) WidgetMatcher<Semantics>
Expects that attributedValue of Semantics matches the condition in match.
hasChecked(bool? value) WidgetMatcher<Semantics>
Expects that checked of Semantics equals (==) value.
hasCheckedWhere(MatchProp<bool> match) WidgetMatcher<Semantics>
Expects that checked of Semantics matches the condition in match.
hasContainer(bool? value) WidgetMatcher<Semantics>
Expects that container of Semantics equals (==) value.
hasContainerWhere(MatchProp<bool> match) WidgetMatcher<Semantics>
Expects that container of Semantics matches the condition in match.
hasDecreasedValue(String? value) WidgetMatcher<Semantics>
Expects that decreasedValue of Semantics equals (==) value.
hasDecreasedValueWhere(MatchProp<String> match) WidgetMatcher<Semantics>
Expects that decreasedValue of Semantics matches the condition in match.
hasHint(String? value) WidgetMatcher<Semantics>
Expects that hint of Semantics equals (==) value.
hasHintOverrides(SemanticsHintOverrides? value) WidgetMatcher<Semantics>
Expects that hintOverrides of Semantics equals (==) value.
hasHintOverridesWhere(MatchProp<SemanticsHintOverrides> match) WidgetMatcher<Semantics>
Expects that hintOverrides of Semantics matches the condition in match.
hasHintWhere(MatchProp<String> match) WidgetMatcher<Semantics>
Expects that hint of Semantics matches the condition in match.
hasIncreasedValue(String? value) WidgetMatcher<Semantics>
Expects that increasedValue of Semantics equals (==) value.
hasIncreasedValueWhere(MatchProp<String> match) WidgetMatcher<Semantics>
Expects that increasedValue of Semantics matches the condition in match.
hasLabel(String? value) WidgetMatcher<Semantics>
Expects that label of Semantics equals (==) value.
hasLabelWhere(MatchProp<String> match) WidgetMatcher<Semantics>
Expects that label of Semantics matches the condition in match.
hasMixed(bool? value) WidgetMatcher<Semantics>
Expects that mixed of Semantics equals (==) value.
hasMixedWhere(MatchProp<bool> match) WidgetMatcher<Semantics>
Expects that mixed of Semantics matches the condition in match.
hasProperties(SemanticsProperties? value) WidgetMatcher<Semantics>
Expects that properties of Semantics equals (==) value.
hasPropertiesWhere(MatchProp<SemanticsProperties> match) WidgetMatcher<Semantics>
Expects that properties of Semantics matches the condition in match.
hasRenderObject(RenderSemanticsAnnotations? value) WidgetMatcher<Semantics>
Expects that renderObject of Semantics equals (==) value.
hasRenderObjectWhere(MatchProp<RenderSemanticsAnnotations> match) WidgetMatcher<Semantics>
Expects that renderObject of Semantics matches the condition in match.
hasSelected(bool? value) WidgetMatcher<Semantics>
Expects that selected of Semantics equals (==) value.
hasSelectedWhere(MatchProp<bool> match) WidgetMatcher<Semantics>
Expects that selected of Semantics matches the condition in match.
hasSortKey(SemanticsSortKey? value) WidgetMatcher<Semantics>
Expects that sortKey of Semantics equals (==) value.
hasSortKeyWhere(MatchProp<SemanticsSortKey> match) WidgetMatcher<Semantics>
Expects that sortKey of Semantics matches the condition in match.
hasTextDirection(TextDirection? value) WidgetMatcher<Semantics>
Expects that textDirection of Semantics equals (==) value.
hasTextDirectionWhere(MatchProp<TextDirection> match) WidgetMatcher<Semantics>
Expects that textDirection of Semantics matches the condition in match.
hasTooltip(String? value) WidgetMatcher<Semantics>
Expects that tooltip of Semantics equals (==) value.
hasTooltipWhere(MatchProp<String> match) WidgetMatcher<Semantics>
Expects that tooltip of Semantics matches the condition in match.
hasValue(String? value) WidgetMatcher<Semantics>
Expects that value of Semantics equals (==) value.
hasValueWhere(MatchProp<String> match) WidgetMatcher<Semantics>
Expects that value of Semantics matches the condition in match.