OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestNGThread
(Results
1 - 2
of
2
) sorted by null
/external/testng/src/main/java/org/testng/internal/thread/
TestNGThread.java
8
public class
TestNGThread
extends Thread {
9
public
TestNGThread
(String methodName) {
13
public
TestNGThread
(Runnable target, String methodName) {
ThreadUtil.java
114
Thread result = new
TestNGThread
(run, m_methodName);
Completed in 208 milliseconds