PLCnext API Documentation 23.6.0.37
Public Member Functions | Static Public Member Functions | List of all members
Arp::System::Commons::Testing::ExceptionHandler Class Reference

Static exception handler class for easy use in unit tests. More...

#include <ExceptionHandler.hxx>

Inheritance diagram for Arp::System::Commons::Testing::ExceptionHandler:
Inheritance graph

Public Member Functions

 ExceptionHandler (void)=delete
 Constructs an ExceptionHandler instance.
 
 ExceptionHandler (const ExceptionHandler &arg)=delete
 Copy constructor.
 
ExceptionHandleroperator= (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.
 

Detailed Description

Static exception handler class for easy use in unit tests.


The documentation for this class was generated from the following file: