- 3.0.1 core module.
|
#include <iterator>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include "gmock/gmock-matchers.h"
Go to the source code of this file.
Macros | |
#define | MATCHER(name, description) |
<< DiffStrings(str, arg); More... | |
#define | MATCHER_P(name, p0, description) |
#define | MATCHER_P2(name, p0, p1, description) |
#define | MATCHER_P3(name, p0, p1, p2, description) |
#define | MATCHER_P4(name, p0, p1, p2, p3, description) |
#define | MATCHER_P5(name, p0, p1, p2, p3, p4, description) |
#define | MATCHER_P6(name, p0, p1, p2, p3, p4, p5, description) |
#define | MATCHER_P7(name, p0, p1, p2, p3, p4, p5, p6, description) |
#define | MATCHER_P8(name, p0, p1, p2, p3, p4, p5, p6, p7, description) |
#define | MATCHER_P9(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, description) |
#define | MATCHER_P10(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, description) |
#define MATCHER | ( | name, | |
description | |||
) |
<< DiffStrings(str, arg);
#define MATCHER_P | ( | name, | |
p0, | |||
description | |||
) |
#define MATCHER_P2 | ( | name, | |
p0, | |||
p1, | |||
description | |||
) |
#define MATCHER_P3 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
description | |||
) |
#define MATCHER_P4 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
description | |||
) |
#define MATCHER_P5 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
description | |||
) |
#define MATCHER_P6 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
description | |||
) |
#define MATCHER_P7 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
description | |||
) |
#define MATCHER_P8 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
description | |||
) |
#define MATCHER_P9 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
description | |||
) |
#define MATCHER_P10 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
p9, | |||
description | |||
) |