AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions
gtest_repeat_test.cc File Reference
#include <stdlib.h>
#include <iostream>
#include "gtest/gtest.h"
#include "src/gtest-internal-inl.h"
Include dependency graph for gtest_repeat_test.cc:

Namespaces

 testing
 

Macros

#define GTEST_IMPLEMENTATION_   1
 
#define GTEST_CHECK_INT_EQ_(expected, actual)
 

Functions

 testing::GTEST_DECLARE_string_ (death_test_style)
 
 testing::GTEST_DECLARE_string_ (filter)
 
 testing::GTEST_DECLARE_int32_ (repeat)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ GTEST_CHECK_INT_EQ_

#define GTEST_CHECK_INT_EQ_ (   expected,
  actual 
)
Value:
do {\
const int expected_val = (expected);\
const int actual_val = (actual);\
if (::testing::internal::IsTrue(expected_val != actual_val)) {\
::std::cout << "Value of: " #actual "\n"\
<< " Actual: " << actual_val << "\n"\
<< "Expected: " #expected "\n"\
<< "Which is: " << expected_val << "\n";\
}\
GTEST_API_ bool IsTrue(bool condition)
bool AlwaysFalse()
Definition: gtest-internal.h:736
void Abort()
Definition: gtest-port.h:2410
std::pair< bool, std::string > expected(bool result, std::string value)
Definition: SettingStringConversionTest.cpp:144

◆ GTEST_IMPLEMENTATION_

#define GTEST_IMPLEMENTATION_   1

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

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