IntegrationTestRunner class
Methods
-
cancelAllStreamSubscriptions()
→ Future<void>
-
inherited
-
killForcefully(Process process, {bool debugLogging = false})
→ Future<int>
-
inherited
-
killGracefully(Process process, {bool debugLogging = false})
→ Future<int>
-
inherited
-
listenToProcessOutput(Process process, {void onStdout(String)?, void onStderr(String)?, void printCallback(String)?, String printTag = ''})
→ void
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
run(String testTarget, {required String testDriver, bool headless = false, List<String> dartDefineArgs = const <String>[], bool debugLogging = false})
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited