Uses of Interface
org.testng.IDynamicGraph
-
Packages that use IDynamicGraph Package Description org.testng.internal org.testng.internal.thread.graph -
-
Uses of IDynamicGraph in org.testng.internal
Classes in org.testng.internal that implement IDynamicGraph Modifier and Type Class Description class
DynamicGraph<T>
Representation of the graph of methods. -
Uses of IDynamicGraph in org.testng.internal.thread.graph
Constructors in org.testng.internal.thread.graph with parameters of type IDynamicGraph Constructor Description GraphOrchestrator(java.util.concurrent.ExecutorService service, IThreadWorkerFactory<T> factory, IDynamicGraph<T> graph, java.util.Comparator<T> comparator)
-