PLCnext API Documentation 23.6.0.37
UnitTesting.h
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8#include "Arp/System/Commons/Testing/Assert.hpp"
9#include "Arp/System/Commons/Testing/ExceptionHandler.hxx"
10
11using namespace boost::unit_test;
12using namespace Arp::System::Commons::Testing;
13
Namespace for classes to simplify writing tests
Definition: Assert.hpp:15