yaru_test library

Provides extensions for testing Yaru applications.

Classes

YaruTestWindow
An implementation of YaruWindowPlatform for testing.

Extensions

YaruCommonFinders on CommonFinders
Convenient high-level common finder extensions for buttons and alike.
YaruWidgetTester on WidgetTester
Convenient high-level widget tester extensions for buttons and alike.

Properties

hasFocus → _HasFocusMatcher
Matches a focused (focusable) widget.
final
hasNoFocus → _HasFocusMatcher
Matches a non-focused (focusable) widget.
final
isChecked → _IsCheckedMatcher
Matches a checked (togglable) widget.
final
isDisabled → _IsEnabledMatcher
Matches a disabled (editable, tappable, or togglable) widget.
final
isEnabled → _IsEnabledMatcher
Matches an enabled (editable, tappable, or togglable) widget.
final
isNotChecked → _IsCheckedMatcher
Matches an unchecked (togglable) widget.
final
isPartiallyChecked → _IsCheckedMatcher
Matches a partially checked (togglable) widget.
final