SentinelRunner class

Constructors

SentinelRunner({required Printer printer, required Project project, String sep = '/', AllTestsBuilder allTestsBuilder = aitfBuilder})

Properties

allTestsBuilder AllTestsBuilder
final
hashCode int
The hash code for this object.
no setterinherited
printer Printer
final
project Project
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sep String
final

Methods

createListener({required TestRunner testRunner, required bool isFlutter, String device = 'all', bool noIntegration = false}) Listener
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareAllIntegrationTests(Project project) Future<void>
printHelp(ArgParser parser) → void
toString() String
A string representation of this object.
inherited
watchDefault(String path, Listener listener) → void
watchDirectory({bool noIntegration = false, String device = 'all', Watch? watch}) Future<void>

Operators

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