apply method
Check the expectations of this condition against subject
.
The subject
should throw if any asynchronous expectations are checked.
It is not possible to wait for for asynchronous expectations to be fully
applied with this method.
Implementation
@override
void apply(Subject<T> subject) {
_context.apply(subject);
}