OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_currentTestContext
(Results
1 - 2
of
2
) sorted by null
/external/testng/src/main/java/org/testng/remote/strprotocol/
RemoteTestListener.java
18
private ITestContext
m_currentTestContext
;
28
m_currentTestContext
= testCtx;
35
m_currentTestContext
= null;
42
if (null ==
m_currentTestContext
) {
46
trm= new TestResultMessage(
m_currentTestContext
, testResult);
58
if (null ==
m_currentTestContext
) {
62
m_sender.sendMessage(new TestResultMessage(
m_currentTestContext
, testResult));
68
if (null ==
m_currentTestContext
) {
72
m_sender.sendMessage(new TestResultMessage(
m_currentTestContext
, testResult));
78
if (null ==
m_currentTestContext
) {
[
all
...]
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 104 milliseconds