![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <QModelIndex>#include <QSignalSpy>#include "rapidxml/rapidxml.hpp"#include "common/Group.hpp"#include "common/Link.hpp"#include "common/OptionT.hpp"#include "common/XML/FileOperations.hpp"#include "common/XML/Protocol.hpp"#include "common/XML/SignalFrame.hpp"#include "ui/uicommon/ComponentNames.hpp"#include "ui/core/NGeneric.hpp"#include "ui/core/NLog.hpp"#include "ui/core/NRoot.hpp"#include "ui/core/NTree.hpp"#include "ui/core/ThreadManager.hpp"#include "ui/core/TreeNode.hpp"#include "ui/core/TreeThread.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 NTree class" |
Functions | |
| Handle< NRoot > | makeTreeFromFile () |
| BOOST_AUTO_TEST_CASE (init) | |
| BOOST_AUTO_TEST_CASE (constructor) | |
| BOOST_AUTO_TEST_CASE (set_root) | |
| BOOST_AUTO_TEST_CASE (set_current_index) | |
| BOOST_AUTO_TEST_CASE (current_path) | |
| BOOST_AUTO_TEST_CASE (node_path) | |
| BOOST_AUTO_TEST_CASE (path_from_index) | |
| BOOST_AUTO_TEST_CASE (list_node_options) | |
| BOOST_AUTO_TEST_CASE (set_advanced_mode) | |
| BOOST_AUTO_TEST_CASE (are_from_same_node) | |
| BOOST_AUTO_TEST_CASE (node_by_path) | |
| BOOST_AUTO_TEST_CASE (index_from_path) | |
| BOOST_AUTO_TEST_CASE (data) | |
| BOOST_AUTO_TEST_CASE (index) | |
| BOOST_AUTO_TEST_CASE (parent) | |
| BOOST_AUTO_TEST_CASE (row_count) | |
| BOOST_AUTO_TEST_CASE (header_data) | |
| BOOST_AUTO_TEST_CASE (set_debug_mode_enabled) | |
| BOOST_AUTO_TEST_CASE (options_changed) | |
| BOOST_AUTO_TEST_CASE (node_matches) | |
| BOOST_AUTO_TEST_CASE (signal_list_tree) | |
| BOOST_AUTO_TEST_CASE (index_is_visible) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-ui-core-ntree.cpp.
| #define BOOST_TEST_MODULE "Test module for the ui NTree class" |
Definition at line 8 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | init | ) |
Definition at line 59 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | constructor | ) |
Definition at line 73 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | set_root | ) |
Definition at line 88 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | set_current_index | ) |
Definition at line 114 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | current_path | ) |
Definition at line 164 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | node_path | ) |
Definition at line 183 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | path_from_index | ) |
Definition at line 200 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | list_node_options | ) |
Definition at line 218 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | set_advanced_mode | ) |
Definition at line 262 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | are_from_same_node | ) |
Definition at line 303 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | node_by_path | ) |
Definition at line 317 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | index_from_path | ) |
Definition at line 341 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | data | ) |
Definition at line 374 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | index | ) |
Definition at line 412 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | parent | ) |
Definition at line 432 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | row_count | ) |
Definition at line 444 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | header_data | ) |
Definition at line 456 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | set_debug_mode_enabled | ) |
Definition at line 469 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | options_changed | ) |
Definition at line 485 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | node_matches | ) |
Definition at line 526 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | signal_list_tree | ) |
Definition at line 547 of file utest-ui-core-ntree.cpp.
| BOOST_AUTO_TEST_CASE | ( | index_is_visible | ) |
Definition at line 594 of file utest-ui-core-ntree.cpp.
Definition at line 44 of file utest-ui-core-ntree.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |