![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "gmock/gmock-cardinalities.h"#include <limits.h>#include <ostream>#include <sstream>#include <string>#include "gmock/internal/gmock-internal-utils.h"#include "gtest/gtest.h"
Include dependency graph for gmock-cardinalities.cc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
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) |
| const int max_ |
Definition at line 89 of file gmock-cardinalities.cc.
View newest version in sPHENIX GitHub at line 89 of file gmock-cardinalities.cc
Referenced by testing::gmock_matchers_test::FloatingPointNearTest< RawType >::TestNearMatches().
| const int min_ |
Definition at line 88 of file gmock-cardinalities.cc.
View newest version in sPHENIX GitHub at line 88 of file gmock-cardinalities.cc