Mockable.MethodCount

mixin template Mockable(C)
version(unittest)
struct MethodCount {}

Members

Variables

actual
ulong actual;

The actual count of the method.

maximum
ulong maximum;

The expected maximum count of the method.

minimum
ulong minimum;

The expected minimum count of the method.

Meta