HomeSort by relevance Sort by last modified time
    Searched defs:isConfigurationMethod (Results 1 - 4 of 4) 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());
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 72 milliseconds