PLCnext API Documentation 23.6.0.37
|
Static exception handler class for easy use in unit tests. More...
#include <ExceptionHandler.hxx>
Public Member Functions | |
ExceptionHandler (void)=delete | |
Constructs an ExceptionHandler instance. | |
ExceptionHandler (const ExceptionHandler &arg)=delete | |
Copy constructor. | |
ExceptionHandler & | operator= (const ExceptionHandler &arg)=delete |
Assignment operator. | |
~ExceptionHandler (void)=delete | |
Destructs this instance and frees all resources. | |
Static Public Member Functions | |
template<typename F > | |
static void | ConvertToStd (F func) |
Converts Arp exception to std exceptions, which might be handled by boost test framework. | |
Static exception handler class for easy use in unit tests.