Contains the TestResultHandling settings.
More...
#include <ITestResultHandlingSettings.h>
Contains the TestResultHandling settings.
◆ GetDataModelFile()
virtual std::string OpenTestSystem::Otx::Runtime::Api::Project::Settings::ITestResultHandlingSettings::GetDataModelFile |
( |
| ) |
|
|
pure virtual |
Gets the data model file.
- Returns
- Data model file
◆ GetTestResultHandlingDirectory()
virtual std::string OpenTestSystem::Otx::Runtime::Api::Project::Settings::ITestResultHandlingSettings::GetTestResultHandlingDirectory |
( |
| ) |
|
|
pure virtual |
Gets the directory name.
- Returns
- Directory name
◆ GetTestResultHandlingFileName()
virtual std::string OpenTestSystem::Otx::Runtime::Api::Project::Settings::ITestResultHandlingSettings::GetTestResultHandlingFileName |
( |
| ) |
|
|
pure virtual |
Gets the file name.
- Returns
- File name
◆ GetTestResultHandlingLevel()
virtual TestResultHandlingLevels OpenTestSystem::Otx::Runtime::Api::Project::Settings::ITestResultHandlingSettings::GetTestResultHandlingLevel |
( |
| ) |
|
|
pure virtual |
Gets result handling level of the OTX-Runtime. Default value: "TRACK".
- Returns
- TestResultHandlingLevels
◆ GetTestResultHandlingOn()
virtual bool OpenTestSystem::Otx::Runtime::Api::Project::Settings::ITestResultHandlingSettings::GetTestResultHandlingOn |
( |
| ) |
|
|
pure virtual |
Gets the test result status. Default value: TRUE.
- Returns
- bool
◆ SetDataModelFile()
virtual void OpenTestSystem::Otx::Runtime::Api::Project::Settings::ITestResultHandlingSettings::SetDataModelFile |
( |
const std::string & |
value | ) |
|
|
pure virtual |
Sets the data model file.
A new data model file
◆ SetTestResultHandlingDirectory()
virtual void OpenTestSystem::Otx::Runtime::Api::Project::Settings::ITestResultHandlingSettings::SetTestResultHandlingDirectory |
( |
const std::string & |
value | ) |
|
|
pure virtual |
Sets the directory name.
A new directory
◆ SetTestResultHandlingFileName()
virtual void OpenTestSystem::Otx::Runtime::Api::Project::Settings::ITestResultHandlingSettings::SetTestResultHandlingFileName |
( |
const std::string & |
value | ) |
|
|
pure virtual |
Sets the file name.
A new file name
◆ SetTestResultHandlingLevel()
virtual void OpenTestSystem::Otx::Runtime::Api::Project::Settings::ITestResultHandlingSettings::SetTestResultHandlingLevel |
( |
TestResultHandlingLevels |
value | ) |
|
|
pure virtual |
Sets result handling level of the OTX-Runtime. Default value: "TRACK".
The TestResultHandlingLevels
◆ SetTestResultHandlingOn()
virtual void OpenTestSystem::Otx::Runtime::Api::Project::Settings::ITestResultHandlingSettings::SetTestResultHandlingOn |
( |
bool |
value | ) |
|
|
pure virtual |
Sets the test result status. Default value: TRUE.
The value
The documentation for this class was generated from the following file: