Month of February 2013
-
JavaScript unit test framework, part 4 of 4
In the last part of this series, I add a pluggable output system to my JavaScript unit test framework, so that test results can be displayed nicely, or sent to a server for logging.
-
JavaScript unit test framework, part 3 of 4
Any mature unit test framework contains helper methods for validating or asserting requirements. In this part, I start adding some object-oriented test functions.