#include <doctest.h>
Definition at line 1572 of file doctest.h.
◆ TestCase() [1/3]
doctest::detail::TestCase::TestCase |
( |
funcType |
test, |
|
|
const char * |
file, |
|
|
unsigned |
line, |
|
|
const TestSuite & |
test_suite, |
|
|
const String & |
type = String() , |
|
|
int |
template_id = -1 |
|
) |
| |
◆ TestCase() [2/3]
doctest::detail::TestCase::TestCase |
( |
const TestCase & |
other | ) |
|
◆ TestCase() [3/3]
doctest::detail::TestCase::TestCase |
( |
TestCase && |
| ) |
|
|
delete |
◆ ~TestCase()
doctest::detail::TestCase::~TestCase |
( |
| ) |
|
|
default |
◆ DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH()
doctest::detail::TestCase::DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH |
( |
26434 |
| ) |
& |
◆ operator*() [1/2]
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 |
◆ operator=()
◆ m_full_name
String doctest::detail::TestCase::m_full_name |
◆ m_template_id
int doctest::detail::TestCase::m_template_id |
◆ m_test
funcType doctest::detail::TestCase::m_test |
◆ m_type
String doctest::detail::TestCase::m_type |
The documentation for this struct was generated from the following file: