SingleCasedTest<INPUT extends Object?, OUTPUT extends Object?> class

Inheritance

Constructors

SingleCasedTest({String? name, required String when, required String then, required INPUT input, required dynamic matcher, required ParameterizedCallback<INPUT, OUTPUT> action, String? testOn, Timeout? timeout, dynamic skip, dynamic tags, Map<String, dynamic>? onPlatform, int? retry})

Properties

action → ParameterizedCallback<INPUT, OUTPUT>
final
cases Iterable<TestCase<INPUT, OUTPUT>>
final
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
nameSuffix String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? name, Callback? initialize, Callback? dispose}) Test<INPUT, OUTPUT>
inherited
dispose() → dynamic
inherited
execute() → void
inherited
initialize() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(INPUT input) → OUTPUT
override
toString() String
A string representation of this object.
inherited

Operators

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