OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:beforetestmethods
(Results
1 - 1
of
1
) sorted by null
/external/testng/src/main/java/org/testng/internal/
NoOpTestClass.java
55
public void setBeforeTestMethods(ITestNGMethod[]
beforeTestMethods
) {
56
m_beforeTestMethods=
beforeTestMethods
;
88
* @return Returns the
beforeTestMethods
.
Completed in 825 milliseconds