QUDA  v1.1.0
A library for QCD on GPUs
Public Types | Static Public Member Functions | List of all members
testing::internal::SuiteApiResolver< T > Struct Template Reference

#include <gtest-internal.h>

+ Inheritance diagram for testing::internal::SuiteApiResolver< T >:

Public Types

using Test = typename std::conditional< sizeof(T) !=0, ::testing::Test, void >::type
 

Static Public Member Functions

static SetUpTearDownSuiteFuncType GetSetUpCaseOrSuite ()
 
static SetUpTearDownSuiteFuncType GetTearDownCaseOrSuite ()
 

Detailed Description

template<typename T>
struct testing::internal::SuiteApiResolver< T >

Definition at line 503 of file gtest-internal.h.

Member Typedef Documentation

◆ Test

template<typename T >
using testing::internal::SuiteApiResolver< T >::Test = typename std::conditional<sizeof(T) != 0, ::testing::Test, void>::type

Definition at line 506 of file gtest-internal.h.

Member Function Documentation

◆ GetSetUpCaseOrSuite()

template<typename T >
static SetUpTearDownSuiteFuncType testing::internal::SuiteApiResolver< T >::GetSetUpCaseOrSuite ( )
inlinestatic

Definition at line 509 of file gtest-internal.h.

◆ GetTearDownCaseOrSuite()

template<typename T >
static SetUpTearDownSuiteFuncType testing::internal::SuiteApiResolver< T >::GetTearDownCaseOrSuite ( )
inlinestatic

Definition at line 522 of file gtest-internal.h.


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