Namespace Mokkit.Containers.FakeItEasy
Classes
- FakeItEasyContainer
-
Mokkit container backed by FakeItEasy. A FakeItEasy fake is the object, so it is resolved by the mocked type and injected into the real graph as-is.
- FakeItEasyContainerBuilder
-
Builds a Mokkit.Containers.FakeItEasy.FakeItEasyContainer. Register fakes on the Mokkit.Containers.Common.BaseMockContainerBuilder`1.MockCollection — most conveniently with
AddFake<T>()— from the configuration callbacks. - FakeItEasyMockCollectionExtensions
-
Convenience registration methods that create FakeItEasy fakes for the mock collection.