Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
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"
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

 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 min_

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

const int max_

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