#include <doctest.h>
|
void | parseArgs (int argc, const char *const *argv, bool withDefaults=false) |
|
Definition at line 1965 of file doctest.h.
◆ Context() [1/3]
doctest::Context::Context |
( |
int | argc = 0, |
|
|
const char *const * | argv = nullptr ) |
|
explicit |
◆ Context() [2/3]
doctest::Context::Context |
( |
const Context & | | ) |
|
|
delete |
◆ Context() [3/3]
doctest::Context::Context |
( |
Context && | | ) |
|
|
delete |
◆ ~Context()
doctest::Context::~Context |
( |
| ) |
|
◆ addFilter()
void doctest::Context::addFilter |
( |
const char * | filter, |
|
|
const char * | value ) |
◆ applyCommandLine()
void doctest::Context::applyCommandLine |
( |
int | argc, |
|
|
const char *const * | argv ) |
◆ clearFilters()
void doctest::Context::clearFilters |
( |
| ) |
|
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ parseArgs()
void doctest::Context::parseArgs |
( |
int | argc, |
|
|
const char *const * | argv, |
|
|
bool | withDefaults = false ) |
|
private |
◆ run()
int doctest::Context::run |
( |
| ) |
|
◆ setAsDefaultForAssertsOutOfTestCases()
void doctest::Context::setAsDefaultForAssertsOutOfTestCases |
( |
| ) |
|
◆ setAssertHandler()
◆ setCout()
◆ setOption() [1/3]
void doctest::Context::setOption |
( |
const char * | option, |
|
|
bool | value ) |
◆ setOption() [2/3]
void doctest::Context::setOption |
( |
const char * | option, |
|
|
const char * | value ) |
◆ setOption() [3/3]
void doctest::Context::setOption |
( |
const char * | option, |
|
|
int | value ) |
◆ shouldExit()
bool doctest::Context::shouldExit |
( |
| ) |
|
detail::ContextState* doctest::Context::p |
|
private |
The documentation for this class was generated from the following file: