stub library

Classes

Counter
a class that holds a counter that can only be increased or reset
NullaryStub<T, Z extends Nullary<T>>
a NULLARY implementation of StubMethod
Stub<Z>
an interface for a stubbed method
UnaryStub<T, S, Z extends Unary<T, S>>