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...

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...

Documentation/Examples for AutoFixture.Idioms?

first post: jrnail23 wrote: I'd like to learn more about the Idioms project, and what it can d...

latest post: ploeh wrote: There's really not a lot of documentation about it yet (actually, n...

Customize key generation for dictionaries

first post: weberse wrote: I'm looking for a way to customize the generation of keys for a di...

latest post: weberse wrote: Thanks! I played with FromFactory but Register looks much cleaner. ...

InlineAutoDataAttribute and xUnit.net 1.9 Generic Theories

first post: baxevanis wrote: This code works: [Theory, InlineAutoData(typeof(Order))] public vo...

latest post: baxevanis wrote: AFAICT, this one applies to class level, though the generic theorie...

Using StringLength on .NET 3.5

first post: baxevanis wrote: There is a very nice question on Stack Overflow here. In the case ...

latest post: ladenedge wrote: Thank you both for addressing this!

POAL violation on Mock construction using AutoMoq

first post: jwJung wrote: 1. public abstract class AbstractTypeWithNonDefaultConstructor<T> ...

latest post: ploeh wrote: This is essentially the same problem as discussed here. However, I ...

AutoFixture.NUnit?[issue #4228]

first post: jwJung wrote: At NUnit, the name as TheoryAttribute is TestCaseAttriute. From thi...

latest post: ploeh wrote: Thanks for supplying this. I've heard rumors that it's somewhat mor...