COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <iostream>
#include <boost/test/unit_test.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include "common/CF.hpp"
#include "common/Handle.hpp"
#include "Tools/Testing/TimedTestFixture.hpp"
Go to the source code of this file.
Classes | |
struct | PtrFixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for Map component" |
Functions | |
BOOST_AUTO_TEST_CASE (FillShared) | |
BOOST_AUTO_TEST_CASE (FillWeak) | |
BOOST_AUTO_TEST_CASE (FillHandle) | |
BOOST_AUTO_TEST_CASE (FillRaw) | |
BOOST_AUTO_TEST_CASE (CopyShared) | |
BOOST_AUTO_TEST_CASE (CopyWeak) | |
BOOST_AUTO_TEST_CASE (CopyHandle) | |
BOOST_AUTO_TEST_CASE (CopyRaw) | |
BOOST_AUTO_TEST_CASE (CheckShared) | |
BOOST_AUTO_TEST_CASE (CheckWeak) | |
BOOST_AUTO_TEST_CASE (CheckHandle) | |
BOOST_AUTO_TEST_CASE (CheckRaw) | |
BOOST_AUTO_TEST_CASE (DerefShared) | |
BOOST_AUTO_TEST_CASE (DerefWeak) | |
BOOST_AUTO_TEST_CASE (DerefHandle) | |
BOOST_AUTO_TEST_CASE (DerefRaw) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-ptr-benchmark.cpp.
#define BOOST_TEST_MODULE "Test module for Map component" |
Definition at line 8 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | FillShared | ) |
Definition at line 80 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | FillWeak | ) |
Definition at line 91 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | FillHandle | ) |
Definition at line 99 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | FillRaw | ) |
Definition at line 107 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | CopyShared | ) |
Definition at line 114 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | CopyWeak | ) |
Definition at line 122 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | CopyHandle | ) |
Definition at line 130 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | CopyRaw | ) |
Definition at line 138 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | CheckShared | ) |
Definition at line 146 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | CheckWeak | ) |
Definition at line 155 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | CheckHandle | ) |
Definition at line 164 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | CheckRaw | ) |
Definition at line 173 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | DerefShared | ) |
Definition at line 182 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | DerefWeak | ) |
Definition at line 196 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | DerefHandle | ) |
Definition at line 210 of file utest-ptr-benchmark.cpp.
BOOST_AUTO_TEST_CASE | ( | DerefRaw | ) |
Definition at line 224 of file utest-ptr-benchmark.cpp.
Send comments to: COOLFluiD Web Admin |