AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Namespaces | Functions
gmock-cardinalities.h File Reference
#include <limits.h>
#include <ostream>
#include "gmock/internal/gmock-port.h"
#include "gtest/gtest.h"
Include dependency graph for gmock-cardinalities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  testing::CardinalityInterface
 
class  testing::Cardinality
 

Namespaces

 testing
 

Functions

GTEST_API_ Cardinality testing::AtLeast (int n)
 
GTEST_API_ Cardinality testing::AtMost (int n)
 
GTEST_API_ Cardinality testing::AnyNumber ()
 
GTEST_API_ Cardinality testing::Between (int min, int max)
 
GTEST_API_ Cardinality testing::Exactly (int n)
 
Cardinality testing::MakeCardinality (const CardinalityInterface *c)
 

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