IntegrationTestRunnerArgs class

Constructors

IntegrationTestRunnerArgs(List<String> args, {bool verifyValidTarget = true, void addExtraArgs(ArgParser)?})

Properties

argResults ↔ ArgResults
latefinal
hashCode int
The hash code for this object.
no setterinherited
headless bool
Whether this integration test should be run on the 'web-server' device instead of 'chrome'.
no setter
help bool
Whether the help flag -h was passed to the integration test command.
no setter
rawArgs List<String>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shard → ({int shardNumber, int totalShards})?
Sharding information for this test run.
no setter
testTarget String?
The path to the test target.
no setter

Methods

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

Operators

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

Static Methods

buildArgParser({void addExtraArgs(ArgParser)?}) → ArgParser
Builds an arg parser for DevTools integration tests.

Constants

testTargetArg → const String