UnitTestPatterns A collection of the most used unit test patterns acquired from various sources. Principles in v1.0: KISS: Arrange Act Assert (AAA): Four-Phase Test, Given/When/Then Small: up to 20 lines of code, DRY Clear: cyclomatic complexity -> 1, DAMP