TestMetadata class

Test metadata regarding whether the test was skipped and the reason.

Annotations
  • @JsonSerializable()

Constructors

TestMetadata({required bool skip, String? skipReason})
Test metadata regarding whether the test was skipped and the reason.
TestMetadata.fromJson(Map<String, dynamic> json)
Test metadata regarding whether the test was skipped and the reason.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skip bool
Whether the test was skipped.
final
skipReason String?
The reason the tests was skipped, or null if it wasn't skipped.
final

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