Uses of Class
org.testng.IDynamicGraph.Status
-
Packages that use IDynamicGraph.Status Package Description org.testng org.testng.internal -
-
Uses of IDynamicGraph.Status in org.testng
Methods in org.testng that return IDynamicGraph.Status Modifier and Type Method Description static IDynamicGraph.Status
IDynamicGraph.Status. valueOf(java.lang.String name)
Returns 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.Status Modifier and Type Method Description int
IDynamicGraph. getNodeCountWithStatus(IDynamicGraph.Status status)
java.util.Set<T>
IDynamicGraph. getNodesWithStatus(IDynamicGraph.Status status)
void
IDynamicGraph. setStatus(java.util.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.Status Modifier and Type Method Description int
DynamicGraph. getNodeCountWithStatus(IDynamicGraph.Status status)
java.util.Set<T>
DynamicGraph. getNodesWithStatus(IDynamicGraph.Status status)
void
DynamicGraph. setStatus(java.util.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.
-