OTX-Runtime for C++  
OpenTestSystem::Otx::Runtime::Api::Project::Settings::ITestResultHandlingSettings Class Referenceabstract

Contains the TestResultHandling settings. More...

#include <ITestResultHandlingSettings.h>

Public Member Functions

virtual std::string GetDataModelFile ()=0
 Gets the data model file. More...
 
virtual std::string GetTestResultHandlingDirectory ()=0
 Gets the directory name. More...
 
virtual std::string GetTestResultHandlingFileName ()=0
 Gets the file name. More...
 
virtual TestResultHandlingLevels GetTestResultHandlingLevel ()=0
 Gets result handling level of the OTX-Runtime. Default value: "TRACK". More...
 
virtual bool GetTestResultHandlingOn ()=0
 Gets the test result status. Default value: TRUE. More...
 
virtual void SetDataModelFile (const std::string &value)=0
 Sets the data model file. More...
 
virtual void SetTestResultHandlingDirectory (const std::string &value)=0
 Sets the directory name. More...
 
virtual void SetTestResultHandlingFileName (const std::string &value)=0
 Sets the file name. More...
 
virtual void SetTestResultHandlingLevel (TestResultHandlingLevels value)=0
 
virtual void SetTestResultHandlingOn (bool value)=0
 Sets the test result status. Default value: TRUE. More...
 

Detailed Description

Contains the TestResultHandling settings.

Member Function Documentation

◆ 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: