Search code examples
Why is faked IMemoryCache returning default value on Get...


c#.netfakeiteasymemorycache

Read More
Create class and auto-initialize dependencies with FakeItEasy...


c#dependency-injectionmockingfakeiteasyautomocking

Read More
How can I fake something which returns different answers over time using FakeItEasy?...


fakeiteasy

Read More
How to mock AsyncPolicyWrap or AsyncPolicy in .Net Core using FakeItEasy...


c#.netmoqpollyfakeiteasy

Read More
FakeItEasy - Invokes with option member arguments in F#...


f#fakeiteasy

Read More
FakeItEasy - I cannot see if a protected method was called when the caller method is protected overr...


unit-testingfakeiteasy

Read More
How to mock configuration.GetSection with FakeItEasy syntax?...


c#.netfakeiteasy

Read More
How to make any instance creation a fake (FakeItEasy)?...


c#unit-testingfakeiteasy

Read More
How fake System.Security.Principal.IIdentity using FakeItEasy?...


asp.netasp.net-mvc-3wiffakeiteasy

Read More
Can "event Action<>" be invoked with 3 type arguments using fakeiteasy in unit tests...


c#unit-testingfakeiteasy

Read More
FakeItEasy - capture exception to assert message...


c#.netunit-testingfakeiteasy

Read More
Is it possible to create a generic method that take a method group as an argument...


c#fakeiteasy

Read More
FakeItEasy in C# on a servicereference...


service-referencefakeiteasy

Read More
Call to FakeItEasy mocked mediatr.send method fails assertion...


unit-testingcontrollerxunitmediatrfakeiteasy

Read More
AutoFixture AutoDataAttribute Customization Beyond Derived Attribute...


autofixturefakeiteasyxunit2

Read More
Mocking with FakeItEasy and DBContext does not work...


c#mockingfakeiteasy

Read More
Why does calling AutoFake.Provide() wipe out fakes already configured with A.CallTo()?...


autofacfakeiteasy

Read More
Assert that Fun<T> was invoked...


c#unit-testingfakeiteasy

Read More
Unit testing Azure functions v3 with xUnit and FakeItEasy...


c#azureunit-testingfakeiteasy

Read More
Strict fake forces event subcriptions to be configured in FakeItEasy 7.0...


fakeiteasy

Read More
FakeItEasy: faking return value when anonymous type is returned...


c#fakeiteasy

Read More
Faking Confluent .NET Kafka consumers...


c#unit-testingapache-kafkakafka-consumer-apifakeiteasy

Read More
How to test for exceptions thrown using xUnit, SubSpec and FakeItEasy...


c#unit-testingbddxunitfakeiteasy

Read More
Faking a generic method call in C# is not returning the correct object with FakeItEasy...


c#unit-testingfakeiteasy

Read More
Assert that multiple unordered calls occur before a final call...


c#.netunit-testingfakeiteasy

Read More
Why can most of the mock frameworks in .NET (Core) not mock static and private methods?...


c#mockingmoqnsubstitutefakeiteasy

Read More
Mock HttpClient.SendAsync to return response with Content not null...


c#mockingfakeiteasyhttpcontent

Read More
FakeItEasy - Mock the return value during the call interception...


c#.net-corefakeiteasy

Read More
Can I register a fake instance and declare it's return on registration?...


asp.net-coreautofacfakeiteasy

Read More
Faking/mocking an interface gives "no default constructor" error, how can that be?...


c#mockingravendbxunit.netfakeiteasy

Read More
BackNext