public interface IExecutionVisualiser extends ITestNGListener
| Modifier and Type | Method and Description |
|---|---|
void |
consumeDotDefinition(java.lang.String dotDefinition) |
void consumeDotDefinition(java.lang.String dotDefinition)
dotDefinition - - A DOT
representation of the Directed Acyclic Graph that TestNG builds internally to represent its
tests.