HomeSort by relevance Sort by last modified time
    Searched defs:m_testMethod (Results 1 - 3 of 3) sorted by null

  /external/testng/src/main/java/org/testng/internal/
InvokedMethod.java 12 private ITestNGMethod m_testMethod;
23 m_testMethod = method;
34 return m_testMethod.isTest();
39 StringBuffer result = new StringBuffer(m_testMethod.toString());
53 return m_testMethod.isBeforeMethodConfiguration() ||
54 m_testMethod.isAfterMethodConfiguration() ||
55 m_testMethod.isBeforeTestConfiguration() ||
56 m_testMethod.isAfterTestConfiguration() ||
57 m_testMethod.isBeforeClassConfiguration() ||
58 m_testMethod.isAfterClassConfiguration() |
    [all...]
TestMethodWithDataProviderMethodWorker.java 16 private ITestNGMethod m_testMethod;
45 m_testMethod = testMethod;
76 m_testMethod,
97 instance, m_testMethod, m_xmlSuite, m_testClass, m_beforeMethods,
114 m_skipFailedInvocationCounts = m_testMethod.skipFailedInvocations();
119 new TestResult(m_testMethod.getTestClass(),
121 m_testMethod,
129 m_notifier.addSkippedTest(m_testMethod, r);
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 42 milliseconds