![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <limits.h>#include <ostream>#include "gmock/internal/gmock-port.h"#include "gtest/gtest.h"
Include dependency graph for gmock-cardinalities.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | testing::CardinalityInterface |
| class | testing::Cardinality |
Namespaces | |
| namespace | testing |
Functions | |
| GTEST_API_ Cardinality | testing::AtLeast (int n) |
| GTEST_API_ Cardinality | testing::AtMost (int n) |
| GTEST_API_ Cardinality | testing::AnyNumber () |
| GTEST_API_ Cardinality | testing::Between (int min, int max) |
| GTEST_API_ Cardinality | testing::Exactly (int n) |
| Cardinality | testing::MakeCardinality (const CardinalityInterface *c) |