Monero
Loading...
Searching...
No Matches
testing::internal::UntypedOnCallSpecBase Class Reference

#include <gmock-spec-builders.h>

Inheritance diagram for testing::internal::UntypedOnCallSpecBase:

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_
int line_
Clause last_clause_

Member Enumeration Documentation

◆ Clause

Enumerator
kNone 
kWith 
kWillByDefault 

Constructor & Destructor Documentation

◆ UntypedOnCallSpecBase()

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

Member Function Documentation

◆ AssertSpecProperty()

void testing::internal::UntypedOnCallSpecBase::AssertSpecProperty ( bool property,
const string & failure_message ) const
inlineprotected

◆ ExpectSpecProperty()

void testing::internal::UntypedOnCallSpecBase::ExpectSpecProperty ( bool property,
const string & failure_message ) const
inlineprotected

◆ file()

const char * testing::internal::UntypedOnCallSpecBase::file ( ) const
inline

◆ line()

int testing::internal::UntypedOnCallSpecBase::line ( ) const
inline

Member Data Documentation

◆ file_

const char* testing::internal::UntypedOnCallSpecBase::file_
protected

◆ last_clause_

Clause testing::internal::UntypedOnCallSpecBase::last_clause_
protected

◆ line_

int testing::internal::UntypedOnCallSpecBase::line_
protected

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