QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
testing::TestPartResult Class Reference

#include <gtest.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
 

Detailed Description

Definition at line 17090 of file gtest.h.

Member Enumeration Documentation

Enumerator
kSuccess 
kNonFatalFailure 
kFatalFailure 

Definition at line 17094 of file gtest.h.

Constructor & Destructor Documentation

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

Definition at line 17103 of file gtest.h.

Member Function Documentation

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

Definition at line 17137 of file gtest.h.

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

Definition at line 17143 of file gtest.h.

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

Definition at line 17119 of file gtest.h.

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

Definition at line 17125 of file gtest.h.

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

Definition at line 17131 of file gtest.h.

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

Definition at line 17140 of file gtest.h.

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

Definition at line 17134 of file gtest.h.

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

Definition at line 17128 of file gtest.h.

Type testing::TestPartResult::type ( ) const
inline

Definition at line 17115 of file gtest.h.


The documentation for this class was generated from the following file: