Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
gmock-matchers_test.h File Reference
#include <string.h>
#include <time.h>
#include <array>
#include <cstdint>
#include <deque>
#include <forward_list>
#include <functional>
#include <iostream>
#include <iterator>
#include <limits>
#include <list>
#include <map>
#include <memory>
#include <set>
#include <sstream>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include <vector>
#include "gmock/gmock-matchers.h"
#include "gmock/gmock-more-matchers.h"
#include "gmock/gmock.h"
#include "gtest/gtest-spi.h"
#include "gtest/gtest.h"
Include dependency graph for gmock-matchers_test.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  testing::gmock_matchers_test::ContainerHelper
 
struct  testing::gmock_matchers_test::GtestGreaterThanMatcher< T >
 
class  testing::gmock_matchers_test::GreaterThanMatcher< T >
 
class  testing::gmock_matchers_test::GTestMatcherTestP
 

Namespaces

 testing
 
 testing::gmock_matchers_test
 

Macros

#define INSTANTIATE_GTEST_MATCHER_TEST_P(TestSuite)
 

Functions

template<typename T >
GtestGreaterThanMatcher
< typename std::decay< T >
::type > 
testing::gmock_matchers_test::GtestGreaterThan (T &&rhs)
 
template<typename T >
std::string testing::gmock_matchers_test::Describe (const Matcher< T > &m)
 
template<typename T >
std::string testing::gmock_matchers_test::DescribeNegation (const Matcher< T > &m)
 
template<typename MatcherType , typename Value >
std::string testing::gmock_matchers_test::Explain (const MatcherType &m, const Value &x)
 

Macro Definition Documentation

#define INSTANTIATE_GTEST_MATCHER_TEST_P (   TestSuite)
Value:
using TestSuite##P = GTestMatcherTestP; \
INSTANTIATE_TEST_SUITE_P(MatcherInterface, TestSuite##P, Values(false)); \
INSTANTIATE_TEST_SUITE_P(GtestMatcher, TestSuite##P, Values(true))
internal::ValueArray< T...> Values(T...v)
#define INSTANTIATE_TEST_SUITE_P(prefix, test_suite_name,...)

Definition at line 151 of file gmock-matchers_test.h.