Package-level declarations
Types
An opaque type representing the saved state of a test composition.
A widget that's implemented as a value class, appropriate for use in tests.
Functions
Returns a sequence that does a depth-first preorder traversal of the entire widget tree whose roots are this list. This is the same order elements occur in code.
Performs Redwood composition strictly for testing.
Encode this widget value snapshot into a list of changes which can be serialized and later applied to the UI to recreate the structure and state.
Encode this snapshot of widget values into a list of changes which can be serialized and later applied to the UI to recreate the structure and state.
Returns a formatted string of the widget tree whose roots are this list. For example: """ Column { Toolbar { Icon(...) Title(...) } } Row { Text(...) Button(...) } """