Public Member Functions | Public Attributes | List of all members
doctest::detail::TestCase Struct Reference

#include <doctest.h>

Inheritance diagram for doctest::detail::TestCase:
Inheritance graph
[legend]

Public Member Functions

 DOCTEST_MSVC_SUPPRESS_WARNING_WITH_PUSH (26434) TestCase &operator
 
TestCaseoperator* (const char *in)
 
template<typename T >
TestCaseoperator* (const T &in)
 
bool operator< (const TestCase &other) const
 
DOCTEST_MSVC_SUPPRESS_WARNING_POP TestCaseoperator= (TestCase &&)=delete
 
 TestCase (const TestCase &other)
 
 TestCase (funcType test, const char *file, unsigned line, const TestSuite &test_suite, const String &type=String(), int template_id=-1)
 
 TestCase (TestCase &&)=delete
 
 ~TestCase ()=default
 

Public Attributes

String m_full_name
 
int m_template_id
 
funcType m_test
 
String m_type
 
- Public Attributes inherited from doctest::TestCaseData
const char * m_description
 
int m_expected_failures
 
String m_file
 
unsigned m_line
 
bool m_may_fail
 
const char * m_name
 
bool m_no_breaks
 
bool m_no_output
 
bool m_should_fail
 
bool m_skip
 
const char * m_test_suite
 
double m_timeout
 

Detailed Description

Definition at line 1572 of file doctest.h.

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ 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

Definition at line 1595 of file doctest.h.

◆ operator<()

bool doctest::detail::TestCase::operator< ( const TestCase other) const

◆ operator=()

DOCTEST_MSVC_SUPPRESS_WARNING_POP TestCase& doctest::detail::TestCase::operator= ( TestCase &&  )
delete

Member Data Documentation

◆ m_full_name

String doctest::detail::TestCase::m_full_name

Definition at line 1578 of file doctest.h.

◆ m_template_id

int doctest::detail::TestCase::m_template_id

Definition at line 1577 of file doctest.h.

◆ m_test

funcType doctest::detail::TestCase::m_test

Definition at line 1574 of file doctest.h.

◆ m_type

String doctest::detail::TestCase::m_type

Definition at line 1576 of file doctest.h.


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


rosbag_fancy
Author(s):
autogenerated on Tue Feb 20 2024 03:20:59