Qt-Mocks 0.8.0-alpha.9
Mocking library using Qt Test inspired by Google Test
 
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cqt_mocks::ErrorRaiser< ExceptionType >Encapsulates an error to be raised by a mocked function
 Cqt_mocks::Expectations< MockedObjectType >A manager for collecting all function expectations for a given mocked object. Each expectation will be expected to be invoked in the order in which the expectations are built
 Cqt_mocks::common_matchers::ExpectedValue< ValueType >Represents an expected value for comparison in matcher operations
 Cqt_mocks::common_matchers::Matcher< ValueType >Represents a base generic matcher for evaluating patterns or conditions against input values
 Cqt_mocks::common_matchers::EqualMatcher<::QString >Represents the means of comparing two Qt strings for equality
 Cqt_mocks::common_matchers::AllOfMatcher< ValueType, MatcherTypes >
 Cqt_mocks::common_matchers::AnyOfMatcher< ValueType, MatcherTypes >
 Cqt_mocks::common_matchers::BetweenBeginInclusiveMatcher< ValueType >
 Cqt_mocks::common_matchers::BetweenEndInclusiveMatcher< ValueType >
 Cqt_mocks::common_matchers::BetweenExclusiveMatcher< ValueType >
 Cqt_mocks::common_matchers::BetweenInclusiveMatcher< ValueType >
 Cqt_mocks::common_matchers::ContainsStringMatcher< ValueType >
 Cqt_mocks::common_matchers::EqualMatcher< ValueType >Represents the means to compare two values for equality
 Cqt_mocks::common_matchers::GreaterThanEqualMatcher< ValueType >
 Cqt_mocks::common_matchers::GreaterThanMatcher< ValueType >
 Cqt_mocks::common_matchers::LessThanEqualMatcher< ValueType >
 Cqt_mocks::common_matchers::LessThanMatcher< ValueType >
 Cqt_mocks::common_matchers::NegationMatcher< ValueType >
 Cqt_mocks::common_matchers::NotEqualMatcher< ValueType >
 Cqt_mocks::common_matchers::Matcher< bool >
 Cqt_mocks::common_matchers::BooleanMatcher
 Cqt_mocks::common_matchers::Matcher< ClassType >
 Cqt_mocks::common_matchers::MemberFunctionMatcher< ClassType, MemberFunctionType, MatcherType >
 Cqt_mocks::common_matchers::MemberVariableMatcher< ClassType, MemberVariableType, MatcherType >
 Cqt_mocks::common_matchers::Matcher< Container >
 Cqt_mocks::common_matchers::IsEmptyMatcher< Container >
 Cqt_mocks::common_matchers::SizeIsMatcher< Container >A matcher that ensures that the container has the expected size
 Cqt_mocks::common_matchers::Matcher< double >
 Cqt_mocks::common_matchers::EqualMatcher< double >
 Cqt_mocks::common_matchers::EqualMatcher< double >
 Cqt_mocks::common_matchers::Matcher< float >
 Cqt_mocks::common_matchers::EqualMatcher< float >
 Cqt_mocks::common_matchers::EqualMatcher< float >
 Cqt_mocks::common_matchers::Matcher< long double >
 Cqt_mocks::common_matchers::EqualMatcher< long double >
 Cqt_mocks::common_matchers::EqualMatcher< long double >
 Cqt_mocks::common_matchers::Matcher<::QString >
 Cqt_mocks::common_matchers::EqualMatcher<::QString >Represents the means of comparing two Qt strings for equality
 Cqt_mocks::ValueGenerator< ReturnType >Encapsulates a value to be generated by a mocked function
 Cqt_mocks::ValueGiver< ReturnType >Encapsulates a value to be returned by a mocked function