Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 470 Bytes

File metadata and controls

20 lines (16 loc) · 470 Bytes

unit-test-examples

Unit test examples used to help teach the basics required to start practicing TDD.

Current Examples

  • Simple testing - calculator example
  • Mockito - units converter example
  • Timeout functionality - calendar example
  • Testsuite
  • Hamcrest examples
  • JUnit Assertions list

Installation

  • Maven

Tests Naming Convention

  • Test_MethodName_StateUnderTest_ExpectedBehavior
  • Example - test_isPalindrome_GivenPalindrome_True

License

MIT