preCICE v3.2.0
Loading...
Searching...
No Matches
ParserTest.cpp File Reference
#include <Eigen/Core>
#include <string>
#include <tuple>
#include "math/constants.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "xml/ConfigParser.hpp"
#include "xml/ValueParser.hpp"
#include "xml/XMLAttribute.hpp"
#include "xml/XMLTag.hpp"
Include dependency graph for ParserTest.cpp:

Go to the source code of this file.

Classes

struct  CallbackHostAttr
struct  ContextListener

Functions

 BOOST_AUTO_TEST_CASE (AttributeTypeTest)
 BOOST_AUTO_TEST_CASE (OccurenceTest)
 BOOST_AUTO_TEST_CASE (NamespaceTest)
 BOOST_AUTO_TEST_CASE (Context)
 BOOST_AUTO_TEST_CASE (Decode)
std::string getPathToSources ()
 Returns the base path to the sources.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( AttributeTypeTest )

Definition at line 65 of file ParserTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( Context )

Definition at line 199 of file ParserTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( Decode )

Definition at line 218 of file ParserTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( NamespaceTest )

Definition at line 160 of file ParserTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/5]

BOOST_AUTO_TEST_CASE ( OccurenceTest )

Definition at line 128 of file ParserTest.cpp.

Here is the call graph for this function:

◆ getPathToSources()

std::string precice::testing::getPathToSources ( )

Returns the base path to the sources.

Definition at line 33 of file Testing.cpp.