API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.DLL.TestData.Instruction.CTextInstruction Class Reference

This classe represents a line text in a test scenario. This instruction cannot fail. More...

Inheritance diagram for Kinova.DLL.TestData.Instruction.CTextInstruction:
Kinova.DLL.TestData.Instruction.CBasicInstruction

Public Member Functions

 CTextInstruction ()
 Initializes a new instance of the CTextInstruction class. More...
 
override void Init ()
 Initialize all members of the instance. More...
 
override void ResetInstruction ()
 This method reset the current instruction. More...
 
override bool EvaluateInstruction ()
 Evaluates the instruction and return the result. More...
 
override Test.Common.CTest GetTestStructure ()
 This method extracts a CTest structure from the current instruction. More...
 
- Public Member Functions inherited from Kinova.DLL.TestData.Instruction.CBasicInstruction
 CBasicInstruction ()
 Initializes a new instance of the CBasicInstruction class. More...
 

Additional Inherited Members

- Properties inherited from Kinova.DLL.TestData.Instruction.CBasicInstruction
CInstructionDataTypes.InstructionType Type [get, set]
 The type of test instruction. More...
 
List< int > Index [get, set]
 Index of the instruction listed by the level of indexation. More...
 
string Title [get, set]
 The title of the test instruction. Basically, this is what you will be displayed More...
 
bool HasBeenExecuted [get, set]
 Indicates if the instruction has been executed. More...
 
bool IsSub [get, set]
 Indicates if this instruction is a sub instruction More...
 
string Comment [get, set]
 A general comment about the instruction. More...
 
DateTime StartTime [get, set]
 A timestamp to store the starttime of the instruction. More...
 
DateTime StopTime [get, set]
 A timestamp to store the starttime of the instruction. More...
 
bool Result [get, set]
 Indicates if the instruction PASSED or FAILED. More...
 

Detailed Description

This classe represents a line text in a test scenario. This instruction cannot fail.

Constructor & Destructor Documentation

Kinova.DLL.TestData.Instruction.CTextInstruction.CTextInstruction ( )

Initializes a new instance of the CTextInstruction class.

Member Function Documentation

override bool Kinova.DLL.TestData.Instruction.CTextInstruction.EvaluateInstruction ( )
virtual

Evaluates the instruction and return the result.

Returns

Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.

override Test.Common.CTest Kinova.DLL.TestData.Instruction.CTextInstruction.GetTestStructure ( )
virtual

This method extracts a CTest structure from the current instruction.

Returns

Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.

override void Kinova.DLL.TestData.Instruction.CTextInstruction.Init ( )
virtual

Initialize all members of the instance.

Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.

override void Kinova.DLL.TestData.Instruction.CTextInstruction.ResetInstruction ( )
virtual

This method reset the current instruction.

Returns

Implements Kinova.DLL.TestData.Instruction.CBasicInstruction.


The documentation for this class was generated from the following file: