netxsimdg
|
#include <doctest/doctest.h>
#include "include/ModelArrayRef.hpp"
#include "include/ModelComponent.hpp"
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | Nextsim::HappyExcept |
class | Nextsim::Module1 |
class | Nextsim::ModuleSupplyAndWait |
class | Nextsim::ModuleRequestAndSupply |
class | Nextsim::ModuleSemiShared |
class | Nextsim::ModuleShared |
Functions | |
Nextsim::TEST_CASE ("Register a new module") | |
Nextsim::TEST_SUITE_BEGIN ("ModelComponent") | |
Nextsim::TEST_CASE ("Test array registration") | |
Nextsim::TEST_CASE ("Shared and semi-protected arrays") | |
Nextsim::TEST_SUITE_END () | |
Definition in file ModelComponent_test.cpp.
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN |
Definition at line 8 of file ModelComponent_test.cpp.
Nextsim::TEST_CASE | ( | "Register a new module" | ) |
Definition at line 38 of file ModelComponent_test.cpp.
Nextsim::TEST_CASE | ( | "Shared and semi-protected arrays" | ) |
Definition at line 180 of file ModelComponent_test.cpp.
Nextsim::TEST_CASE | ( | "Test array registration" | ) |
Definition at line 112 of file ModelComponent_test.cpp.