Uses of Enum Class
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.Status
Returns the enum constant of this class with the specified name.static IDynamicGraph.Status[]
IDynamicGraph.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.testng with parameters of type IDynamicGraph.StatusModifier and TypeMethodDescriptionint
IDynamicGraph.getNodeCountWithStatus
(IDynamicGraph.Status status) IDynamicGraph.getNodesWithStatus
(IDynamicGraph.Status status) void
IDynamicGraph.setStatus
(Collection<T> nodes, IDynamicGraph.Status status) void
IDynamicGraph.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 TypeMethodDescriptionint
DynamicGraph.getNodeCountWithStatus
(IDynamicGraph.Status status) DynamicGraph.getNodesWithStatus
(IDynamicGraph.Status status) void
DynamicGraph.setStatus
(Collection<T> nodes, IDynamicGraph.Status status) Set the status for a set of nodes.void
DynamicGraph.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.Status
GraphThreadPoolExecutor.computeStatus
(Runnable r) Methods in org.testng.internal.thread.graph with parameters of type IDynamicGraph.StatusModifier and TypeMethodDescriptionprivate void
GraphThreadPoolExecutor.setStatus
(IWorker<T> worker, IDynamicGraph.Status status)