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

#include <gmock-spec-builders.h>

Public Types

typedef Expectation::Set::const_iterator const_iterator
 
typedef Expectation::Set::value_type value_type
 

Public Member Functions

 ExpectationSet ()
 
 ExpectationSet (internal::ExpectationBase &exp)
 
 ExpectationSet (const Expectation &e)
 
bool operator== (const ExpectationSet &rhs) const
 
bool operator!= (const ExpectationSet &rhs) const
 
ExpectationSetoperator+= (const Expectation &e)
 
int size () const
 
const_iterator begin () const
 
const_iterator end () const
 

Member Typedef Documentation

◆ const_iterator

typedef Expectation::Set::const_iterator testing::ExpectationSet::const_iterator

◆ value_type

typedef Expectation::Set::value_type testing::ExpectationSet::value_type

Constructor & Destructor Documentation

◆ ExpectationSet() [1/3]

testing::ExpectationSet::ExpectationSet ( )
inline

◆ ExpectationSet() [2/3]

testing::ExpectationSet::ExpectationSet ( internal::ExpectationBase exp)
inline

◆ ExpectationSet() [3/3]

testing::ExpectationSet::ExpectationSet ( const Expectation e)
inline

Member Function Documentation

◆ begin()

const_iterator testing::ExpectationSet::begin ( ) const
inline

◆ end()

const_iterator testing::ExpectationSet::end ( ) const
inline

◆ operator!=()

bool testing::ExpectationSet::operator!= ( const ExpectationSet rhs) const
inline

◆ operator+=()

ExpectationSet& testing::ExpectationSet::operator+= ( const Expectation e)
inline

◆ operator==()

bool testing::ExpectationSet::operator== ( const ExpectationSet rhs) const
inline

◆ size()

int testing::ExpectationSet::size ( ) const
inline

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