Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
MiniSpec
  • Documentation
  • Code
    🐿️ MiniSpec

    🐿️ MiniSpec

    Mini Testing Framework for .NET

    • Introduction
    • Defining the API
    • Test-Driven Test Development
    • • Writing a Red Test
    • • Making it Go Green
      • » MiniSpec Project
      • » minispec.exe
      • » Run the Integration Test
      • » Discovering Tests in DLLs
      • » Running Tests in DLLs
    • • Red, Green, Refactor
    • Planning Phase
    • Choose Your Own Adventure

    Test-Driven Test Development

    Making it Go Green

    Our goal now is to make the test pass.

    Is our goal to fully implement the testing framework? No.

    Using TDD our goal now is simply to do whatever we need to do to make the test pass.


     MiniSpec Project  Writing a Red Test

    • Documentation
    • Code
    © 2021 Rebecca Taylor

    Powered by GitHub Pages using Minimal Mistakes