proxygen
gmock-cardinalities.cc File Reference
#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)
 

Variable Documentation

const int max_
private

Definition at line 89 of file gmock-cardinalities.cc.

const int min_
private

Definition at line 88 of file gmock-cardinalities.cc.