AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <gmock/gmock.h>
Go to the source code of this file.
Macros | |
#define | GMOCK_NOEXCEPT_MOCKER_(arity, constness, Method) GTEST_CONCAT_TOKEN_(gmock##constness##noexcept##arity##_##Method##_, __LINE__) |
Internal macro for constructing method name. More... | |
#define | GMOCK_NOEXCEPT_METHOD0_(tn, constness, ct, Method, ...) |
Internal macro for declaring and defining mock method. More... | |
#define | GMOCK_NOEXCEPT_METHOD1_(tn, constness, ct, Method, ...) |
Internal macro for declaring and defining mock method. More... | |
#define | GMOCK_NOEXCEPT_METHOD2_(tn, constness, ct, Method, ...) |
Internal macro for declaring and defining mock method. More... | |
#define | GMOCK_NOEXCEPT_METHOD3_(tn, constness, ct, Method, ...) |
Internal macro for declaring and defining mock method. More... | |
#define | GMOCK_NOEXCEPT_METHOD4_(tn, constness, ct, Method, ...) |
Internal macro for declaring and defining mock method. More... | |
#define | GMOCK_NOEXCEPT_METHOD5_(tn, constness, ct, Method, ...) |
Internal macro for declaring and defining mock method. More... | |
#define | GMOCK_NOEXCEPT_METHOD6_(tn, constness, ct, Method, ...) |
Internal macro for declaring and defining mock method. More... | |
#define | GMOCK_NOEXCEPT_METHOD7_(tn, constness, ct, Method, ...) |
Internal macro for declaring and defining mock method. More... | |
#define | GMOCK_NOEXCEPT_METHOD8_(tn, constness, ct, Method, ...) |
Internal macro for declaring and defining mock method. More... | |
#define | GMOCK_NOEXCEPT_METHOD9_(tn, constness, ct, Method, ...) |
Internal macro for declaring and defining mock method. More... | |
#define | GMOCK_NOEXCEPT_METHOD10_(tn, constness, ct, Method, ...) |
Internal macro for declaring and defining mock method. More... | |
#define | MOCK_NOEXCEPT_METHOD0(m, ...) GMOCK_NOEXCEPT_METHOD0_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier. More... | |
#define | MOCK_NOEXCEPT_METHOD1(m, ...) GMOCK_NOEXCEPT_METHOD1_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier. More... | |
#define | MOCK_NOEXCEPT_METHOD2(m, ...) GMOCK_NOEXCEPT_METHOD2_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier. More... | |
#define | MOCK_NOEXCEPT_METHOD3(m, ...) GMOCK_NOEXCEPT_METHOD3_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier. More... | |
#define | MOCK_NOEXCEPT_METHOD4(m, ...) GMOCK_NOEXCEPT_METHOD4_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier. More... | |
#define | MOCK_NOEXCEPT_METHOD5(m, ...) GMOCK_NOEXCEPT_METHOD5_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier. More... | |
#define | MOCK_NOEXCEPT_METHOD6(m, ...) GMOCK_NOEXCEPT_METHOD6_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier. More... | |
#define | MOCK_NOEXCEPT_METHOD7(m, ...) GMOCK_NOEXCEPT_METHOD7_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier. More... | |
#define | MOCK_NOEXCEPT_METHOD8(m, ...) GMOCK_NOEXCEPT_METHOD8_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier. More... | |
#define | MOCK_NOEXCEPT_METHOD9(m, ...) GMOCK_NOEXCEPT_METHOD9_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier. More... | |
#define | MOCK_NOEXCEPT_METHOD10(m, ...) GMOCK_NOEXCEPT_METHOD10_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier. More... | |
#define | MOCK_CONST_NOEXCEPT_METHOD0(m, ...) GMOCK_NOEXCEPT_METHOD0_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier. More... | |
#define | MOCK_CONST_NOEXCEPT_METHOD1(m, ...) GMOCK_NOEXCEPT_METHOD1_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier. More... | |
#define | MOCK_CONST_NOEXCEPT_METHOD2(m, ...) GMOCK_NOEXCEPT_METHOD2_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier. More... | |
#define | MOCK_CONST_NOEXCEPT_METHOD3(m, ...) GMOCK_NOEXCEPT_METHOD3_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier. More... | |
#define | MOCK_CONST_NOEXCEPT_METHOD4(m, ...) GMOCK_NOEXCEPT_METHOD4_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier. More... | |
#define | MOCK_CONST_NOEXCEPT_METHOD5(m, ...) GMOCK_NOEXCEPT_METHOD5_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier. More... | |
#define | MOCK_CONST_NOEXCEPT_METHOD6(m, ...) GMOCK_NOEXCEPT_METHOD6_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier. More... | |
#define | MOCK_CONST_NOEXCEPT_METHOD7(m, ...) GMOCK_NOEXCEPT_METHOD7_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier. More... | |
#define | MOCK_CONST_NOEXCEPT_METHOD8(m, ...) GMOCK_NOEXCEPT_METHOD8_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier. More... | |
#define | MOCK_CONST_NOEXCEPT_METHOD9(m, ...) GMOCK_NOEXCEPT_METHOD9_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier. More... | |
#define | MOCK_CONST_NOEXCEPT_METHOD10(m, ...) GMOCK_NOEXCEPT_METHOD10_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier. More... | |
#define GMOCK_NOEXCEPT_METHOD0_ | ( | tn, | |
constness, | |||
ct, | |||
Method, | |||
... | |||
) |
Internal macro for declaring and defining mock method.
Macro declares and defines mock method with noexcept specifier. Otherwise it works similarly to macros GMOCK_METHOD0_ ... GMOCK_METHOD10_.
tn | Number of arguments. |
constness | Optional const specifier. |
Method | Method name. |
#define GMOCK_NOEXCEPT_METHOD10_ | ( | tn, | |
constness, | |||
ct, | |||
Method, | |||
... | |||
) |
Internal macro for declaring and defining mock method.
Macro declares and defines mock method with noexcept specifier. Otherwise it works similarly to macros GMOCK_METHOD0_ ... GMOCK_METHOD10_.
tn | Number of arguments. |
constness | Optional const specifier. |
Method | Method name. |
#define GMOCK_NOEXCEPT_METHOD1_ | ( | tn, | |
constness, | |||
ct, | |||
Method, | |||
... | |||
) |
Internal macro for declaring and defining mock method.
Macro declares and defines mock method with noexcept specifier. Otherwise it works similarly to macros GMOCK_METHOD0_ ... GMOCK_METHOD10_.
tn | Number of arguments. |
constness | Optional const specifier. |
Method | Method name. |
#define GMOCK_NOEXCEPT_METHOD2_ | ( | tn, | |
constness, | |||
ct, | |||
Method, | |||
... | |||
) |
Internal macro for declaring and defining mock method.
Macro declares and defines mock method with noexcept specifier. Otherwise it works similarly to macros GMOCK_METHOD0_ ... GMOCK_METHOD10_.
tn | Number of arguments. |
constness | Optional const specifier. |
Method | Method name. |
#define GMOCK_NOEXCEPT_METHOD3_ | ( | tn, | |
constness, | |||
ct, | |||
Method, | |||
... | |||
) |
Internal macro for declaring and defining mock method.
Macro declares and defines mock method with noexcept specifier. Otherwise it works similarly to macros GMOCK_METHOD0_ ... GMOCK_METHOD10_.
tn | Number of arguments. |
constness | Optional const specifier. |
Method | Method name. |
#define GMOCK_NOEXCEPT_METHOD4_ | ( | tn, | |
constness, | |||
ct, | |||
Method, | |||
... | |||
) |
Internal macro for declaring and defining mock method.
Macro declares and defines mock method with noexcept specifier. Otherwise it works similarly to macros GMOCK_METHOD0_ ... GMOCK_METHOD10_.
tn | Number of arguments. |
constness | Optional const specifier. |
Method | Method name. |
#define GMOCK_NOEXCEPT_METHOD5_ | ( | tn, | |
constness, | |||
ct, | |||
Method, | |||
... | |||
) |
Internal macro for declaring and defining mock method.
Macro declares and defines mock method with noexcept specifier. Otherwise it works similarly to macros GMOCK_METHOD0_ ... GMOCK_METHOD10_.
tn | Number of arguments. |
constness | Optional const specifier. |
Method | Method name. |
#define GMOCK_NOEXCEPT_METHOD6_ | ( | tn, | |
constness, | |||
ct, | |||
Method, | |||
... | |||
) |
Internal macro for declaring and defining mock method.
Macro declares and defines mock method with noexcept specifier. Otherwise it works similarly to macros GMOCK_METHOD0_ ... GMOCK_METHOD10_.
tn | Number of arguments. |
constness | Optional const specifier. |
Method | Method name. |
#define GMOCK_NOEXCEPT_METHOD7_ | ( | tn, | |
constness, | |||
ct, | |||
Method, | |||
... | |||
) |
Internal macro for declaring and defining mock method.
Macro declares and defines mock method with noexcept specifier. Otherwise it works similarly to macros GMOCK_METHOD0_ ... GMOCK_METHOD10_.
tn | Number of arguments. |
constness | Optional const specifier. |
Method | Method name. |
#define GMOCK_NOEXCEPT_METHOD8_ | ( | tn, | |
constness, | |||
ct, | |||
Method, | |||
... | |||
) |
Internal macro for declaring and defining mock method.
Macro declares and defines mock method with noexcept specifier. Otherwise it works similarly to macros GMOCK_METHOD0_ ... GMOCK_METHOD10_.
tn | Number of arguments. |
constness | Optional const specifier. |
Method | Method name. |
#define GMOCK_NOEXCEPT_METHOD9_ | ( | tn, | |
constness, | |||
ct, | |||
Method, | |||
... | |||
) |
Internal macro for declaring and defining mock method.
Macro declares and defines mock method with noexcept specifier. Otherwise it works similarly to macros GMOCK_METHOD0_ ... GMOCK_METHOD10_.
tn | Number of arguments. |
constness | Optional const specifier. |
Method | Method name. |
#define GMOCK_NOEXCEPT_MOCKER_ | ( | arity, | |
constness, | |||
Method | |||
) | GTEST_CONCAT_TOKEN_(gmock##constness##noexcept##arity##_##Method##_, __LINE__) |
Internal macro for constructing method name.
Macro constructs method name in a manner similar to GMOCK_MOCKER_.
arity | Parameter count. |
constness | Optional const specifier. |
Method | Method name. |
#define MOCK_CONST_NOEXCEPT_METHOD0 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD0_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier.
#define MOCK_CONST_NOEXCEPT_METHOD1 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD1_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier.
#define MOCK_CONST_NOEXCEPT_METHOD10 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD10_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier.
#define MOCK_CONST_NOEXCEPT_METHOD2 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD2_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier.
#define MOCK_CONST_NOEXCEPT_METHOD3 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD3_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier.
#define MOCK_CONST_NOEXCEPT_METHOD4 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD4_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier.
#define MOCK_CONST_NOEXCEPT_METHOD5 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD5_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier.
#define MOCK_CONST_NOEXCEPT_METHOD6 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD6_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier.
#define MOCK_CONST_NOEXCEPT_METHOD7 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD7_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier.
#define MOCK_CONST_NOEXCEPT_METHOD8 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD8_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier.
#define MOCK_CONST_NOEXCEPT_METHOD9 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD9_(, const, , m, __VA_ARGS__) |
Macro to mock method with const noexcept specifier.
#define MOCK_NOEXCEPT_METHOD0 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD0_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier.
#define MOCK_NOEXCEPT_METHOD1 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD1_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier.
#define MOCK_NOEXCEPT_METHOD10 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD10_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier.
#define MOCK_NOEXCEPT_METHOD2 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD2_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier.
#define MOCK_NOEXCEPT_METHOD3 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD3_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier.
#define MOCK_NOEXCEPT_METHOD4 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD4_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier.
#define MOCK_NOEXCEPT_METHOD5 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD5_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier.
#define MOCK_NOEXCEPT_METHOD6 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD6_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier.
#define MOCK_NOEXCEPT_METHOD7 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD7_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier.
#define MOCK_NOEXCEPT_METHOD8 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD8_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier.
#define MOCK_NOEXCEPT_METHOD9 | ( | m, | |
... | |||
) | GMOCK_NOEXCEPT_METHOD9_(, , , m, __VA_ARGS__) |
Macro to mock method with noexcept specifier.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0