![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <catch2/catch_test_macros.hpp>#include "Storage.hh"#include "Compare.hh"#include "Grouping.hh"#include "Kernel.hh"Functions | |
| TEST_CASE ("C++: Ex equality", "[ex1]") | |
| TEST_CASE ("C++: Ex comparison", "[ex2]") | |
| TEST_CASE ("C++: Ex grouping", "[group1]") | |
| TEST_CASE ("C++: advanced Ex grouping", "[group2]") | |
| TEST_CASE | ( | "C++: advanced Ex grouping" | , |
| "" | [group2] | ||
| ) |
| TEST_CASE | ( | "C++: Ex comparison" | , |
| "" | [ex2] | ||
| ) |
| TEST_CASE | ( | "C++: Ex equality" | , |
| "" | [ex1] | ||
| ) |
| TEST_CASE | ( | "C++: Ex grouping" | , |
| "" | [group1] | ||
| ) |