COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/test/unit_test.hpp>
#include <boost/foreach.hpp>
#include <boost/iterator.hpp>
#include "common/Log.hpp"
#include "common/Component.hpp"
#include "common/FindComponents.hpp"
#include "common/Group.hpp"
#include "common/Link.hpp"
#include "common/OptionList.hpp"
#include "common/PropertyList.hpp"
#include "common/XML/Protocol.hpp"
#include "common/XML/SignalFrame.hpp"
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for cf3::Component" |
Functions | |
BOOST_AUTO_TEST_CASE (constructors) | |
BOOST_AUTO_TEST_CASE (add_component) | |
BOOST_AUTO_TEST_CASE (get) | |
BOOST_AUTO_TEST_CASE (complete_path) | |
BOOST_AUTO_TEST_CASE (access_component) | |
BOOST_AUTO_TEST_CASE (move_to) | |
BOOST_AUTO_TEST_CASE (problem) | |
BOOST_AUTO_TEST_CASE (create_subcomponents) | |
BOOST_AUTO_TEST_CASE (create_component_signal) | |
BOOST_AUTO_TEST_CASE (rename) | |
BOOST_AUTO_TEST_CASE (clear) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-component.cpp.
#define BOOST_TEST_MODULE "Test module for cf3::Component" |
Definition at line 8 of file utest-component.cpp.
BOOST_AUTO_TEST_CASE | ( | constructors | ) |
Definition at line 38 of file utest-component.cpp.
BOOST_AUTO_TEST_CASE | ( | add_component | ) |
Definition at line 67 of file utest-component.cpp.
BOOST_AUTO_TEST_CASE | ( | get | ) |
Definition at line 84 of file utest-component.cpp.
BOOST_AUTO_TEST_CASE | ( | complete_path | ) |
Definition at line 115 of file utest-component.cpp.
BOOST_AUTO_TEST_CASE | ( | access_component | ) |
Definition at line 167 of file utest-component.cpp.
BOOST_AUTO_TEST_CASE | ( | move_to | ) |
Definition at line 195 of file utest-component.cpp.
BOOST_AUTO_TEST_CASE | ( | problem | ) |
Definition at line 216 of file utest-component.cpp.
BOOST_AUTO_TEST_CASE | ( | create_subcomponents | ) |
Definition at line 228 of file utest-component.cpp.
BOOST_AUTO_TEST_CASE | ( | create_component_signal | ) |
Definition at line 241 of file utest-component.cpp.
BOOST_AUTO_TEST_CASE | ( | rename | ) |
Definition at line 258 of file utest-component.cpp.
BOOST_AUTO_TEST_CASE | ( | clear | ) |
Definition at line 283 of file utest-component.cpp.
Send comments to: COOLFluiD Web Admin |