QuickCheck++  0.0.3
Automated testing library
quickcheck::Property< A, B, C, D, E > Member List

This is the complete list of members for quickcheck::Property< A, B, C, D, E >, including all inherited members.

_accepts(const A &a, const B &b, const C &c, const D &d, const E &e)quickcheck::Property< A, B, C, D, E >private
_addFixed(const A &a, const B &b, const C &c, const D &d, const E &e)quickcheck::PropertyBase< A, B, C, D, E >protected
_classify(const A &a, const B &b, const C &c, const D &d, const E &e)quickcheck::Property< A, B, C, D, E >private
_generateInput(size_t n, A &a, B &b, C &c, D &d, E &e)quickcheck::Property< A, B, C, D, E >private
_holdsFor(const A &a, const B &b, const C &c, const D &d, const E &e)quickcheck::Property< A, B, C, D, E >private
_isTrivialFor(const A &a, const B &b, const C &c, const D &d, const E &e)quickcheck::Property< A, B, C, D, E >private
accepts(const A &a, const B &b, const C &c, const D &d, const E &e)quickcheck::Property< A, B, C, D, E >privatevirtual
addFixed(const A &a, const B &b, const C &c, const D &d, const E &e)quickcheck::Property< A, B, C, D, E >virtual
check(size_t n=100, size_t max=0, bool isVerbose=false, std::ostream &out=std::cout)quickcheck::PropertyBase< A, B, C, D, E >
classify(const A &a, const B &b, const C &c, const D &d, const E &e)quickcheck::Property< A, B, C, D, E >privatevirtual
generateInput(size_t n, A &a, B &b, C &c, D &d, E &e)quickcheck::Property< A, B, C, D, E >privatevirtual
holdsFor(const A &a, const B &b, const C &c, const D &d, const E &e)=0quickcheck::Property< A, B, C, D, E >privatepure virtual
isTrivialFor(const A &a, const B &b, const C &c, const D &d, const E &e)quickcheck::Property< A, B, C, D, E >privatevirtual
PropertyBase()quickcheck::PropertyBase< A, B, C, D, E >explicit
~PropertyBase()quickcheck::PropertyBase< A, B, C, D, E >virtual