Why is faked IMemoryCache returning default value on Get...
Read MoreCreate class and auto-initialize dependencies with FakeItEasy...
Read MoreHow can I fake something which returns different answers over time using FakeItEasy?...
Read MoreHow to mock AsyncPolicyWrap or AsyncPolicy in .Net Core using FakeItEasy...
Read MoreFakeItEasy - Invokes with option member arguments in F#...
Read MoreFakeItEasy - I cannot see if a protected method was called when the caller method is protected overr...
Read MoreHow to mock configuration.GetSection with FakeItEasy syntax?...
Read MoreHow to make any instance creation a fake (FakeItEasy)?...
Read MoreHow fake System.Security.Principal.IIdentity using FakeItEasy?...
Read MoreCan "event Action<>" be invoked with 3 type arguments using fakeiteasy in unit tests...
Read MoreFakeItEasy - capture exception to assert message...
Read MoreIs it possible to create a generic method that take a method group as an argument...
Read MoreFakeItEasy in C# on a servicereference...
Read MoreCall to FakeItEasy mocked mediatr.send method fails assertion...
Read MoreAutoFixture AutoDataAttribute Customization Beyond Derived Attribute...
Read MoreMocking with FakeItEasy and DBContext does not work...
Read MoreWhy does calling AutoFake.Provide() wipe out fakes already configured with A.CallTo()?...
Read MoreAssert that Fun<T> was invoked...
Read MoreUnit testing Azure functions v3 with xUnit and FakeItEasy...
Read MoreStrict fake forces event subcriptions to be configured in FakeItEasy 7.0...
Read MoreFakeItEasy: faking return value when anonymous type is returned...
Read MoreFaking Confluent .NET Kafka consumers...
Read MoreHow to test for exceptions thrown using xUnit, SubSpec and FakeItEasy...
Read MoreFaking a generic method call in C# is not returning the correct object with FakeItEasy...
Read MoreAssert that multiple unordered calls occur before a final call...
Read MoreWhy can most of the mock frameworks in .NET (Core) not mock static and private methods?...
Read MoreMock HttpClient.SendAsync to return response with Content not null...
Read MoreFakeItEasy - Mock the return value during the call interception...
Read MoreCan I register a fake instance and declare it's return on registration?...
Read MoreFaking/mocking an interface gives "no default constructor" error, how can that be?...
Read More