Telerik.JustMock.AutoMock
Class
AutoMockSettingsContains settings that modify the auto-mocking container behavior. Create an instance of this class, set all relevant properties and pass it to Telerik.JustMock.AutoMock.MockingContainer..ctor
Class
MockingContainer<T>Auto-mocking container that can automatically inject mocks for all dependencies of the tested class. The container is based on NInject and supports the core NInject syntax as well as syntax extensions for arranging mocks and injecting mocks into properties and constructor arguments.