Skip to content

vukoje/UnitTestExamples

Repository files navigation

UnitTestExamples

Educational examples of unit test basics

CounterTest

  • Test class structure
  • Phases in unit test (Setup/Exercise/Verify or Arrange/Act/Assert)

CounterTest2

  • Setup and TearDown
  • Guard assert (inconclusive test)

AdvancedCounterTest

  • Operator testing
  • Event raising testing
  • Exceptiong throwing testing

UserTest - not testable

  • Example of not testable design

UserTest - Stub

  • Showing different examples of manual fake object (spy and stub)
  • NSubstitute example

CalculatorTest

  • Reducing complexity and simplifying testing

About

Educational examples of unit test basics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages