AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
testing::TestCase Class Reference

#include <gtest.h>

Public Member Functions

 TestCase (const char *name, const char *a_type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc)
 
virtual ~TestCase ()
 
const char * name () const
 
const char * type_param () const
 
bool should_run () const
 
int successful_test_count () const
 
int failed_test_count () const
 
int reportable_disabled_test_count () const
 
int disabled_test_count () const
 
int reportable_test_count () const
 
int test_to_run_count () const
 
int total_test_count () const
 
bool Passed () const
 
bool Failed () const
 
TimeInMillis elapsed_time () const
 
const TestInfoGetTestInfo (int i) const
 
const TestResultad_hoc_test_result () const
 

Constructor & Destructor Documentation

◆ TestCase()

testing::TestCase::TestCase ( const char *  name,
const char *  a_type_param,
Test::SetUpTestCaseFunc  set_up_tc,
Test::TearDownTestCaseFunc  tear_down_tc 
)

◆ ~TestCase()

virtual testing::TestCase::~TestCase ( )
virtual

Member Function Documentation

◆ ad_hoc_test_result()

const TestResult& testing::TestCase::ad_hoc_test_result ( ) const
inline

◆ disabled_test_count()

int testing::TestCase::disabled_test_count ( ) const

◆ elapsed_time()

TimeInMillis testing::TestCase::elapsed_time ( ) const
inline

◆ Failed()

bool testing::TestCase::Failed ( ) const
inline

◆ failed_test_count()

int testing::TestCase::failed_test_count ( ) const

◆ GetTestInfo()

const TestInfo* testing::TestCase::GetTestInfo ( int  i) const

◆ name()

const char* testing::TestCase::name ( ) const
inline

◆ Passed()

bool testing::TestCase::Passed ( ) const
inline

◆ reportable_disabled_test_count()

int testing::TestCase::reportable_disabled_test_count ( ) const

◆ reportable_test_count()

int testing::TestCase::reportable_test_count ( ) const

◆ should_run()

bool testing::TestCase::should_run ( ) const
inline

◆ successful_test_count()

int testing::TestCase::successful_test_count ( ) const

◆ test_to_run_count()

int testing::TestCase::test_to_run_count ( ) const

◆ total_test_count()

int testing::TestCase::total_test_count ( ) const

◆ type_param()

const char* testing::TestCase::type_param ( ) const
inline

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