Skip to content

WritingTests

Craig Fowler edited this page Feb 21, 2018 · 3 revisions

The content below is only preliminary notes and not a complete wiki page. These notes serve as a framework for how this page should be written and are not the final content. Issue #122 is open to transform these notes into useful documentation pages.


  • The step composer using static
  • Keep the number of steps small in each test, use high-level tasks to compose many tasks into one
  • Consider using an assertions library such as Fluent Assertions or Should to make assertions more readable

Clone this wiki locally