#include <doctest.h>
Definition at line 1266 of file doctest.h.
◆ TestCase() [1/3]
doctest::detail::TestCase::TestCase |
( |
funcType |
test, |
|
|
const char * |
file, |
|
|
unsigned |
line, |
|
|
const TestSuite & |
test_suite, |
|
|
const char * |
type = "" , |
|
|
int |
template_id = -1 |
|
) |
| |
◆ TestCase() [2/3]
doctest::detail::TestCase::TestCase |
( |
| ) |
|
◆ ~ TestCase()
doctest::detail::TestCase::~ TestCase |
( |
| ) |
|
◆ TestCase() [3/3]
doctest::detail::TestCase::TestCase |
( |
const TestCase & |
other | ) |
|
◆ DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH()
doctest::detail::TestCase::DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH |
( |
26434 |
| ) |
& |
◆ operator*() [1/2]
DOCTEST_MSVC_SUPPRESS_WARNING_POP TestCase& doctest::detail::TestCase::operator* |
( |
const char * |
in | ) |
|
◆ operator*() [2/2]
template<typename T >
TestCase& doctest::detail::TestCase::operator* |
( |
const T & |
in | ) |
|
|
inline |
◆ operator<()
bool doctest::detail::TestCase::operator< |
( |
const TestCase & |
other | ) |
const |
◆ m_full_name
String doctest::detail::TestCase::m_full_name |
◆ m_template_id
int doctest::detail::TestCase::m_template_id |
◆ m_test
◆ m_type
const char* doctest::detail::TestCase::m_type |
The documentation for this struct was generated from the following file: