Searched defs:BaseTestMethod (Results 1 - 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
H A DBaseTestMethod.java30 public abstract class BaseTestMethod implements ITestNGMethod { class in inherits:ITestNGMethod
75 * Constructs a <code>BaseTestMethod</code> TODO cquezel JavaDoc.
81 public BaseTestMethod(String methodName, Method method, IAnnotationFinder annotationFinder, Object instance) { method in class:BaseTestMethod
85 public BaseTestMethod(String methodName, ConstructorOrMethod com, IAnnotationFinder annotationFinder, method in class:BaseTestMethod
399 * {@inheritDoc} Compares two BaseTestMethod using the test class then the associated
414 BaseTestMethod other = (BaseTestMethod) obj;
579 System.out.println("[BaseTestMethod] " + s);

Completed in 164 milliseconds