Class TTestCaseItem
Unit
Declaration
type TTestCaseItem = class(TObject)
Description
Class that represents a single test case report data.
Hierarchy
- TObject
- TTestCaseItem
Overview
Methods
class function New(const ATestSuite, ATestCase: string): TTestCaseItem; |
Properties
property Status: string read FStatus write FStatus; |
|
property Time: string read FTime write FTime; |
|
property TestSuite: string read FTestSuite write FTestSuite; |
|
property TestCase: string read FTestCase write FTestCase; |
|
property Error: string read FError write FError; |
Description
Methods
class function New(const ATestSuite, ATestCase: string): TTestCaseItem; |
|
Returns an instance of the class with the test suite name and test case name filled. |
Properties
property Status: string read FStatus write FStatus; |
|
Status execution of the test case. Can be OK or Failed. |
property Time: string read FTime write FTime; |
|
Time the test took to run |
property TestSuite: string read FTestSuite write FTestSuite; |
|
Test suite name |
property TestCase: string read FTestCase write FTestCase; |
|
Test case name |
property Error: string read FError write FError; |
|
Error message detailing the test case that failed |
Generated by PasDoc 0.16.0.