| ||||
QuickCheck is a easy test facts generator that aims to swap manually picked values with automatic generated values.
QuickCheck can be employed to examination whole courses of test cases by producing check information for all take a look at eventualities.
Demands :
· Java
What is New in This Release : [ go through entire changelog ]
Additional the pursuing generators :
· map generator maps(Generator< K> keys, Generator< V> values)
· subset generator sets( Established < T>)
· submap generator maps(Map< K, V>)
· unique generator making use of a Comparator< T> to make a decision if two values are viewed as equivalent : uniqueValues(Generator< T>, Comparator< ? super T>)
· excluding generator centered on a selection of input and a assortment of excluded values: excludeValues( Assortment < T> values, Assortment < T> excluded
· information generator sort parameter are now co-variant for lists, iterators, sets and item arrays to allow creation of tremendous kind container turbines (like Generator< List< Object> > = lists(integers()))
PrimitiveGenerator extra generators :
· generator for java.lang. Object situations
Via: Quickcheck 0.6
No comments:
Post a Comment