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

#include <gtest-test-part.h>

Public Types

enum  Type { kSuccess, kNonFatalFailure, kFatalFailure }
 

Public Member Functions

 TestPartResult (Type a_type, const char *a_file_name, int a_line_number, const char *a_message)
 
Type type () const
 
const char * file_name () const
 
int line_number () const
 
const char * summary () const
 
const char * message () const
 
bool passed () const
 
bool failed () const
 
bool nonfatally_failed () const
 
bool fatally_failed () const
 

Member Enumeration Documentation

◆ Type

Enumerator
kSuccess 
kNonFatalFailure 
kFatalFailure 

Constructor & Destructor Documentation

◆ TestPartResult()

testing::TestPartResult::TestPartResult ( Type  a_type,
const char *  a_file_name,
int  a_line_number,
const char *  a_message 
)
inline

Member Function Documentation

◆ failed()

bool testing::TestPartResult::failed ( ) const
inline

◆ fatally_failed()

bool testing::TestPartResult::fatally_failed ( ) const
inline

◆ file_name()

const char* testing::TestPartResult::file_name ( ) const
inline

◆ line_number()

int testing::TestPartResult::line_number ( ) const
inline

◆ message()

const char* testing::TestPartResult::message ( ) const
inline

◆ nonfatally_failed()

bool testing::TestPartResult::nonfatally_failed ( ) const
inline

◆ passed()

bool testing::TestPartResult::passed ( ) const
inline

◆ summary()

const char* testing::TestPartResult::summary ( ) const
inline

◆ type()

Type testing::TestPartResult::type ( ) 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