Skip to content

Releases: hhoangnl/FluentArrange

Release 0.2.0-alpha

12 Oct 16:42
0e7d783
Compare
Choose a tag to compare
Release 0.2.0-alpha Pre-release
Pre-release

Added overloads to WithDependency<T> to accept self-created instances

Release 0.1.1-alpha

06 Oct 16:58
b43d7b1
Compare
Choose a tag to compare
Release 0.1.1-alpha Pre-release
Pre-release

Implemented missing method .Dependency<T>

Release 0.1.0-alpha

06 Oct 16:34
e92fc84
Compare
Choose a tag to compare
Release 0.1.0-alpha Pre-release
Pre-release

Renamed classes and method names.

Arranging code can now be done using Arrange.For<T> and Arrange.Sut<T>. The method .Dependency<T> can be used for accessing the auto mocked dependencies for Assert purposes.

Release 0.0.1-alpha

05 Oct 21:53
Compare
Choose a tag to compare
Release 0.0.1-alpha Pre-release
Pre-release

Initial release