Uses of Enum
org.testng.IDynamicGraph.Status
Packages that use IDynamicGraph.Status
-
Uses of IDynamicGraph.Status in org.testng
Methods in org.testng that return IDynamicGraph.StatusModifier and TypeMethodDescriptionstatic IDynamicGraph.StatusReturns the enum constant of this type with the specified name.static IDynamicGraph.Status[]IDynamicGraph.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.testng with parameters of type IDynamicGraph.StatusModifier and TypeMethodDescriptionintIDynamicGraph.getNodeCountWithStatus(IDynamicGraph.Status status) IDynamicGraph.getNodesWithStatus(IDynamicGraph.Status status) voidIDynamicGraph.setStatus(Collection<T> nodes, IDynamicGraph.Status status) voidIDynamicGraph.setStatus(T node, IDynamicGraph.Status status) -
Uses of IDynamicGraph.Status in org.testng.internal
Methods in org.testng.internal with parameters of type IDynamicGraph.StatusModifier and TypeMethodDescriptionintDynamicGraph.getNodeCountWithStatus(IDynamicGraph.Status status) DynamicGraph.getNodesWithStatus(IDynamicGraph.Status status) voidDynamicGraph.setStatus(Collection<T> nodes, IDynamicGraph.Status status) Set the status for a set of nodes.voidDynamicGraph.setStatus(T node, IDynamicGraph.Status status) Set the status for a node. -
Uses of IDynamicGraph.Status in org.testng.internal.thread.graph
Methods in org.testng.internal.thread.graph that return IDynamicGraph.StatusModifier and TypeMethodDescriptionprivate IDynamicGraph.StatusGraphThreadPoolExecutor.computeStatus(Runnable r) Methods in org.testng.internal.thread.graph with parameters of type IDynamicGraph.StatusModifier and TypeMethodDescriptionprivate voidGraphThreadPoolExecutor.setStatus(IWorker<T> worker, IDynamicGraph.Status status)