AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
CommonTest< T > Class Template Reference
Inheritance diagram for CommonTest< T >:
Inheritance graph
[legend]
Collaboration diagram for CommonTest< T >:
Collaboration graph
[legend]

Static Public Member Functions

static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 

Protected Types

typedef std::vector< T > Vector
 
typedef std::set< int > IntSet
 

Protected Member Functions

 CommonTest ()
 
virtual ~CommonTest ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

value_
 

Static Protected Attributes

static T * shared_ = NULL
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 

Member Typedef Documentation

◆ IntSet

template<typename T >
typedef std::set<int> CommonTest< T >::IntSet
protected

◆ Vector

template<typename T >
typedef std::vector<T> CommonTest< T >::Vector
protected

Constructor & Destructor Documentation

◆ CommonTest()

template<typename T >
CommonTest< T >::CommonTest ( )
inlineprotected

◆ ~CommonTest()

template<typename T >
virtual CommonTest< T >::~CommonTest ( )
inlineprotectedvirtual

Member Function Documentation

◆ SetUp()

template<typename T >
virtual void CommonTest< T >::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

◆ SetUpTestCase()

template<typename T >
static void CommonTest< T >::SetUpTestCase ( )
inlinestatic

◆ TearDown()

template<typename T >
virtual void CommonTest< T >::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

◆ TearDownTestCase()

template<typename T >
static void CommonTest< T >::TearDownTestCase ( )
inlinestatic

Member Data Documentation

◆ shared_

template<typename T >
T * CommonTest< T >::shared_ = NULL
staticprotected

◆ value_

template<typename T >
T CommonTest< T >::value_
protected

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