Orxonox  0.0.5 Codename: Arcturus
Public Types | Public Member Functions | Private Attributes | List of all members
testing::internal::OnCallSpec< F > Class Template Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gmock/include/gmock/gmock-spec-builders.h>

Inheritance diagram for testing::internal::OnCallSpec< F >:
testing::internal::UntypedOnCallSpecBase

Public Types

typedef Function< F >::ArgumentMatcherTuple ArgumentMatcherTuple
 
typedef Function< F >::ArgumentTuple ArgumentTuple
 

Public Member Functions

 OnCallSpec (const char *a_file, int a_line, const ArgumentMatcherTuple &matchers)
 
const Action< F > & GetAction () const
 
bool Matches (const ArgumentTuple &args) const
 
OnCallSpecWillByDefault (const Action< F > &action)
 
OnCallSpecWith (const Matcher< const ArgumentTuple & > &m)
 
- Public Member Functions inherited from testing::internal::UntypedOnCallSpecBase
 UntypedOnCallSpecBase (const char *a_file, int a_line)
 
const char * file () const
 
int line () const
 

Private Attributes

Action< F > action_
 
Matcher< const ArgumentTuple & > extra_matcher_
 
ArgumentMatcherTuple matchers_
 

Additional Inherited Members

- Protected Types inherited from testing::internal::UntypedOnCallSpecBase
enum  Clause { kNone, kWith, kWillByDefault }
 
- Protected Member Functions inherited from testing::internal::UntypedOnCallSpecBase
void AssertSpecProperty (bool property, const string &failure_message) const
 
void ExpectSpecProperty (bool property, const string &failure_message) const
 
- Protected Attributes inherited from testing::internal::UntypedOnCallSpecBase
const char * file_
 
Clause last_clause_
 
int line_
 

Member Typedef Documentation

template<typename F>
typedef Function<F>::ArgumentTuple testing::internal::OnCallSpec< F >::ArgumentTuple

Constructor & Destructor Documentation

template<typename F>
testing::internal::OnCallSpec< F >::OnCallSpec ( const char *  a_file,
int  a_line,
const ArgumentMatcherTuple matchers 
)
inline

Member Function Documentation

template<typename F>
const Action<F>& testing::internal::OnCallSpec< F >::GetAction ( ) const
inline
template<typename F>
bool testing::internal::OnCallSpec< F >::Matches ( const ArgumentTuple args) const
inline
template<typename F>
OnCallSpec& testing::internal::OnCallSpec< F >::WillByDefault ( const Action< F > &  action)
inline
template<typename F>
OnCallSpec& testing::internal::OnCallSpec< F >::With ( const Matcher< const ArgumentTuple & > &  m)
inline

Member Data Documentation

template<typename F>
Action<F> testing::internal::OnCallSpec< F >::action_
private
template<typename F>
Matcher<const ArgumentTuple&> testing::internal::OnCallSpec< F >::extra_matcher_
private
template<typename F>
ArgumentMatcherTuple testing::internal::OnCallSpec< F >::matchers_
private

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