Search code examples
check that a function had been called with a certain parameter in unit testing...

c#moqautofixtureteststack

Read More
How to use AutoFixture to build with customized properties while keeping type customizations?...

c#.netunit-testingautofixture

Read More
Injecting a fake concrete class via FakeItEasy and AutoFixture...

c#xunitautofixturefakeiteasy

Read More
Using AutoFixture to set properties on a collection as data for an Xunit theory...

unit-testingxunit.netautofixture

Read More
How to use IFixture.Build<T>() with AutoMoqCustomization when T is an interface?...

c#unit-testingmockingmoqautofixture

Read More
How to get distinct dates (yyyy-mm-dd) using AutoFixture...

c#autofixture

Read More
How to avoid duplicate TestFixtures arrangements for every test?...

c#unit-testingmoqxunit.netautofixture

Read More
AutoFixture Freeze returns empty object...

c#moqautofixtureautomoq

Read More
Partial mock methods in a class using Autofixture, Moq and XUnit...

c#unit-testingmoqxunitautofixture

Read More
Populating an object property with one of a limited set of characters using AutoFixture...

c#autofixture

Read More
How to combine a Convention-based Customization with AutoFixture's [AutoData] attribute?...

c#unit-testingautofixture

Read More
AutoFixture.AutoMoq supply a known value for one constructor parameter...

c#unit-testingautofixtureautomocking

Read More
MOQ IConfiguration with specific parameters...

c#unit-testing.net-coremstestautofixture

Read More
Register custom ISpecimenBuilder only to a particular type...

autofixture

Read More
AutoFixture - adding a cusomization so all dictionary keys are created using the object id...

c#mongodbunit-testing.net-coreautofixture

Read More
Populating a Collection Property of a fixture with autofixture...

autofixture

Read More
AutoFixture AutoMoq Cast a mocked object as an interface...

c#unit-testingautofixtureautomoq

Read More
Mocked method do not pass correct value...

c#xunitautofixtureautomoq

Read More
Using Simple Injector as Auto-Mocking with AutoFixture...

simple-injectorautofixture

Read More
AutoFixture Customize vs Build...

c#autofixture

Read More
Can AutoFixture be used to generate multiple test cases?...

xunit.netautofixtureautomoq

Read More
Bogus, AutoFixture, others(?): How to fill a nested model with fake data and set rules for specific ...

c#testingmockingautofixturebogus

Read More
Autofixture.Automoq - generics make bool always true...

c#genericsmoqautofixtureautomoq

Read More
Specifying [readonly] property values [via ctor args] when instantiating [immutable] objects with Au...

c#unit-testingimmutabilityautofixture

Read More
Exception when using more than two mocks in a test...

c#unit-testingmoqxunitautofixture

Read More
Autofixture create class from 3rd party library that has an inaccessible internal constructor...

autofixture

Read More
Unit Test with Nsubstitute allways return null with Lambda expression on Repository pattern...

unit-testing.net-corenunitautofixturensubstitute

Read More
AutoFixure Fixture.Build().With() with different values...

c#autofixture

Read More
AutoFixture with NUnit AutoMoq prevents tests from running...

nunitmoqautofixtureautomoq

Read More
How can i assign particular value to properties in a collection?...

c#autofixture

Read More
BackNext