Searched refs:getInvokedMethods (Results 1 – 10 of 10) sorted by relevance
20 assertThat(listener.getInvokedMethods()).containsExactly( in disabled_methods_should_not_be_run()38 assertThat(listener.getInvokedMethods()).containsExactly( in issue420()
24 public List<String> getInvokedMethods() { in getInvokedMethods() method in InvokedMethodListener
23 public List<IInvokedMethod> getInvokedMethods() { in getInvokedMethods() method in InvokedMethodListener
63 List<IInvokedMethod> m = listener.getInvokedMethods(); in sameMethodInvokedMultipleTimesShouldHaveDifferentTimeStamps()133 List<IInvokedMethod> m = listener.getInvokedMethods(); in assertIssue87()
70 public Collection<ITestNGMethod> getInvokedMethods(); in getInvokedMethods() method
480 public Collection<ITestNGMethod> getInvokedMethods() { in getInvokedMethods() method in SuiteRunner496 … Collection<ITestNGMethod> methods = included ? tr.getInvokedMethods() : tr.getExcludedMethods(); in getIncludedOrExcludedMethods()
1522 public List<ITestNGMethod> getInvokedMethods() { in getInvokedMethods() method in TestRunner
69 Collection<ITestNGMethod> invoked = suite.getInvokedMethods(); in generateReport()
34 m_testMethodCount =suite.getInvokedMethods().size(); in SuiteMessage()
150 Collection<ITestNGMethod> invoked= suite.getInvokedMethods(); in generateXmlTest()