You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure it is a good thing to introduce multiple asserts. Given that you setup the test-state accordingly, having multiple tests should be as easy (with the bonus of a descriptive label).
If we go this way I think it would be nice to enable / disable it with a compiler flag and fail compilation with multiple inserts.
Maybe it is better to post-pone this feature a while longer?
Should be avoided, but may be useful.
NUnit's
Assert.Multiple
is not really equivalent since we need our tests to return an Expectation. So we need a compound Expectation here.Perhaps a params array is nicer:
@eliasson thoughts?
The text was updated successfully, but these errors were encountered: