Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
TestResult.hpp File Reference

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...
 

Detailed Description

header describing return type of a test, and the type of the test

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file TestResult.hpp.

Enumeration Type Documentation

◆ TestType

enum TestType

Describe the type of the performed test.

Definition at line 27 of file TestResult.hpp.