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 >:
Inheritance graph
[legend]

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 535 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 539 of file gtest-internal.h.

Member Function Documentation

◆ GetSetUpCaseOrSuite()

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

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

◆ GetTearDownCaseOrSuite()

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

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


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:11