QUDA  v1.1.0
A library for QCD on GPUs
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
DslashTest Class Reference
+ Inheritance diagram for DslashTest:

Public Member Functions

virtual ~DslashTest ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
- Public Member Functions inherited from testing::WithParamInterface< T >
virtual ~WithParamInterface ()
 

Static Public Member Functions

static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestCase ()
 
static void SetUpTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
- Static Public Member Functions inherited from testing::WithParamInterface< T >
static const ParamTypeGetParam ()
 

Protected Member Functions

bool skip ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

::testing::tuple< int, int, int > param
 

Additional Inherited Members

- Public Types inherited from testing::WithParamInterface< T >
typedef T ParamType
 

Detailed Description

Definition at line 49 of file dslash_ctest.cpp.

Constructor & Destructor Documentation

◆ ~DslashTest()

virtual DslashTest::~DslashTest ( )
inlinevirtual

Definition at line 75 of file dslash_ctest.cpp.

Member Function Documentation

◆ SetUp()

virtual void DslashTest::SetUp ( )
inlinevirtual

Reimplemented from testing::Test.

Definition at line 76 of file dslash_ctest.cpp.

◆ SetUpTestCase()

static void DslashTest::SetUpTestCase ( )
inlinestatic

Definition at line 101 of file dslash_ctest.cpp.

◆ skip()

bool DslashTest::skip ( )
inlineprotected

Definition at line 54 of file dslash_ctest.cpp.

◆ TearDown()

virtual void DslashTest::TearDown ( )
inlinevirtual

Reimplemented from testing::Test.

Definition at line 94 of file dslash_ctest.cpp.

◆ TearDownTestCase()

static void DslashTest::TearDownTestCase ( )
inlinestatic

Definition at line 106 of file dslash_ctest.cpp.

Member Data Documentation

◆ param

::testing::tuple<int, int, int> DslashTest::param
protected

Definition at line 52 of file dslash_ctest.cpp.


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