AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
testing::internal::UntypedOnCallSpecBase Class Reference

#include <gmock-spec-builders.h>

Inheritance diagram for testing::internal::UntypedOnCallSpecBase:
Inheritance graph
[legend]

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:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0