Filling sub properties

first post: Damien80 wrote: Hi, I try to use AutoFixture to create an instance of a complex Typ...

latest post: bartelink wrote: See also a better implementation here https://github.com/AutoFixtur...

How to mock and autofill interfaces using Rhino Mocks?

first post: doncis wrote: There are full samples with Moq + AutoFixture, but missing with Rhi...

latest post: ploeh wrote: This behaviour is by design, because when you decide to use a dynam...

Are there any open source projects that use AutoFixture?

first post: VagifAbilov wrote: Hello,I am just starting with AutoFixture and browsed Mark's blog p...

latest post: nmather wrote: Glimpse uses AutoFixture. https://github.com/Glimpse/Glimpse "Sinc...

Plans to merge in AutoNSubstitute?

first post: fxfighter wrote: Hello, I really enjoy using AutoFixture as it saves me a lot of ti...

latest post: ploeh wrote: Thank you for your interest - you may find this discussion inform...

Associating abstract classes/interfaces with their Concrete Impls (WAS: Does adding a From Property to AutoFixture.xUnit' FrozenAttribute make sense)

first post: bartelink wrote: I currently am using a fork of FrozenAttribute:- [AttributeUsage...

latest post: bartelink wrote: Nice subtlety on the first one - I think the longer I looked at i...

Does AutoFixture.Idioms provide a way to handle excluding some items from Assertions?

first post: bartelink wrote: Hi, have started using AutoFixture.Idioms. I generally do somethin...

latest post: bartelink wrote: Thanks for the response; Nice pattern worth hilighting (/naming!) w...

Support for Visual Studio Unit Testing Framework

first post: baxevanis wrote: If we were to add support for the Visual Studio Unit Testing Frame...

latest post: ploeh wrote: I'd prefer AutoFixture.MSTest. The other might be more officially c...

AutoFixture.js

first post: baxevanis wrote: Just some unstructured thoughts:Port of AutoFixture in JavaScript.D...

latest post: baxevanis wrote: I think that this library is a good example of method chaining in J...

InlineAutoData not compatible with Moq?

first post: JochenZ wrote: This test works: [Theory] [AutoMoqData] ...

latest post: baxevanis wrote: This behavior is by design because the InlineAutoDataAttribute clas...

Using .With() with delayed execution values?

first post: jafin wrote: Is there any way to use/extend .With() with delayed execution val...

latest post: ploeh wrote: Here's one way to do it: http://autofixture.codeplex.com/discussion...