Book Image

Testing with F#

By : Mikael Lundin
Book Image

Testing with F#

By: Mikael Lundin

Overview of this book

Table of Contents (17 chapters)
Testing with F#
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we looked at how to get started and set up your environment for unit testing. We learned about three testing frameworks, along with their strengths and weaknesses, and saw that we can, without breaking a sweat, get started with all three in F#.

We also learned how to take testing with F# a step further, outside of Visual Studio and into our development process and continuous integration.

In the next chapter, we will dive deep into unit testing, all the techniques for writing good unit tests, and how to apply these with F#.