Selerix Developer Tools
TestCaseReportStatus Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : TestCaseReportStatus Enumeration
Enum. Indicates the status of the test case report.
Syntax
'Declaration
 
Public Enum TestCaseReportStatus 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As TestCaseReportStatus
public enum TestCaseReportStatus = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum TestCaseReportStatus extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum TestCaseReportStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class TestCaseReportStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Finished1Finished
InProgress0In progress.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.TestCaseReportStatus

See Also

Reference

Selerix.BusinessObjects Namespace