Skip to content

Val9/node-quickcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quickcheck - Node.js port of the QuickCheck unit test framework

HOMEPAGE

http://www.yellosoft.us/quickcheck

EXAMPLE

$ npm install quickcheck
$ node
> var qc = require("quickcheck");
> function propertyEven(x) { return x % 2 == 0; }
> qc.forAll(propertyEven, qc.arbByte);
*** Failed! 27
false

About

Node.js port of the QuickCheck unit test framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published