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 Detail

      • consumeDotDefinition

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