-
Tobie Langel 3.66
Description:
Evidence is a new, framework-agnostic unit testing library which I developed out of necessity and frustration with the existing offering. Although it's heavily inspired by it's Ruby, Python and Java couterparts, Evidence is packed with niceness targeted at the specificities of the JavaScript language and its different environments. Hopefully this introduction to Evidence will give you the motivation, tools and knowledge to start unit testing your JavaScript code if you are not doing so already.
Links: Slides
Comments on this Talk
Have an account? Sign in.

I really liked Tobies talk about his unit testing framework Evidence. His approach is to write the framework in the spirit of Kent Beck's JUnit which is ?ind of "the" unit testing framework and I like (I am using the port to PHP called PHPUnit).
Even when Tobie had some trouble with his slides (what did not matter at all ;-)), his talk was a kick in my butt to have a deeper look at Evidence. Thanks Tobie!