Package | Description |
---|---|
org.testng.internal | |
org.testng.internal.thread.graph |
Modifier and Type | Method and Description |
---|---|
static DynamicGraph.Status |
DynamicGraph.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.
|
Modifier and Type | Method and Description |
---|---|
int |
DynamicGraph.getNodeCountWithStatus(DynamicGraph.Status status) |
void |
DynamicGraph.setStatus(java.util.Collection<T> nodes,
DynamicGraph.Status status)
Set the status for a set of nodes.
|
void |
DynamicGraph.setStatus(T node,
DynamicGraph.Status status)
Set the status for a node.
|
Modifier and Type | Method and Description |
---|---|
private void |
GraphThreadPoolExecutor.setStatus(IWorker<T> worker,
DynamicGraph.Status status) |