mimic++ v2
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
[detail level 1234]
 expectationContains everything related to managing expectations
 finalizerFinalizers are the last step of a matching expectation
 requirementRequirements determine, whether an expectation matches an incoming call
 matchersMatchers check various argument properties
 range matchersRange specific matchers
 string matchersString specific matchers
 range matchersRange specific matchers
 string matchersString specific matchers
 sequenceSequences enable deterministic ordering between multiple expectations
 side effectsSide effects are a convenient way to apply actions on matched expectations
 timesTimes indicates, how often an expectation must be matched
 framework configurationContains documentation for the possible configuration options
 mockThe core aspect of the library
 interfacesContains utility to simplify interface mocking
 detailContains several macros, used for interface mock implementation
 for_eachThis is an implementation of a for-loop for the preprocessor
 forward_argsCreates std::forward calls for each given argument (not enclosed by parentheses)
 make_method_overridesCreates all required override overloads
 make_overload_infosRelated functions for MIMICPP_ADD_OVERLOAD
 make_param_listConverts all given arguments to a parameter-list
 make_signature_listConverts all given arguments to a signature
 strip_parensRemoves an enclosing pair of (), if present
 reportingContains reporting related symbols
 reportsContains reports of mimic++ types
 test framework adaptersReporter integrations for various third-party frameworks
 stringContains symbols for generic string processing
 is_characterType-trait, which determines, whether the given type is a character-type
 string_case_fold_converterType-trait, which contains properties for the provided string type
 string_traitsType-trait, which contains properties for the provided string type
 stringificationStringification describes the process of converting an object state into its textual representation