proxygen
testing::gmock_matchers_test::ConvertibleFromAny Struct Reference

Public Member Functions

 ConvertibleFromAny (int a_value)
 
template<typename T >
 ConvertibleFromAny (const T &)
 
 ConvertibleFromAny (int a_value)
 
template<typename T >
 ConvertibleFromAny (const T &)
 
 ConvertibleFromAny (int a_value)
 
template<typename T >
 ConvertibleFromAny (const T &)
 

Public Attributes

int value
 

Detailed Description

Definition at line 613 of file gmock-matchers_test.cc.

Constructor & Destructor Documentation

testing::gmock_matchers_test::ConvertibleFromAny::ConvertibleFromAny ( int  a_value)
inline
template<typename T >
testing::gmock_matchers_test::ConvertibleFromAny::ConvertibleFromAny ( const T )
inlineexplicit

Definition at line 616 of file gmock-matchers_test.cc.

References ADD_FAILURE.

616  : value(-1) {
617  ADD_FAILURE() << "Conversion constructor called";
618  }
#define ADD_FAILURE()
Definition: gtest.h:1808
testing::gmock_matchers_test::ConvertibleFromAny::ConvertibleFromAny ( int  a_value)
inline
template<typename T >
testing::gmock_matchers_test::ConvertibleFromAny::ConvertibleFromAny ( const T )
inlineexplicit
testing::gmock_matchers_test::ConvertibleFromAny::ConvertibleFromAny ( int  a_value)
inline
template<typename T >
testing::gmock_matchers_test::ConvertibleFromAny::ConvertibleFromAny ( const T )
inlineexplicit

Member Data Documentation


The documentation for this struct was generated from the following file: