Retry class final

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

Retry(int count)
Marks all tests in a test suite to be retried.
const

Properties

count int
The number of times the tests in the suite will be retried.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited