Wildmeshing Toolkit
test_component_import_cache.cpp File Reference
#include <catch2/catch_test_macros.hpp>
#include <nlohmann/json.hpp>
#include <wmtk/components/export_cache/export_cache.hpp>
#include <wmtk/components/import_cache/import_cache.hpp>
#include <wmtk/components/input/input.hpp>
#include <wmtk/components/utils/Paths.hpp>
Include dependency graph for test_component_import_cache.cpp:

Go to the source code of this file.

Typedefs

using json = nlohmann::json
 

Functions

 TEST_CASE ("component_import_cache", "[components][import_cache]")
 

Variables

const std::filesystem::path data_dir = WMTK_DATA_DIR
 

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 9 of file test_component_import_cache.cpp.

Function Documentation

◆ TEST_CASE()

TEST_CASE ( "component_import_cache"  ,
""  [components][import_cache] 
)

Definition at line 13 of file test_component_import_cache.cpp.

References data_dir, wmtk::io::Cache::equals(), wmtk::components::export_cache(), wmtk::io::Cache::get_cache_path(), and wmtk::components::import_cache().

Here is the call graph for this function:

Variable Documentation

◆ data_dir

const std::filesystem::path data_dir = WMTK_DATA_DIR

Definition at line 11 of file test_component_import_cache.cpp.

Referenced by TEST_CASE().