NanoMockVoidExtensions extension

Utility extensions on NanoMock that can be used when the return type is void.

on

Methods

whenVoid(List arguments) NanoMockCallCount
Adds a mock to the NanoMock instance, which makes it so if the instance is called with arguments, the instance will return void.