Package org.testng
Interface IDynamicGraph<T>
- All Known Implementing Classes:
DynamicGraph
public interface IDynamicGraph<T>
Represents the graphical representative capabilities of an entity.
The entities could be either a
ISuite or an ITestNGMethod object which are
usually the logical units of work that TestNG deals with.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbooleangetDependenciesFor(T node) intintvoidsetStatus(Collection<T> nodes, IDynamicGraph.Status status) voidsetStatus(T node, IDynamicGraph.Status status) voidsetVisualisers(Set<IExecutionVisualiser> listener) toDot()
-
Method Details
-
addNode
-
addEdge
-
setVisualisers
-
addEdges
-
getFreeNodes
-
getDependenciesFor
-
setStatus
-
setStatus
-
getNodeCount
int getNodeCount() -
getNodeCountWithStatus
-
getNodesWithStatus
-
toDot
String toDot()
-