Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e76147f1
...
e76147f184bc6d9ebd756cc47b0aba8894b39e29
authored
2013-08-30 01:09:04 +0200
by
Mickaël Andrieu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update tester.rst
1 parent
4e3a6af1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docs/modules/tester.rst
docs/modules/tester.rst
View file @
e76147f
...
...
@@ -459,7 +459,7 @@ Asserts that the provided input is of the given className::
return 'moo!';
};
}
casper.test.begin('assertInstanceOf() tests',
1
, function suite(test) {
casper.test.begin('assertInstanceOf() tests',
2
, function suite(test) {
var daisy = new Cow();
test.assertInstanceOf(daisy, Cow, "Okay, daisy is a cow.");
test.assertInstanceOf(daisy, Casper, "Moo is not Boo");
...
...
Please
register
or
sign in
to post a comment