ATLAS Offline Software
Classes | Namespaces | Macros | Functions
expect.h File Reference
#include <cassert>
#include <iostream>
#include <cmath>
Include dependency graph for expect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Athena_test::TestedValue< T >
 

Namespaces

 Athena_test
 functions & macros to test the difference between floats
 

Macros

#define VALUE(TESTED)   Athena_test::TestedValue<decltype(TESTED)>(TESTED, __FILE__, __LINE__).
 

Functions

template<typename T >
bool Athena_test::cmp_eq (T a, T b)
 
template<>
bool Athena_test::cmp_eq< float > (float a, float b)
 
template<>
bool Athena_test::cmp_eq< double > (double a, double b)
 

Macro Definition Documentation

◆ VALUE

#define VALUE (   TESTED)    Athena_test::TestedValue<decltype(TESTED)>(TESTED, __FILE__, __LINE__).

Definition at line 60 of file expect.h.