proxygen
|
#include <limits.h>
#include <ostream>
#include "gmock/internal/gmock-port.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | testing::CardinalityInterface |
class | testing::Cardinality |
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) |
Cardinality | testing::MakeCardinality (const CardinalityInterface *c) |