|
Wire Sysio Wire Sysion 1.0.0
|
#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 | |
| 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) |