Wildmeshing Toolkit
test_component_mesh_info.cpp File Reference
#include <catch2/catch_test_macros.hpp>
#include <nlohmann/json.hpp>
#include <wmtk/components/input/input.hpp>
#include <wmtk/components/mesh_info/mesh_info.hpp>
#include <wmtk/components/utils/Paths.hpp>
#include <wmtk/io/Cache.hpp>
Include dependency graph for test_component_mesh_info.cpp:

Go to the source code of this file.

Typedefs

using json = nlohmann::json
 

Functions

 TEST_CASE ("component_mesh_info", "[components][mesh_info]")
 

Variables

const std::filesystem::path data_dir = WMTK_DATA_DIR
 

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 10 of file test_component_mesh_info.cpp.

Function Documentation

◆ TEST_CASE()

TEST_CASE ( "component_mesh_info"  ,
""  [components][mesh_info] 
)

Definition at line 14 of file test_component_mesh_info.cpp.

References data_dir, wmtk::components::input::input(), and wmtk::components::mesh_info().

Here is the call graph for this function:

Variable Documentation

◆ data_dir

const std::filesystem::path data_dir = WMTK_DATA_DIR

Definition at line 12 of file test_component_mesh_info.cpp.

Referenced by TEST_CASE().