Package org.testng
Interface IDynamicGraph<T>
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 TypeMethodDescriptionvoid
void
boolean
getDependenciesFor
(T node) int
int
getUpstreamDependenciesFor
(T node) void
setStatus
(Collection<T> nodes, IDynamicGraph.Status status) void
setStatus
(T node, IDynamicGraph.Status status) void
setVisualisers
(Set<IExecutionVisualiser> listener) toDot()
-
Method Details
-
addNode
-
addEdge
-
setVisualisers
-
addEdges
-
getFreeNodes
-
getUpstreamDependenciesFor
-
getDependenciesFor
-
setStatus
-
setStatus
-
getNodeCount
int getNodeCount() -
getNodeCountWithStatus
-
getNodesWithStatus
-
toDot
String toDot()
-