Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-spec-builders.h>
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_ |
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
|
protected |
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
|
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
|
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().
|
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().
|
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().
|
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().
|
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().
|
protected |
Definition at line 280 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 280 of file gmock-spec-builders.h
Referenced by testing::internal::OnCallSpec< F >::GetAction(), testing::internal::OnCallSpec< F >::WillByDefault(), and testing::internal::OnCallSpec< F >::With().
|
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().