Module faux::when[][src]

Tools to stub the implementation or return value of your mocks.

Structs

Once

Similar to When, but only mocks once.

When

Provides methods to stub the implementation or return value of the mocked method.