TestableReference class

Constructors

TestableReference({bool skipped = false})
factory

Properties

buildableReferences Set<BuildableReference>
no setter
hashCode int
The hash code for this object.
no setterinherited
parallelizable bool?
Whether or not this TestableReference (test bundle) should be run in parallel or not
getter/setter pair
randomized bool
Whether or not this TestableReference (test bundle) should be run in randomized order.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedTests Set<Test>
no setter
skipped bool?
Whether or not this TestableReference (test bundle) should be skipped or not
getter/setter pair
skippedTests Set<Test>
no setter
testExecutionOrdering String?
The execution order for this TestableReference (test bundle)
getter/setter pair
useTestSelectionWhitelist bool?
Whether or not this TestableReference (test bundle) should use a whitelist or not
getter/setter pair

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