P
P
Could gentest generate a random binary tree or binary search tree? by random I mean a random depth with random values.
Could you provide more concrete examples on feature, probably some challenging cases that gentest could catch?
Any node support?
Hello, I wrote a mini test and put it the existing tests directory: var Validator = require('../src/validator.js'); var Assert = Validator.Assert; Validator.Validator().validate( 'foo', new Assert().Length( { min: 4 } )...