Course
Skills Expanded
Unit Testing with F#
Learn how to write and run unit tests with F#.
What you'll learn
In this course, you'll learn about the basics of writing and running unit tests with F#. You'll learn about some of the specific tools and techniques unique to the combination of F# and unit testing. Among other topics, you'll learn about the importance of using F#'s Structural Equality to your advantage, and you'll get a comprehensive introduction to the Unquote open source assertion library.
Table of contents
Introduction
3mins
Test Frameworks and Runners
24mins
Assertions
18mins