C++ Utilities
4.11.0
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
|
The AsHexNumber class allows printing values asserted with cppunit (or similar test framework) using the hex system in the error case. More...
#include <testutils.h>
Public Member Functions | |
AsHexNumber (const T &value) | |
Constructs a new instance; use asHexNumber() for convenience instead. More... | |
Public Attributes | |
const T & | value |
The AsHexNumber class allows printing values asserted with cppunit (or similar test framework) using the hex system in the error case.
Definition at line 149 of file testutils.h.
|
inline |
Constructs a new instance; use asHexNumber() for convenience instead.
Definition at line 152 of file testutils.h.
const T& TestUtilities::AsHexNumber< T >::value |
Definition at line 156 of file testutils.h.