Understanding NUnit and FsUnit

NUnit is an open source unit testing framework for all .NET languages, same as JUnit is for Java. NUnit enables the programmer to write unit tests, and execute the test to be able to see which tests are successful and which failed. In our project we'll use NUnit and its external tool for running tests. A typical line for testing in F# using FsUnit can look something like the following:

> 1 |> should equal 1;;

Requirements for the system

In this section we'll discuss some of the main requirements for the trading system. We'll not specify all the details, because some of them are needed to be divided into parts. The trading system will make use of some libraries and tools, specified in the following section.

Table some ...

Get F# for Quantitative Finance now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.