QuickCheck++
0.0.3
Automated testing library
|
This is the complete list of members for quickcheck::Property< A, B >, including all inherited members.
_accepts(const A &a, const B &b, const Unit &c, const Unit &d, const Unit &e) | quickcheck::Property< A, B > | private |
_addFixed(const A &a, const B &b, const Unit &c, const Unit &d, const Unit &e) | quickcheck::PropertyBase< A, B, Unit, Unit, Unit > | protected |
_classify(const A &a, const B &b, const Unit &c, const Unit &d, const Unit &e) | quickcheck::Property< A, B > | private |
_generateInput(size_t n, A &a, B &b, Unit &c, Unit &d, Unit &e) | quickcheck::Property< A, B > | private |
_holdsFor(const A &a, const B &b, const Unit &c, const Unit &d, const Unit &e) | quickcheck::Property< A, B > | private |
_isTrivialFor(const A &a, const B &b, const Unit &c, const Unit &d, const Unit &e) | quickcheck::Property< A, B > | private |
accepts(const A &a, const B &b) | quickcheck::Property< A, B > | privatevirtual |
addFixed(const A &a, const B &b) | quickcheck::Property< A, B > | virtual |
check(size_t n=100, size_t max=0, bool isVerbose=false, std::ostream &out=std::cout) | quickcheck::PropertyBase< A, B, Unit, Unit, Unit > | |
classify(const A &a, const B &b) | quickcheck::Property< A, B > | privatevirtual |
generateInput(size_t n, A &a, B &b) | quickcheck::Property< A, B > | privatevirtual |
holdsFor(const A &a, const B &b)=0 | quickcheck::Property< A, B > | privatepure virtual |
isTrivialFor(const A &a, const B &b) | quickcheck::Property< A, B > | privatevirtual |
PropertyBase() | quickcheck::PropertyBase< A, B, Unit, Unit, Unit > | explicit |
~PropertyBase() | quickcheck::PropertyBase< A, B, Unit, Unit, Unit > | virtual |