Orxonox
0.0.5 Codename: Arcturus
|
#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"
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) |
|
private |
|
private |