Package org.testng

Interface IExecutionVisualiser

All Superinterfaces:
ITestNGListener

public interface IExecutionVisualiser extends ITestNGListener
A TestNG listener that can be used to build graph representations of TestNG methods as and when they are being executed on a real-time basis.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • consumeDotDefinition

      void consumeDotDefinition(String dotDefinition)
      Parameters:
      dotDefinition - - A DOT representation of the Directed Acyclic Graph that TestNG builds internally to represent its tests.