31template <
typename RuntimeImplementation>
32class test_runtime:
public RuntimeImplementation
35 test_runtime() { _runtime =
this; }
36 ~test_runtime() { _runtime =
nullptr; }
Definition test_runtime.h:33
Definition runtime_intf.h:104
Namespace for all functionality provided since v3.6.
Definition test_runtime.h:29
Namespace for the ADTF Testing SDK.
Definition test_runtime.h:27
Namespace for all functionality of the ADTF UCOM SDK provided since v3.0.
Definition test_runtime.h:14
Namespace for the ADTF uCOM SDK.
Definition adtf_system.h:324
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14