Less scary-sounding API

Consider renaming scary-sounding method names like "CreateAnonymous" to simply "Create".

Id #4253 | Release: None | Updated: Mar 27 at 2:56 PM by baxevanis | Created: Mar 18 at 7:00 PM by ploeh

AutoMocking interfaces with events throws DynamicProxy2 exception (UPDATED)

(UPDATED unit test attached -- still fails after incorporating fix suggested by baxevanis with Moq v4.0.10827) When I use AutoFixture (v2.9.2, with AutoMoqCustomization -- with Moq v 4.0.10827 and...

Id #4252 | Release: None | Updated: Mar 15 at 3:57 PM by jrnail23 | Created: Mar 12 at 3:07 PM by jrnail23

Auto-mocking extensions should auto-fill properties

See the discussion in the comments here http://blog.ploeh.dk/2010/08/19/AutoFixtureAsAnAutomockingContainer.aspx

Id #4245 | Release: None | Updated: Mar 21 at 8:03 AM by jlylloff | Created: Sep 8 2011 at 2:32 PM by ploeh

Idiomatic test that verifies that a property is stable

A property getter should return the same item every time it's invoked (as determined by the object's Equals method). An IIdiomaticAssertion implementation should encapsulate this rule.

Id #4243 | Release: None | Updated: Sep 2 2011 at 12:12 PM by ploeh | Created: Sep 2 2011 at 12:12 PM by ploeh

xUnit.net versioning

I noticed some strange behavior when getting AutoFixture with xUnit data theories from NuGet. AutoFixture references 'xunit.extensions, Version=1.6.1.1521, Culture=neutral, PublicKeyToken=8d05b1...

Id #4241 | Release: None | Updated: Sep 2 2011 at 8:27 AM by ploeh | Created: Sep 1 2011 at 6:03 PM by baxevanis

Refreeze

See http://autofixture.codeplex.com/discussions/262288

Id #4236 | Release: None | Updated: Sep 12 2011 at 2:29 PM by ploeh | Created: Jun 22 2011 at 6:07 PM by ploeh

Default Greedy constructor behavior breaks filling

Hello! I have a base class for all domain entities called EntityBase, with private GUID id field. If I explicitly define greedy constructor for each entity like that: Fixture.Customize<User>(...

Id #4234 | Release: None | Updated: Sep 12 2011 at 2:31 PM by ploeh | Created: Jun 8 2011 at 8:38 AM by gberberoglu

Upgrade to .Net 4.0 to support CreateAnonymous<T> for types with optional ctor params

I just came across an issue where CreateAnonymous<T> doesn't work for a type that has an optional param in the constructor. Obviously this requires upgrading AutoFixture to .Net 4.0

Id #4232 | Release: None | Updated: May 26 2011 at 7:35 PM by ploeh | Created: May 26 2011 at 3:39 PM by jrnail23

AutoFixture.NUnit?

I'm not even sure this makes any sense, but assuming that NUnit supports similar functionality/concepts as those in AutoFixture.xUnit.net, would it make sense to create an NUnit port of that projec...

Id #4228 | Release: None | Updated: Dec 23 2011 at 4:57 PM by jwJung | Created: Apr 29 2011 at 11:09 PM by jrnail23

Idioms for working with enumerables

It'd be nice with idioms for unit testing with enumerables, such as comparing to sequences and picking from a sequence: seq.PickRandom(); seq.PickRandom(3); seq.IsIdenticalTo(otherSeq); seq.I...

Id #4220 | Release: None | Updated: Feb 4 2011 at 11:17 AM by ploeh | Created: Feb 4 2011 at 11:17 AM by ploeh