Skip to content

billkiddo/UnitTestPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnitTestPatterns

A collection of the most used unit test patterns acquired from various sources.

Principles in v1.0:

KISS:

  1. Arrange Act Assert (AAA): Four-Phase Test, Given/When/Then

  2. Small: up to 20 lines of code, DRY

  3. Clear: cyclomatic complexity -> 1, DAMP

About

A collection of the most used unit test patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages