Update tester.rst
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -459,7 +459,7 @@ Asserts that the provided input is of the given className:: | ... | @@ -459,7 +459,7 @@ Asserts that the provided input is of the given className:: |
459 | return 'moo!'; | 459 | return 'moo!'; |
460 | }; | 460 | }; |
461 | } | 461 | } |
462 | casper.test.begin('assertInstanceOf() tests', 1, function suite(test) { | 462 | casper.test.begin('assertInstanceOf() tests', 2, function suite(test) { |
463 | var daisy = new Cow(); | 463 | var daisy = new Cow(); |
464 | test.assertInstanceOf(daisy, Cow, "Okay, daisy is a cow."); | 464 | test.assertInstanceOf(daisy, Cow, "Okay, daisy is a cow."); |
465 | test.assertInstanceOf(daisy, Casper, "Moo is not Boo"); | 465 | test.assertInstanceOf(daisy, Casper, "Moo is not Boo"); | ... | ... |
-
Please register or sign in to post a comment