Qt-Mocks 0.8.0-alpha.9
Mocking library using Qt Test inspired by Google Test
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nqt_mocks
 Ncommon_matchers
 CAllOfMatcher
 CAnyOfMatcher
 CBetweenBeginInclusiveMatcher
 CBetweenEndInclusiveMatcher
 CBetweenExclusiveMatcher
 CBetweenInclusiveMatcher
 CBooleanMatcher
 CContainsStringMatcher
 CEqualMatcherRepresents the means to compare two values for equality
 CEqualMatcher< double >
 CEqualMatcher< float >
 CEqualMatcher< long double >
 CEqualMatcher<::QString >Represents the means of comparing two Qt strings for equality
 CExpectedValueRepresents an expected value for comparison in matcher operations
 CGreaterThanEqualMatcher
 CGreaterThanMatcher
 CIsEmptyMatcher
 CLessThanEqualMatcher
 CLessThanMatcher
 CMatcherRepresents a base generic matcher for evaluating patterns or conditions against input values
 CMemberFunctionMatcher
 CMemberVariableMatcher
 CNegationMatcher
 CNotEqualMatcher
 CSizeIsMatcherA matcher that ensures that the container has the expected size
 CErrorRaiserEncapsulates an error to be raised by a mocked function
 CExpectationsA 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
 CValueGeneratorEncapsulates a value to be generated by a mocked function
 CValueGiverEncapsulates a value to be returned by a mocked function