GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Public Member Functions | List of all members
testing::StrictMock< MockClass > Class Template Reference

#include <gmock-nice-strict.h>

Inheritance diagram for testing::StrictMock< MockClass >:
Inheritance graph
[legend]
Collaboration diagram for testing::StrictMock< MockClass >:
Collaboration graph
[legend]

Public Member Functions

 StrictMock ()
 
template<typename A >
 StrictMock (A &&arg)
 
template<typename TArg1 , typename TArg2 , typename... An>
 StrictMock (TArg1 &&arg1, TArg2 &&arg2, An &&... args)
 
 StrictMock ()
 
template<typename A >
 StrictMock (A &&arg)
 
template<typename TArg1 , typename TArg2 , typename... An>
 StrictMock (TArg1 &&arg1, TArg2 &&arg2, An &&... args)
 

Constructor & Destructor Documentation

◆ StrictMock() [1/6]

template<class MockClass >
testing::StrictMock< MockClass >::StrictMock ( )
inline

◆ StrictMock() [2/6]

template<class MockClass >
template<typename A >
testing::StrictMock< MockClass >::StrictMock ( A &&  arg)
inlineexplicit

◆ StrictMock() [3/6]

template<class MockClass >
template<typename TArg1 , typename TArg2 , typename... An>
testing::StrictMock< MockClass >::StrictMock ( TArg1 &&  arg1,
TArg2 &&  arg2,
An &&...  args 
)
inline

◆ StrictMock() [4/6]

template<class MockClass >
testing::StrictMock< MockClass >::StrictMock ( )
inline

◆ StrictMock() [5/6]

template<class MockClass >
template<typename A >
testing::StrictMock< MockClass >::StrictMock ( A &&  arg)
inlineexplicit

◆ StrictMock() [6/6]

template<class MockClass >
template<typename TArg1 , typename TArg2 , typename... An>
testing::StrictMock< MockClass >::StrictMock ( TArg1 &&  arg1,
TArg2 &&  arg2,
An &&...  args 
)
inline

The documentation for this class was generated from the following files: