![]() |
Shamrock 2025.10.0
Astrophysical Code
|
header describing return type of a test, and the type of the test More...
#include "shamtest/details/TestAssertList.hpp"#include "shamtest/details/TestDataList.hpp"#include <utility>#include <vector>
Include dependency graph for TestResult.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | shamtest::details::TestResult |
| Result of a test. More... | |
Namespaces | |
| namespace | shamtest |
| namespace containing stuff related to the test library | |
| namespace | shamtest::details |
| implementation details of the test library | |
Enumerations | |
| enum | TestType { Benchmark , LongBenchmark , ValidationTest , LongValidationTest , Unittest } |
| Describe the type of the performed test. More... | |
header describing return type of a test, and the type of the test
Definition in file TestResult.hpp.
| enum TestType |
Describe the type of the performed test.
Definition at line 27 of file TestResult.hpp.