fast_flutter_driver_tests library
Classes
- BaseConfiguration
- Base configuration that will be passed from tests to the application
- Resolution
- Specifies in what resolution the application should be run.
- System
- TestPlatformEx
- Extension method to make converting String to TestPlatform easier.
- TestProperties
- Properties that are passed to the tests from command line
Extensions
- TestPlatformEnum
- Extension method to make converting TestPlatform to String easier
Properties
- linuxOverride ↔ bool
-
Used to override behavior of System.isLinux
read / write
- macOsOverride ↔ bool
-
Used to override behavior of System.isMacOS
read / write
- testParameters ↔ ArgParser
-
Parameter parser that parses arguments that were passed from command line
to Flutter Driver tests
read / write
- windowsOverride ↔ bool
-
Used to override behavior of System.isWindows
read / write
Enums
- TestPlatform
- UI platform for the application