RxTest<T extends Rx> class

A container for a transform on an Rx object

Constructors

RxTest(T generate(), void transform(T rx), {int count = 1})
Create an RxTest

Properties

count int
The number of times the expected consequence should occur
final
generate → T Function()
A function to generate an Rx object. This is a function so that the test can be reused.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform → void Function(T rx)
A transformation to run on the generated Rx object
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