![]() |
Project
|
#include <catch_amalgamated.hpp>
#include "Framework/Variant.h"
#include "Framework/VariantPropertyTreeHelpers.h"
#include "Framework/VariantJSONHelpers.h"
#include <sstream>
#include <cstring>
Go to the source code of this file.
Functions | |
bool | unknown_type (RuntimeErrorRef const &ref) |
TEST_CASE ("VariantTest") | |
TEST_CASE ("Array2DTest") | |
TEST_CASE ("LabeledArrayTest") | |
TEST_CASE ("VariantTreeConversionsTest") | |
TEST_CASE ("VariantJSONConversionsTest") | |
TEST_CASE ("VariantThrowing") | |
TEST_CASE | ( | "Array2DTest" | ) |
Definition at line 203 of file test_Variants.cxx.
TEST_CASE | ( | "LabeledArrayTest" | ) |
Definition at line 232 of file test_Variants.cxx.
TEST_CASE | ( | "VariantJSONConversionsTest" | ) |
Definition at line 266 of file test_Variants.cxx.
TEST_CASE | ( | "VariantTest" | ) |
Definition at line 27 of file test_Variants.cxx.
TEST_CASE | ( | "VariantThrowing" | ) |
Definition at line 342 of file test_Variants.cxx.
TEST_CASE | ( | "VariantTreeConversionsTest" | ) |
Definition at line 253 of file test_Variants.cxx.
bool unknown_type | ( | RuntimeErrorRef const & | ref | ) |
Definition at line 21 of file test_Variants.cxx.