Completed
Last Updated: 14 Oct 2015 08:48 by Stefan
Nathan
Created on: 23 Jun 2015 20:08
Type: Feature Request
2
assert to include a "because" reason like fluentassertions as this makes it clearer what was expected when an assert fails
eg

// Act
testSUT.Execute(1);

// Assert
myMockThing.Assert(x => x.Foo, Occurs.Once(), "calling Execute() with 1 should execute Foo due to blah");
1 comment
Stefan
Posted on: 14 Oct 2015 08:48
This feature is now available in the 2015 Q3 release.