Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.internal.thread.graph |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private IDynamicGraph.Status |
GraphThreadPoolExecutor.computeStatus(java.lang.Runnable r) |
Modifier and Type | Method and Description |
---|---|
private void |
GraphThreadPoolExecutor.setStatus(IWorker<T> worker,
IDynamicGraph.Status status) |