Skip to content

Releases: AutoTestNET/AutoTest.ArgumentNullException

Release 0.10.0

10 May 17:41
f472ecb
Compare
Choose a tag to compare
  • Package bump #34
  • Use a common code coverage build script #35
  • Fix the unit test race condition #37

Available to download on NuGet:

View differences since Release 0.9.0

API changes since 0.9.0:

Release 0.9.0

21 Nov 19:38
4258b0b
Compare
Choose a tag to compare

Includes the following fixes/features:

  • .NET Core Update #33

Available to download on NuGet:

View differences since Release 0.8.0

API changes since 0.8.0:

Release 0.8.0

27 Oct 11:02
Compare
Choose a tag to compare

Includes the following fixes/features:

  1. Upgrade to the latest xunit #30
  2. Ignore nullable value types #31
  3. Downgraded Moq to the last version that embeds Castle.Core #32

Available to download on NuGet.

View differences since Release 0.7.0

Release 0.7.0

09 Jun 23:08
Compare
Choose a tag to compare

Includes the following fixes/features:

  1. Easily exclude private methods using ExcludePrivateAttribute #21
    • See issue #20 for details.
  2. Type mapping and substitution #23
    • Added the ability to substitute types, see issues #22 & #1 for details.

Available to download on NuGet.

View differences since Release 0.6.0

Release 0.6.0

03 Jun 17:30
Compare
Choose a tag to compare

Includes the following fixes/features:

  1. Added support for NCrunch #13
    • See issue #11 for details.
  2. Add Yield support #14
    • See issue #12 for details.
  3. Improved the XML documentation #16
    • See issue #10 for details
  4. Exclude Equals implementations from tests #17
    • See issue #15 for details
  5. Updated NuGet packages #18

Incidental non fixes/features:

  • Introduced code analysis inspection on build #19 .This is not a new feature.

Available to download on NuGet.

View differences since Release 0.5.4

Release 0.5.4

11 Dec 11:52
Compare
Choose a tag to compare
Release 0.5.4 Pre-release
Pre-release

Fixes to the following issues:

#8 Exclude/Include types based on FullName using attributed customisations
#9 Exception thrown then generating runtime type for private interface

Available to download on NuGet.

View differences since v0.5.3

Release 0.5.3

11 Dec 11:51
Compare
Choose a tag to compare
Release 0.5.3 Pre-release
Pre-release

Fixes to the following issues:

#1 Generic arguments always fail to be created (partially fixed)
#8 Exclude/Include types based on FullName

Available to download on NuGet.

View differences since v0.5.2

Release 0.5.2

29 Jul 12:42
Compare
Choose a tag to compare
Release 0.5.2 Pre-release
Pre-release

Fixes to the following issues:

#1 Generic arguments always fail to be created (partially fixed)
#7 ArgumentNullException testing doesn't need deep and complex object graphs

Available to download on NuGet.

View differences since v0.5.1

Release 0.5.1

10 Jul 14:16
Compare
Choose a tag to compare
Release 0.5.1 Pre-release
Pre-release

Fixes to the following issues:

#3 AutoTest should not test out parameters for ArgumentNullException
#4 out (and probably ref) Parameters fail to create using AutoFixture
#5 Non auto property setters are invoked
#6 Need to escape special characters in Regex Filters

Available to download on NuGet.

View differences since v0.5.0

First Public Release

10 Jul 14:34
Compare
Choose a tag to compare
First Public Release Pre-release
Pre-release

First public release of AutoTest.ArgumentNullException available on NuGet