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.StatusIDynamicGraph.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 intIDynamicGraph. getNodeCountWithStatus(IDynamicGraph.Status status)java.util.Set<T>IDynamicGraph. getNodesWithStatus(IDynamicGraph.Status status)voidIDynamicGraph. setStatus(java.util.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.Status Modifier and Type Method Description intDynamicGraph. getNodeCountWithStatus(IDynamicGraph.Status status)java.util.Set<T>DynamicGraph. getNodesWithStatus(IDynamicGraph.Status status)voidDynamicGraph. setStatus(java.util.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.
-