Defining the API

Choosing a Style to Implement

So, which style(s) should we support with our MiniSpec testing framework project?

You can implement whatever you like! Whatever syntax your heart desires <3

In this book, we will be implementing:

  • xUnit syntax where each test is represented by a C# method
  • We will embrace the top-level statement support in C# 9 ( just for fun! )
  • We will provide an optional Expect() method for assertions