Public Member Functions | |
TestFixture () | |
~TestFixture () | |
Public Attributes | |
std::string | asotei_lib_file_ |
Path to the AbstractSotExternalInterface test library. More... | |
std::string | bad_python_script_ |
Path to a python srcipt to parse with error. More... | |
std::map< std::string, ControlValues > | controls |
Control values container. More... | |
std::string | good_python_script_ |
Path to a python srcipt to parse without error. More... | |
std::map< std::string, SensorValues > | sensors |
Sensor values container. More... | |
Definition at line 35 of file test_sot_loader.cpp.
|
inline |
Definition at line 36 of file test_sot_loader.cpp.
|
inline |
Definition at line 41 of file test_sot_loader.cpp.
std::string TestFixture::asotei_lib_file_ |
Path to the AbstractSotExternalInterface test library.
Definition at line 43 of file test_sot_loader.cpp.
std::string TestFixture::bad_python_script_ |
Path to a python srcipt to parse with error.
Definition at line 47 of file test_sot_loader.cpp.
std::map<std::string, ControlValues> TestFixture::controls |
Control values container.
Definition at line 51 of file test_sot_loader.cpp.
std::string TestFixture::good_python_script_ |
Path to a python srcipt to parse without error.
Definition at line 45 of file test_sot_loader.cpp.
std::map<std::string, SensorValues> TestFixture::sensors |
Sensor values container.
Definition at line 49 of file test_sot_loader.cpp.