Return to Snippet

Revision: 40797
at February 8, 2011 04:39 by ddubyah17


Initial Code
fail([msg])
assertTrue([msg], actual)
assertFalse([msg], actual)
assertEquals([msg], expected, actual)
assertSame([msg], expected, actual)
assertNotSame([msg], expected, actual)
assertNull([msg], actual)
assertNotNull([msg], actual)

Initial URL
http://code.google.com/p/js-test-driver/wiki/TestCase

Initial Description
Reminder of the assertions possible with jstestdriver

Initial Title
jstestdriver - Assertions

Initial Tags
javascript

Initial Language
JavaScript