backend library

Classes

Configuration
A class that encapsulates the command-line configuration of the test runner.
CustomRuntime
A user-defined test runtime, based on an existing runtime but with different configuration.
Metadata
Metadata for a test or test suite.
PlatformSelector
An expression for selecting certain platforms, including operating systems and browsers.
Runtime
An enum of all Dart runtimes supported by the test runner.
RuntimeSettings
User-defined settings for a built-in test runtime.
SuiteConfiguration
Suite-level configuration.
SuitePlatform
The platform on which a test suite is loaded.

Enums

Compiler
All the Dart compilers supported by the test runner.

Functions

parseMetadata(String path, String contents, Set<String> platformVariables) Metadata
Parse the test metadata for the test file at path with contents.