Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::UntypedOnCallSpecBase Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/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_
 

Detailed Description

Definition at line 245 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 245 of file gmock-spec-builders.h

Member Enumeration Documentation

Enumerator:
kNone 
kWith 
kWillByDefault 

Definition at line 257 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 257 of file gmock-spec-builders.h

Constructor & Destructor Documentation

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

Definition at line 248 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 248 of file gmock-spec-builders.h

Member Function Documentation

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

Definition at line 266 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 266 of file gmock-spec-builders.h

References testing::internal::Assert(), file_, and line_.

Referenced by testing::internal::OnCallSpec< F >::GetAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 271 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 271 of file gmock-spec-builders.h

References testing::internal::Expect(), file_, and line_.

Referenced by testing::internal::OnCallSpec< F >::WillByDefault(), and testing::internal::OnCallSpec< F >::With().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 252 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 252 of file gmock-spec-builders.h

References file_.

Referenced by conftest.RootHashAssertionError::__init__(), and testing::internal::FunctionMockerBase< R(A1, A2)>::DescribeDefaultActionTo().

+ Here is the caller graph for this function:

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

Definition at line 253 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 253 of file gmock-spec-builders.h

References line_.

Referenced by item.Item::__eq__(), item.Item::__hash__(), and testing::internal::FunctionMockerBase< R(A1, A2)>::DescribeDefaultActionTo().

+ Here is the caller graph for this function:

Member Data Documentation

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

Definition at line 275 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 275 of file gmock-spec-builders.h

Referenced by AssertSpecProperty(), ExpectSpecProperty(), and file().

Clause testing::internal::UntypedOnCallSpecBase::last_clause_
protected
int testing::internal::UntypedOnCallSpecBase::line_
protected

Definition at line 276 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 276 of file gmock-spec-builders.h

Referenced by AssertSpecProperty(), ExpectSpecProperty(), and line().


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