haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

What is the point of TestCaseBuilder? #351

Closed cmeeren closed 4 years ago

cmeeren commented 4 years ago

The readme uses both testCase and test, and doesn't really say when to use which. What is the point of test? When should it be preferred over testCase?

haf commented 4 years ago

You can use both. If you like the syntax of workflow builders, use test, otherwise, testCase, a function.