Skip to content

Releases: hhoangnl/FluentArrange

Release 0.11.0

18 Feb 23:25
31e9757
Compare
Choose a tag to compare
Select a specific constructor (#16)

Added support for picking a specific constructor for instantiation.

Release 0.10.0

10 Jun 18:16
b33b0c4
Compare
Choose a tag to compare

Removed obsolete method

Release 0.9.0

24 May 16:39
5054569
Compare
Choose a tag to compare

Added new extension method With as replacement for Return.
Marked extension method Return as deprecated.

Release 0.8.0

18 May 17:22
d8d23c8
Compare
Choose a tag to compare

Added extension methods Returns{T}(Action{T}) for cleaner arrange code.

Release 0.7.0-alpha

10 Mar 22:16
08bd029
Compare
Choose a tag to compare
Release 0.7.0-alpha Pre-release
Pre-release

Added a new signature for WithDependency<T2> to inject a FluentArrangeContext<T> into an Action

Release 0.6.1-alpha

07 Jan 14:10
163def6
Compare
Choose a tag to compare
Release 0.6.1-alpha Pre-release
Pre-release
Feature/support netstandard 1.3 (#11)

* Add support for .netstandard1.3

Release 0.6.0-alpha

07 Jan 13:09
3bc3814
Compare
Choose a tag to compare
Release 0.6.0-alpha Pre-release
Pre-release
Add support for .netstandard1.3 (#9)

* Add support for .netstandard1.3

Release 0.5.0-alpha

16 Oct 18:36
495d7ca
Compare
Choose a tag to compare
Release 0.5.0-alpha Pre-release
Pre-release

Add overload for Arrange.Sut<T>:

  • Arrange.Sut<T>(Action<T>)

Release 0.4.0-alpha

13 Oct 21:21
c63de06
Compare
Choose a tag to compare
Release 0.4.0-alpha Pre-release
Pre-release

Add overload to return a concrete implementation T2 of type T for assertion purposes

Release 0.3.0-alpha

13 Oct 16:03
5897f64
Compare
Choose a tag to compare
Release 0.3.0-alpha Pre-release
Pre-release

Add WithDependency<T, T2>(T2, Action<T2>) overload