![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <QSignalSpy>#include <boost/assign/list_of.hpp>#include "rapidxml/rapidxml.hpp"#include "common/BoostAnyConversion.hpp"#include "common/Log.hpp"#include "common/OptionList.hpp"#include "common/PropertyList.hpp"#include "common/Signal.hpp"#include "common/XML/FileOperations.hpp"#include "common/XML/Protocol.hpp"#include "ui/core/TreeThread.hpp"#include "ui/core/ThreadManager.hpp"#include "ui/core/CNode.hpp"#include "ui/core/NBrowser.hpp"#include "ui/core/NGeneric.hpp"#include "ui/core/NLog.hpp"#include "ui/core/NLink.hpp"#include "ui/core/NRoot.hpp"#include "ui/core/NTree.hpp"#include "ui/uicommon/ComponentNames.hpp"#include "test/ui/CoreApplication.hpp"#include "test/ui/MyNode.hpp"Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| #define | BOOST_TEST_MODULE "Test module for the ui CNode class" |
Functions | |
| Handle< NRoot > | makeTreeFromFile () |
| BOOST_AUTO_TEST_CASE (init) | |
| BOOST_AUTO_TEST_CASE (component_type) | |
| BOOST_AUTO_TEST_CASE (is_client_component) | |
| BOOST_AUTO_TEST_CASE (set_properties) | |
| BOOST_AUTO_TEST_CASE (set_signals) | |
| BOOST_AUTO_TEST_CASE (modify_options) | |
| BOOST_AUTO_TEST_CASE (list_properties) | |
| BOOST_AUTO_TEST_CASE (list_options) | |
| BOOST_AUTO_TEST_CASE (create_from_xml) | |
| BOOST_AUTO_TEST_CASE (add_node) | |
| BOOST_AUTO_TEST_CASE (remove_node) | |
| BOOST_AUTO_TEST_CASE (list_child_paths) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-ui-core-cnode.cpp.
| #define BOOST_TEST_MODULE "Test module for the ui CNode class" |
Definition at line 8 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | init | ) |
Definition at line 65 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | component_type | ) |
Definition at line 79 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | is_client_component | ) |
Definition at line 88 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | set_properties | ) |
Definition at line 113 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | set_signals | ) |
Definition at line 196 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | modify_options | ) |
Definition at line 264 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | list_properties | ) |
Definition at line 302 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | list_options | ) |
Definition at line 320 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | create_from_xml | ) |
Definition at line 333 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | add_node | ) |
Definition at line 347 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | remove_node | ) |
Definition at line 369 of file utest-ui-core-cnode.cpp.
| BOOST_AUTO_TEST_CASE | ( | list_child_paths | ) |
Definition at line 396 of file utest-ui-core-cnode.cpp.
Definition at line 50 of file utest-ui-core-cnode.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |