Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
testing::internal::UntypedOnCallSpecBase Class Reference

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

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

Public Member Functions

 UntypedOnCallSpecBase (const char *a_file, int a_line)
 
const char * file () const
 
int line () const
 

Protected Types

enum  Clause { kNone, kWith, kWillByDefault }
 

Protected Member Functions

void AssertSpecProperty (bool property, const string &failure_message) const
 
void ExpectSpecProperty (bool property, const string &failure_message) const
 

Protected Attributes

const char * file_
 
Clause last_clause_
 
int line_
 

Member Enumeration Documentation

Enumerator
kNone 
kWith 
kWillByDefault 

Constructor & Destructor Documentation

testing::internal::UntypedOnCallSpecBase::UntypedOnCallSpecBase ( const char *  a_file,
int  a_line 
)
inline

Member Function Documentation

void testing::internal::UntypedOnCallSpecBase::AssertSpecProperty ( bool  property,
const string failure_message 
) const
inlineprotected
void testing::internal::UntypedOnCallSpecBase::ExpectSpecProperty ( bool  property,
const string failure_message 
) const
inlineprotected
const char* testing::internal::UntypedOnCallSpecBase::file ( ) const
inline
int testing::internal::UntypedOnCallSpecBase::line ( ) const
inline

Member Data Documentation

const char* testing::internal::UntypedOnCallSpecBase::file_
protected
Clause testing::internal::UntypedOnCallSpecBase::last_clause_
protected
int testing::internal::UntypedOnCallSpecBase::line_
protected

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