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.StatusDynamicGraph.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 intDynamicGraph. getNodeCountWithStatus(DynamicGraph.Status status)voidDynamicGraph. setStatus(java.util.Collection<T> nodes, DynamicGraph.Status status)Set the status for a set of nodes.voidDynamicGraph. 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 voidGraphThreadPoolExecutor. setStatus(IWorker<T> worker, DynamicGraph.Status status)
-