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

#include <gtest.h>

+ Inheritance diagram for testing::Test:

Public Types

typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef
internal::TearDownTestCaseFunc 
TearDownTestCaseFunc
 

Public Member Functions

virtual ~Test ()
 

Static Public Member Functions

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 Member Functions

 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Friends

class TestInfo
 

Detailed Description

Definition at line 17760 of file gtest.h.

Member Typedef Documentation

typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc

Definition at line 17766 of file gtest.h.

typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc

Definition at line 17767 of file gtest.h.

Constructor & Destructor Documentation

virtual testing::Test::~Test ( )
virtual
testing::Test::Test ( )
protected

Member Function Documentation

static bool testing::Test::HasFailure ( )
inlinestatic

Definition at line 17796 of file gtest.h.

static bool testing::Test::HasFatalFailure ( )
static
static bool testing::Test::HasNonfatalFailure ( )
static
static void testing::Test::RecordProperty ( const std::string &  key,
const std::string &  value 
)
static
static void testing::Test::RecordProperty ( const std::string &  key,
int  value 
)
static
virtual void testing::Test::SetUp ( )
protectedvirtual

Reimplemented in BlasTest.

static void testing::Test::SetUpTestCase ( )
inlinestatic

Definition at line 17778 of file gtest.h.

virtual void testing::Test::TearDown ( )
protectedvirtual

Reimplemented in BlasTest.

static void testing::Test::TearDownTestCase ( )
inlinestatic

Definition at line 17786 of file gtest.h.

Friends And Related Function Documentation

friend class TestInfo
friend

Definition at line 17762 of file gtest.h.


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