9 #include <boost/test/unit_test.hpp>
20 #include <nlohmann/json.hpp>
23 class IVolumeMaterial;
29 [[maybe_unused]] nlohmann::json &json)
const override{};
32 [[maybe_unused]] nlohmann::json &json)
const override{};
35 BOOST_AUTO_TEST_SUITE(MaterialMapJsonConverter)
40 nlohmann::json refJson;
48 nlohmann::json encodedJson =
52 BOOST_CHECK_EQUAL(refJson, encodedJson);
55 BOOST_AUTO_TEST_SUITE_END()