#include <doctest.h>
|
| void | parseArgs (int argc, const char *const *argv, bool withDefaults=false) |
| |
Definition at line 1703 of file doctest.h.
◆ Context() [1/2]
| doctest::Context::Context |
( |
int |
argc = 0, |
|
|
const char *const * |
argv = 0 |
|
) |
| |
|
explicit |
◆ Context() [2/2]
| doctest::Context::Context |
( |
const 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=()
◆ parseArgs()
| void doctest::Context::parseArgs |
( |
int |
argc, |
|
|
const char *const * |
argv, |
|
|
bool |
withDefaults = false |
|
) |
| |
|
private |
◆ run()
| int doctest::Context::run |
( |
| ) |
|
◆ setOption() [1/2]
| void doctest::Context::setOption |
( |
const char * |
option, |
|
|
const char * |
value |
|
) |
| |
◆ setOption() [2/2]
| 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: