enumALogStringType Enum |
Version 5/6 |
Integer constants specifying different log string types to be used with GetLogType().
Name |
Value |
Description |
aLogStringDefault |
0 |
Default current log string |
aLogStringTestResult |
0x1 |
When inside a test, Test result row log string |
aLogStringTestTable |
0x2 |
When inside a test, Test header row log string |
aLogStringTests |
0x4 |
When inside a Program, all Tests results and headers log string in the current Task |
aLogStringTaskHeader |
0x8 |
When inside a Task, current Task header log string |
aLogStringTask |
0x10 |
All Tests results with Task header log string |
aLogStringTasks |
0x20 |
All Tasks/Tests log string |
aLogStringProgramHeader |
0x40 |
Program header (OnInitProgram) log string |
aLogStringProgramEnd |
0x80 |
Program end footer (OnEndProgram) log string |
aLogStringAppHeader |
0x100 |
Application header (OnInit/OnInitSystem) log string |
aLogStringAppend (v.6) |
0x200 |
Append statements log string |
aLogStringFailuresOnly |
0x10000000 |
Failures Only mode log string |
aLogStringUseIdeFailuresOnly |
0x20000000 |
Application all Failures Only log string |
aLogStringIgnoreTestStatusNone |
0x40000000 |
Returns an empty string if TestStatus is None, otherwise returns the current log string |
aLogStringCalcTestStatus |
0x80000000 |
Force recalculate Test Status based on TestResult |
aLogStringSetLogString |
0x1000000 |
Returns the log string as set by SetLogString function and clears that string |
aLogStringLeaveSetLogString |
0x2000000 |
Returns the log string as set by SetLogString function and leaves that string |
GetLogType(aLogStringAppend) - returns the string that the Append statement set previously - the user can use this to append by himself instead relying on ATEasy - this is useful when you need to append the string in more than one Log.