super_reader_test library
Classes
- DocumentEqualsMarkdownMatcher
- EquivalentDocumentMatcher
- SuperReaderInspector
- Inspects a given SuperReader in the widget tree.
- TestDocumentConfigurator
- Builder that configures and pumps a SuperReader widget.
- TestDocumentContext
- TestDocumentSelector
- Selects a Document configuration when composing a SuperReader widget in a test.
Extensions
- DocumentTester on WidgetTester
- Extensions on WidgetTester that configure and pump SuperReader document editors.
- SuperReaderRobot on WidgetTester
- Extensions on WidgetTester for interacting with a SuperReader the way a user would.
Functions
-
documentEquivalentTo(
Document expectedDocument) → Matcher -
equalsMarkdown(
String markdown) → Matcher -
imeClientGetter(
[Finder? finder]) → DeltaTextInputClient - Provides access to an IME client, to simulate IME input within a test.
Typedefs
- WidgetTreeBuilder = Widget Function(Widget superReader)
-
Must return a widget tree containing the given
superReader