fluttium_driver library
The driver behind Fluttium user flow tests
Classes
- FluttiumDriver
- A driver for executing Fluttium flow tests.
- StepState
- The state of a step in the user flow.
Enums
- StepStatus
- The status of a step in the user flow.
Typedefs
- DirectoryWatcherBuilder = DirectoryWatcher Function(String path, {Duration? pollingDelay})
-
Builder for a
DirectoryWatcher
. - FileWatcherBuilder = FileWatcher Function(String path, {Duration? pollingDelay})
-
Builder for a
FileWatcher
. -
GeneratorBuilder
= FutureOr<
MasonGenerator> Function(MasonBundle specification) -
Returns the
MasonGenerator
to use.
Exceptions / Errors
- FatalDriverException
- Exception thrown when there is a fatal exception