Class RealtimeReporter.TestCard

java.lang.Object
com.shaft.tools.io.internal.RealtimeReporter.TestCard
Enclosing class:
RealtimeReporter

public static class RealtimeReporter.TestCard extends Object
Represents a single test card displayed on the Kanban board.
  • Field Details

  • Constructor Details

    • TestCard

      public TestCard(String id, String className, String methodName, String filePath)
      Creates a dashboard test card.
      Parameters:
      id - unique test identifier generated by RealtimeReporter.buildTestId(String, String)
      className - fully-qualified class name (or feature name in non-TestNG contexts)
      methodName - method/scenario name
      filePath - relative source path for navigation (empty when not resolvable)