NotTested class
Denotes that the annotated element is not tested.
@NotTested(because: 'result is non-deterministic')
int foo() => Random().nextInt(100);
- Annotations
-
- @Target({...TargetKind.values})
- @sealed
Properties
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