TestParameters2<A1, A2> class

Test body class that handles 2 test parameter values. For example:

TestParameter2((int number, String word){
  // Do some test logic here.
});
Implemented types

Constructors

TestParameters2(dynamic body(A1 a1, A2 a2))
const

Properties

body → dynamic Function(A1 a1, A2 a2)
final
count int
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

mapBody<R>(Iterable<R> values) → dynamic
override
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