Non-fluent assertions #3901
arialdomartini
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I read your insightful TUnit — Why I Spent 2 Years Building a New .NET Testing Framework and I'm sold, I will give TUnit a try.
I mostly work with F# and I'm used to unquote, so to assertions such as:
which I find way more readable than the equivalent
I mean: I see the value of fluent assertions when I write them, but I still prefer way more non-fluent ones when it comes to read code.
So, I wonder if and how I can have something like a plain:
or
with TUnit. Thank you!
All reactions