NanoMock<T> constructor

NanoMock<T>()

Creates a new NanoMock, which will not have any mocks yet.

Implementation

NanoMock() : _mocks = [];