check that a function had been called with a certain parameter in unit testing...
Read MoreHow to use AutoFixture to build with customized properties while keeping type customizations?...
Read MoreInjecting a fake concrete class via FakeItEasy and AutoFixture...
Read MoreUsing AutoFixture to set properties on a collection as data for an Xunit theory...
Read MoreHow to use IFixture.Build<T>() with AutoMoqCustomization when T is an interface?...
Read MoreHow to get distinct dates (yyyy-mm-dd) using AutoFixture...
Read MoreHow to avoid duplicate TestFixtures arrangements for every test?...
Read MoreAutoFixture Freeze returns empty object...
Read MorePartial mock methods in a class using Autofixture, Moq and XUnit...
Read MorePopulating an object property with one of a limited set of characters using AutoFixture...
Read MoreHow to combine a Convention-based Customization with AutoFixture's [AutoData] attribute?...
Read MoreAutoFixture.AutoMoq supply a known value for one constructor parameter...
Read MoreMOQ IConfiguration with specific parameters...
Read MoreRegister custom ISpecimenBuilder only to a particular type...
Read MoreAutoFixture - adding a cusomization so all dictionary keys are created using the object id...
Read MorePopulating a Collection Property of a fixture with autofixture...
Read MoreAutoFixture AutoMoq Cast a mocked object as an interface...
Read MoreMocked method do not pass correct value...
Read MoreUsing Simple Injector as Auto-Mocking with AutoFixture...
Read MoreCan AutoFixture be used to generate multiple test cases?...
Read MoreBogus, AutoFixture, others(?): How to fill a nested model with fake data and set rules for specific ...
Read MoreAutofixture.Automoq - generics make bool always true...
Read MoreSpecifying [readonly] property values [via ctor args] when instantiating [immutable] objects with Au...
Read MoreException when using more than two mocks in a test...
Read MoreAutofixture create class from 3rd party library that has an inaccessible internal constructor...
Read MoreUnit Test with Nsubstitute allways return null with Lambda expression on Repository pattern...
Read MoreAutoFixure Fixture.Build().With() with different values...
Read MoreAutoFixture with NUnit AutoMoq prevents tests from running...
Read MoreHow can i assign particular value to properties in a collection?...
Read More