Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces | Functions
gmock-cardinalities.h File Reference
#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::Cardinality
 
class  testing::CardinalityInterface
 

Namespaces

 testing
 

Functions

Cardinality testing::AnyNumber ()
 
Cardinality testing::AtLeast (int n)
 
Cardinality testing::AtMost (int n)
 
Cardinality testing::Between (int min, int max)
 
Cardinality testing::Exactly (int n)
 
Cardinality testing::MakeCardinality (const CardinalityInterface *c)