-
isChildNode
boolean isChildNode
Attribute to mark the test as a child node
Top-most test will always have this attribute as false
eg:
Parent - false
Child - true
GrandChild - true
-
hasEnded
boolean hasEnded
Attribute to mark if the test ended safely
It is marked TRUE when extent.endTest(test) is called
-
hasChildNodes
boolean hasChildNodes
Attribute to denote if the current test has child tests
Default = false
When test.appendChild(child) is called, the flag becomes true
-
categoryList
List<E> categoryList
-
authorsList
List<E> authorsList
-
exceptionList
List<E> exceptionList
-
logList
List<E> logList
-
screenCaptureList
List<E> screenCaptureList
-
screencastList
List<E> screencastList
-
nodeList
List<E> nodeList
-
logCounts
HashMap<K,V> logCounts
-
startTime
Date startTime
-
endTime
Date endTime
-
status
LogStatus status
-
description
String description
-
internalWarning
String internalWarning
-
name
String name
-
parentTest
Test parentTest
-
id
UUID id