AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include "gtest/gtest.h"
Functions | |
TEST (Foo, Bar1) | |
TEST (Foo, Bar2) | |
TEST (Foo, DISABLED_Bar3) | |
TEST (Abc, Xyz) | |
TEST (Abc, Def) | |
TEST (FooBar, Baz) | |
TEST_F (FooTest, Test1) | |
TEST_F (FooTest, DISABLED_Test2) | |
TEST_F (FooTest, Test3) | |
TEST (FooDeathTest, Test1) | |
void | PrintTo (const MyType &x, std::ostream *os) |
TEST_P (ValueParamTest, TestA) | |
TEST_P (ValueParamTest, TestB) | |
INSTANTIATE_TEST_CASE_P (MyInstantiation, ValueParamTest, testing::Values(MyType("one line"), MyType("two\ines"), MyType("a very\oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))) | |
TYPED_TEST_CASE (TypedTest, MyTypes) | |
TYPED_TEST (TypedTest, TestA) | |
TYPED_TEST (TypedTest, TestB) | |
TYPED_TEST_CASE_P (TypeParamTest) | |
TYPED_TEST_P (TypeParamTest, TestA) | |
TYPED_TEST_P (TypeParamTest, TestB) | |
REGISTER_TYPED_TEST_CASE_P (TypeParamTest, TestA, TestB) | |
INSTANTIATE_TYPED_TEST_CASE_P (My, TypeParamTest, MyTypes) | |
int | main (int argc, char **argv) |
INSTANTIATE_TEST_CASE_P | ( | MyInstantiation | , |
ValueParamTest | , | ||
testing::Values(MyType("one line"), MyType("two\nes"), MyType("a very\ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line")) | |||
) |
INSTANTIATE_TYPED_TEST_CASE_P | ( | My | , |
TypeParamTest | , | ||
MyTypes | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void PrintTo | ( | const MyType & | x, |
std::ostream * | os | ||
) |
REGISTER_TYPED_TEST_CASE_P | ( | TypeParamTest | , |
TestA | , | ||
TestB | |||
) |
TEST | ( | Foo | , |
Bar1 | |||
) |
TEST | ( | Foo | , |
Bar2 | |||
) |
TEST | ( | Foo | , |
DISABLED_Bar3 | |||
) |
TEST | ( | Abc | , |
Xyz | |||
) |
TEST | ( | Abc | , |
Def | |||
) |
TEST | ( | FooBar | , |
Baz | |||
) |
TEST | ( | FooDeathTest | , |
Test1 | |||
) |
TEST_F | ( | FooTest | , |
Test1 | |||
) |
TEST_F | ( | FooTest | , |
DISABLED_Test2 | |||
) |
TEST_F | ( | FooTest | , |
Test3 | |||
) |
TEST_P | ( | ValueParamTest | , |
TestA | |||
) |
TEST_P | ( | ValueParamTest | , |
TestB | |||
) |
TYPED_TEST | ( | TypedTest | , |
TestA | |||
) |
TYPED_TEST | ( | TypedTest | , |
TestB | |||
) |
TYPED_TEST_CASE_P | ( | TypeParamTest | ) |
TYPED_TEST_P | ( | TypeParamTest | , |
TestA | |||
) |
TYPED_TEST_P | ( | TypeParamTest | , |
TestB | |||
) |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0