Skip to content

Tags: unity-alex/AutoFixture

Tags

v3.38.1

Toggle v3.38.1's commit message
Version 3.38.1

- Added constructor overload taking `params` array to ElementsBuilder<T>.

v3.38.0

Toggle v3.38.0's commit message
Version 3.38.0

- Added ElementsBuilder<T>, which enables a user to customize a type to be
  drawn randomly from a finite sequence of pre-defined values.
  (AutoFixture#476)

v3.37.3

Toggle v3.37.3's commit message
Version 3.37.3

- Enabled implicit conversions in `With` expressions.
  (AutoFixture#485)

v3.37.2

Toggle v3.37.2's commit message
Version 3.37.2

- Addressed a defect where a `With` expression involving a type conversion
  didn't work.
  (AutoFixture#482)

v3.37.1

Toggle v3.37.1's commit message
Version 3.37.1

- Deprecated NoSpecimen.Request, since it's not being used anyway, and it only
  confuses implementors.

v3.37.0

Toggle v3.37.0's commit message
Version 3.37.0

- Added DomainNameGenerator, which enables a user to fine-tune how the host
  part of an email (SMTP) address should be generated. By default, it's one of
  "example.com", "example.net", and "example.org".
  (AutoFixture#349)

v3.36.12

Toggle v3.36.12's commit message
Version 3.36.12

- Addressed a bug related to use of FromSeed in Customize.
  (AutoFixture#467)

v3.36.11

Toggle v3.36.11's commit message
Version 3.36.11

- Fixed a bug that prevented one from returning null from FromFactory.

v3.36.10

Toggle v3.36.10's commit message
Version 3.36.10

- Added detailed API documentation for an InlineAutoDataAttribute constructor
  overload, in the form of XML doc comments.
  (AutoFixture#457)

v3.36.9

Toggle v3.36.9's commit message
Version 3.36.9

- Improved exception message when AutoFixture can't create a requested object,
  but it can see that the request is for an interface or abstract class.