cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::NiceMock< MockClass > Class Template Reference

#include <gmock-nice-strict.h>

Inheritance diagram for testing::NiceMock< MockClass >:
testing::internal::NiceMockImpl< MockClass >

Public Member Functions

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

Constructor & Destructor Documentation

◆ NiceMock() [1/3]

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

◆ NiceMock() [2/3]

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

◆ NiceMock() [3/3]

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

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