1#include <boost/test/included/unit_test.hpp>
12using namespace boost::unit_test_framework;
23 cout <<
"Enter CSAOPCUATest without any pv" << std::endl;
42 std::cout <<
"Enter CSAOPCUATest with ExampleSet" << std::endl;
static void testWithPVSet()
static void testWithoutPVSet()
The boost test suite which executes the ProcessVariableTest.
This class provide the two parts of the OPCUA Adapter.
bool isRunning()
Checks if the opcua server is still running and return the suitable bool value.
void start()
Start all objects in single threads for this case only the opc ua server.
std::shared_ptr< ua_uaadapter > getUAAdapter()
Return the uaadapter, hence the OPC UA server.
void stop()
Stop all objects in single threads for this case only the opc ua server.
boost::shared_ptr< ControlSystemPVManager > const & getControlSystemManager() const
Return the ControlsystemPVManager of the class.
csa_opcua_adapter * csaOPCUA
boost::shared_ptr< ControlSystemPVManager > csManager
boost::shared_ptr< ControlSystemPVManager > csManager
test_suite * init_unit_test_suite(int, char **)