stopOnFirstFailure property
bool
get
stopOnFirstFailure
Whether to stop running subsequent tests after a test fails.
Implementation
bool get stopOnFirstFailure => _stopOnFirstFailure ?? false;
Whether to stop running subsequent tests after a test fails.
bool get stopOnFirstFailure => _stopOnFirstFailure ?? false;