OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_beforeSuiteMethods
(Results
1 - 3
of
3
) sorted by null
/external/testng/src/main/java/org/testng/internal/
NoOpTestClass.java
20
protected ITestNGMethod[]
m_beforeSuiteMethods
= null;
39
m_beforeSuiteMethods
= testClass.getBeforeSuiteMethods();
105
return
m_beforeSuiteMethods
;
/external/testng/src/main/java/org/testng/
TestClass.java
130
m_beforeSuiteMethods
= ConfigurationMethod
TestRunner.java
123
private ITestNGMethod[]
m_beforeSuiteMethods
= {};
225
return
m_beforeSuiteMethods
;
482
m_beforeSuiteMethods
= MethodHelper.collectAndOrderMethods(beforeSuiteMethods,
[
all
...]
Completed in 82 milliseconds