Some simple functions for writing more idiomatic F# tests with NUnit.
90 people like thisPosted: 13 years ago by Ryan Riley
Here's how to use the [
Posted: 12 years ago by Kit Eason
This simple tool is useful for string based approvals testing. When tests are run in DEBUG mode, the code opens the p4merge diff tool (change it to point to yours) to clearly show the differences between the expected and actual strings. The actual, or received string is copied, in escaped form, to the clipboard so that it can be easily pasted into the associated test to approve the changes if appropriate. When a debugger isn't attached, this tool reverts to using a standard Assert so that it won't attempt to open a diff viewer when executed on a CI server.
1 people like thisPosted: 12 years ago by Russell Politzky
Test Anything Protocol runner for NUnit lets you run unit tests within an F# interactive session.
3 people like thisPosted: 10 years ago by Phillip Trelford