TestAction class

Inheritance

Constructors

TestAction({bool shouldUseLaunchSchemeArgsEnv = true, String buildConfiguration = 'Debug'})
factory

Properties

buildConfiguration String?
The build configuration associated with this action (usually either 'Debug' or 'Release').
getter/setter pairinherited
codeCoverageEnabled bool?
Whether Clang Code Coverage is enabled ('Gather coverage data' turned ON)
getter/setter pair
commandLineArguments CommandLineArguments
The CommandLineArguments that will be passed at app launch
getter/setter pair
disableMainThreadChecker bool?
Whether this Test Action should disable detection of UI API misuse from background threads
getter/setter pair
environmentVariables EnvironmentVariables
The EnvironmentVariables that will be defined at app launch
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
macroExpansions Set<MacroExpansion>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldUseLaunchSchemeArgsEnv bool?
Whether this Test Action should use the same arguments and environment variables as the Launch Action.
getter/setter pair
testables Set<TestableReference>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited