Test<T> class

@internal

Constructors

Test.new({required Type type, required String name, required Check<T> check, Map<String, dynamic> params = const <String, dynamic>{}, bool stop = false, String? message})

Properties

check Check<T>
final
hashCode int
The hash code for this object.
no setterinherited
message String?
final
name String
final
params Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stop bool
getter/setter pair
type Type
final

Methods

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

Operators

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