Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#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"
Go to the source code of this file.
Namespaces | |
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 min_ |
Definition at line 87 of file gmock-cardinalities.cc.
const int max_ |
Definition at line 88 of file gmock-cardinalities.cc.