Skip to content

WritingTests

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

WritingTests

Home

  • 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