Fission FSN
Loading...
Searching...
No Matches
doctest::TestCaseData Struct Reference

#include <doctest.h>

Inheritance diagram for doctest::TestCaseData:

Public Attributes

String m_file
unsigned m_line
const char * m_name
const char * m_test_suite
const char * m_description
bool m_skip
bool m_no_breaks
bool m_no_output
bool m_may_fail
bool m_should_fail
int m_expected_failures
double m_timeout

Member Data Documentation

◆ m_description

const char* doctest::TestCaseData::m_description

◆ m_expected_failures

int doctest::TestCaseData::m_expected_failures

◆ m_file

String doctest::TestCaseData::m_file

◆ m_line

unsigned doctest::TestCaseData::m_line

◆ m_may_fail

bool doctest::TestCaseData::m_may_fail

◆ m_name

const char* doctest::TestCaseData::m_name

◆ m_no_breaks

bool doctest::TestCaseData::m_no_breaks

◆ m_no_output

bool doctest::TestCaseData::m_no_output

◆ m_should_fail

bool doctest::TestCaseData::m_should_fail

◆ m_skip

bool doctest::TestCaseData::m_skip

◆ m_test_suite

const char* doctest::TestCaseData::m_test_suite

◆ m_timeout

double doctest::TestCaseData::m_timeout

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