Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::testing::internal::constexpr_test< TestTag > Class Template Reference

GoogleTest test type used invoke tests at compile-time. More...

Inheritance diagram for arene::base::testing::internal::constexpr_test< TestTag >:
Inheritance graph

Public Member Functions

auto TestBody () -> void override
 test implementation function
 

Detailed Description

template<class TestTag>
class arene::base::testing::internal::constexpr_test< TestTag >

GoogleTest test type used invoke tests at compile-time.

Template Parameters
TestTagtag associated with a specific test implementation function

Member Function Documentation

◆ TestBody()

template<class TestTag>
auto arene::base::testing::internal::constexpr_test< TestTag >::TestBody ( ) -> void
inlineoverride

test implementation function

Invokes the associated test implementation function twice: once at compile-time and again at runtime.


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