Uses of Class
org.testng.internal.DynamicGraph.Status
-
Packages that use DynamicGraph.Status Package Description org.testng.internal org.testng.internal.thread.graph -
-
Uses of DynamicGraph.Status in org.testng.internal
Methods in org.testng.internal that return DynamicGraph.Status Modifier and Type Method Description static DynamicGraph.Status
DynamicGraph.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DynamicGraph.Status[]
DynamicGraph.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.testng.internal with parameters of type DynamicGraph.Status Modifier and Type Method Description int
DynamicGraph. getNodeCountWithStatus(DynamicGraph.Status status)
void
DynamicGraph. setStatus(java.util.Collection<T> nodes, DynamicGraph.Status status)
Set the status for a set of nodes.void
DynamicGraph. setStatus(T node, DynamicGraph.Status status)
Set the status for a node. -
Uses of DynamicGraph.Status in org.testng.internal.thread.graph
Methods in org.testng.internal.thread.graph with parameters of type DynamicGraph.Status Modifier and Type Method Description private void
GraphThreadPoolExecutor. setStatus(IWorker<T> worker, DynamicGraph.Status status)
-