#include <doctest.h>
Public Member Functions | |
| operator bool () const | |
| Subcase (const String &name, const char *file, int line) | |
| ~Subcase () | |
Public Attributes | |
| bool | m_entered = false |
| SubcaseSignature | m_signature |
| doctest::detail::Subcase::Subcase | ( | const String & | name, |
| const char * | file, | ||
| int | line | ||
| ) |
| doctest::detail::Subcase::~Subcase | ( | ) |
| doctest::detail::Subcase::operator bool | ( | ) | const |
| SubcaseSignature doctest::detail::Subcase::m_signature |