Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#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"
Go to the source code of this file.
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) |
#define INSTANTIATE_GTEST_MATCHER_TEST_P | ( | TestSuite | ) |
Definition at line 151 of file gmock-matchers_test.h.