|
mimic++ v9.2.1
|
#include "mimic++/Expectation.hpp"#include "mimic++/ExpectationBuilder.hpp"#include "mimic++/Sequence.hpp"#include "mimic++/config/Config.hpp"#include "mimic++/utilities/SourceLocation.hpp"#include <deque>#include <functional>#include <utility>Go to the source code of this file.
Classes | |
| class | mimicpp::BasicScopedSequence< Strategy > |
| A sequence type that verifies its owned expectations during destruction. More... | |
Namespaces | |
| namespace | mimicpp |
| namespace | mimicpp::sequence |
Typedefs | |
| using | mimicpp::GreedyScopedSequence = BasicScopedSequence<sequence::detail::GreedyStrategy{}> |
| The scoped-sequence type with greedy strategy. | |
| using | mimicpp::LazyScopedSequence = BasicScopedSequence<sequence::detail::LazyStrategy{}> |
| The scoped-sequence type with lazy strategy. | |
| using | mimicpp::ScopedSequence = LazyScopedSequence |
| The default scoped-sequence type (lazy strategy). | |