|
netxsimdg
|
#include "ArgV.hpp"#include "Configurator.hpp"#include "Configured.hpp"#include <iostream>#include <memory>#include <sstream>#include <string>#include <boost/program_options.hpp>#include <doctest/doctest.h>
Go to the source code of this file.
Classes | |
| class | Config1 |
| class | Config2 |
| class | Config3 |
Functions | |
| Nextsim::TEST_SUITE_BEGIN ("Configurator") | |
| Nextsim::TEST_CASE ("Parse one config stream using the raw configurator") | |
| Nextsim::TEST_CASE ("Parse one config stream using the pointer configuration function") | |
| Nextsim::TEST_CASE ("Parse two config streams for one class, reference helper function") | |
| Nextsim::TEST_CASE ("Parse config streams for two overlapping class, try") | |
| Nextsim::TEST_SUITE_END () | |
Definition in file Configurator_test.cpp.
| #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN |
Definition at line 19 of file Configurator_test.cpp.
| Nextsim::TEST_CASE | ( | "Parse config streams for two overlapping | class, |
| try" | ) |
Definition at line 193 of file Configurator_test.cpp.
| Nextsim::TEST_CASE | ( | "Parse one config stream using the pointer configuration function" | ) |
Definition at line 147 of file Configurator_test.cpp.
| Nextsim::TEST_CASE | ( | "Parse one config stream using the raw configurator" | ) |
Definition at line 120 of file Configurator_test.cpp.
| Nextsim::TEST_CASE | ( | "Parse two config streams for one | class, |
| reference helper function" | ) |
Definition at line 169 of file Configurator_test.cpp.