COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/assign/list_of.hpp>
#include <boost/test/unit_test.hpp>
#include "rapidxml/rapidxml.hpp"
#include "common/CF.hpp"
#include "common/BasicExceptions.hpp"
#include "common/StringConversion.hpp"
#include "common/XML/Protocol.hpp"
#include "common/XML/Map.hpp"
#include <common/TypeInfo.hpp>
#include <common/Option.hpp>
#include <common/Core.hpp>
#include <common/Environment.hpp>
#include <common/OptionList.hpp>
Go to the source code of this file.
Classes | |
struct | XmlFixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for XML maps manipulation" |
Functions | |
BOOST_AUTO_TEST_CASE (set_value) | |
BOOST_AUTO_TEST_CASE (set_array) | |
BOOST_AUTO_TEST_CASE (find_value) | |
BOOST_AUTO_TEST_CASE (is_single_value) | |
BOOST_AUTO_TEST_CASE (is_array_value) | |
BOOST_AUTO_TEST_CASE (get_value_type) | |
BOOST_AUTO_TEST_CASE (get_value) | |
BOOST_AUTO_TEST_CASE (get_array) | |
BOOST_AUTO_TEST_CASE (split_string) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-xml-map.cpp.
#define BOOST_TEST_MODULE "Test module for XML maps manipulation" |
Definition at line 8 of file utest-xml-map.cpp.
BOOST_AUTO_TEST_CASE | ( | set_value | ) |
Definition at line 49 of file utest-xml-map.cpp.
BOOST_AUTO_TEST_CASE | ( | set_array | ) |
Definition at line 120 of file utest-xml-map.cpp.
BOOST_AUTO_TEST_CASE | ( | find_value | ) |
Definition at line 230 of file utest-xml-map.cpp.
BOOST_AUTO_TEST_CASE | ( | is_single_value | ) |
Definition at line 274 of file utest-xml-map.cpp.
BOOST_AUTO_TEST_CASE | ( | is_array_value | ) |
Definition at line 298 of file utest-xml-map.cpp.
BOOST_AUTO_TEST_CASE | ( | get_value_type | ) |
Definition at line 322 of file utest-xml-map.cpp.
BOOST_AUTO_TEST_CASE | ( | get_value | ) |
Definition at line 354 of file utest-xml-map.cpp.
BOOST_AUTO_TEST_CASE | ( | get_array | ) |
Definition at line 381 of file utest-xml-map.cpp.
BOOST_AUTO_TEST_CASE | ( | split_string | ) |
Definition at line 417 of file utest-xml-map.cpp.
Send comments to: COOLFluiD Web Admin |