Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces | Functions
gmock-more-actions.h File Reference
#include <algorithm>
#include "gmock/gmock-generated-actions.h"

Go to the source code of this file.

Classes

class  testing::internal::InvokeAction< FunctionImpl >
 
class  testing::internal::InvokeMethodAction< Class, MethodPtr >
 

Namespaces

 testing
 
 testing::internal
 

Functions

 testing::ACTION_P (ReturnPointee, pointer)
 
 testing::ACTION_TEMPLATE (ReturnArg, HAS_1_TEMPLATE_PARAMS(int, k), AND_0_VALUE_PARAMS())
 
 testing::ACTION_TEMPLATE (SaveArg, HAS_1_TEMPLATE_PARAMS(int, k), AND_1_VALUE_PARAMS(pointer))
 
 testing::ACTION_TEMPLATE (SaveArgPointee, HAS_1_TEMPLATE_PARAMS(int, k), AND_1_VALUE_PARAMS(pointer))
 
 testing::ACTION_TEMPLATE (SetArgReferee, HAS_1_TEMPLATE_PARAMS(int, k), AND_1_VALUE_PARAMS(value))
 
 testing::ACTION_TEMPLATE (SetArrayArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_2_VALUE_PARAMS(first, last))
 
 testing::ACTION_TEMPLATE (DeleteArg, HAS_1_TEMPLATE_PARAMS(int, k), AND_0_VALUE_PARAMS())
 
template<typename FunctionImpl >
PolymorphicAction< internal::InvokeAction< FunctionImpl > > testing::Invoke (FunctionImpl function_impl)
 
template<class Class , typename MethodPtr >
PolymorphicAction< internal::InvokeMethodAction< Class, MethodPtr > > testing::Invoke (Class *obj_ptr, MethodPtr method_ptr)
 
template<int k, typename InnerAction >
internal::WithArgsAction< InnerAction, k > testing::WithArg (const InnerAction &action)
 
template<typename InnerAction >
internal::WithArgsAction< InnerAction > testing::WithoutArgs (const InnerAction &action)