Package org.testng
Interface IExecutionVisualiser
- All Superinterfaces:
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
-
Method Details
-
consumeDotDefinition
- Parameters:
dotDefinition
- - A DOT representation of the Directed Acyclic Graph that TestNG builds internally to represent its tests.
-