Table "CAL Test Line"
ID 130401
Namespace: System.TestTools.TestRunner
Properties
| Name |
Value |
| Caption |
CAL Test Line
|
| ReplicateData |
False
|
| DataClassification |
CustomerContent
|
Fields
| Name |
Type |
Description |
| "Test Suite" |
Code[10]
|
|
| "Line No." |
Integer
|
|
| "Line Type" |
Option
|
|
| "Test Codeunit" |
Integer
|
|
| Name |
Text[128]
|
|
| Function |
Text[128]
|
|
| Run |
Boolean
|
|
| Result |
Option
|
|
| "First Error" |
Text[250]
|
|
| "Start Time" |
DateTime
|
|
| "Finish Time" |
DateTime
|
|
| Level |
Integer
|
|
| "Hit Objects" |
Integer
|
|
| SystemId |
Guid
|
|
| SystemCreatedAt |
DateTime
|
|
| SystemCreatedBy |
Guid
|
|
| SystemModifiedAt |
DateTime
|
|
| SystemModifiedBy |
Guid
|
|
| SystemRowVersion |
BigInteger
|
|
Methods
procedure UpdateGroup(var CALTestLine: Record "CAL Test Line")
Parameters
procedure UpdateChildren(var CALTestLine: Record "CAL Test Line")
Parameters
procedure GetMinCodeunitLineNo(): Integer
Returns
procedure GetMaxGroupLineNo(): Integer
Returns
procedure GetMaxCodeunitLineNo(var NoOfFunctions: Integer): Integer
Parameters
| Name |
Type |
Description |
|
NoOfFunctions
|
Integer
|
|
Returns
procedure DeleteChildren()
procedure CalcTestResults(var Success: Integer, var Fail: Integer, var Skipped: Integer, var NotExecuted: Integer)
Parameters
| Name |
Type |
Description |
|
Success
|
Integer
|
|
|
Fail
|
Integer
|
|
|
Skipped
|
Integer
|
|
|
NotExecuted
|
Integer
|
|
procedure ShowTestResults()
See also