Class RealtimeReporter.TestCard
java.lang.Object
com.shaft.tools.io.internal.RealtimeReporter.TestCard
- Enclosing class:
RealtimeReporter
Represents a single test card displayed on the Kanban board.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
className
-
methodName
-
filePath
-
description
-
status
-
startTime
public long startTime -
endTime
public long endTime -
errorMessage
-
hasAttachments
public boolean hasAttachments -
steps
-
-
Constructor Details
-
TestCard
Creates a dashboard test card.- Parameters:
id- unique test identifier generated byRealtimeReporter.buildTestId(String, String)className- fully-qualified class name (or feature name in non-TestNG contexts)methodName- method/scenario namefilePath- relative source path for navigation (empty when not resolvable)
-