Skip to content

Releases: kevinkuszyk/test-framework

1.1.0

20 Oct 08:10

Choose a tag to compare

New

  • Added Set.SubstituteFor<IFoo>().To<Foo>() syntax to NSubstitute version.
  • Added new Subject property and GetSubject() method to access the class being tested.
  • Deprecated the GetService() method (previously used to access the class being tested).

1.0.0

18 Sep 20:17

Choose a tag to compare

  • Remove beta status

1.0.0-beta2

16 May 10:44

Choose a tag to compare

1.0.0-beta2 Pre-release
Pre-release
  • Switch test framework to target .net 4 instead of 4.5

1.0.0-beta1

08 May 20:09

Choose a tag to compare

1.0.0-beta1 Pre-release
Pre-release

Initial beta release. Seeking feedback on:

  • Namespaces - are they too long? Should each package have the same or different namespace?
  • The name of the TestsFor base class.
  • The flow of the Set.SubstituteFor<> syntax.