sebastien/testing
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== Testing == Simple, Lightweight Testing Framework The Problem =========== OOP unit testing (TestCases, TestSuites, etc) is often too much for what you'd like to do, which is basically do a sequence of assertions... Design principles ================ - Small, simple - Stateful - OOP is optional # EOF