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

  /external/testng/src/main/java/org/testng/
IInvokedMethod.java 18 public abstract boolean isConfigurationMethod();
  /external/testng/src/main/java/org/testng/internal/
InvokedMethod.java 49 * @see org.testng.internal.IInvokedMethod#isConfigurationMethod()
52 public boolean isConfigurationMethod() {
  /external/testng/src/test/java/test/invokedmethodlistener/
InvokedMethodListenerTest.java 66 Assert.assertTrue(beforeSuite.isConfigurationMethod());
69 Assert.assertTrue(after1.isConfigurationMethod());
72 Assert.assertTrue(after2.isConfigurationMethod());

Completed in 61 milliseconds