devtools_test_utils library
Classes
Mixins
Constants
- useChromeHeadless → const bool
Properties
- headlessModeIsSupported → bool
-
final
Functions
-
delay(
{Duration duration = const Duration(milliseconds: 500)}) → Future -
getDartPrefsDirectory(
) → Directory - The directory used to store per-user settings for Dart tooling.
-
getUserHomeDir(
) → String - Return the user's home directory.
-
runOneOrManyTests<
T extends IntegrationTestRunnerArgs> ({required String testDirectoryPath, required T testRunnerArgs, required Future< void> runTest(T), required T newArgsGenerator(List<String> ), bool testIsSupported(FileSystemEntity)?, bool debugLogging = false}) → Future<void> -
shortDelay(
) → Future -
transformToLines(
Stream< List< byteStream) → Stream<int> >String> -
waitFor(
Future< bool> condition(), {Duration timeout = const Duration(seconds: 10), String timeoutMessage = 'condition not satisfied', Duration delay = _shortDelay}) → Future<void>