Retry class Null safety
An annotation for marking a test suite to be retried.
A suite-level retry configuration will enable retries for every test in the suite, unless the group or test is configured with a more specific retry.
- Annotations
-
- @Target({TargetKind.library})
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited