public interface IJUnitTestRunner
| Modifier and Type | Method and Description |
|---|---|
static IJUnitTestRunner |
createTestRunner(ITestObjectFactory objectFactory,
ITestResultNotifier runner) |
List<ITestNGMethod> |
getTestMethods() |
void |
run(Class<?> junitTestClass,
String... methods) |
void |
setInvokedMethodListeners(Collection<IInvokedMethodListener> listener) |
default void |
setTestResultNotifier(ITestResultNotifier notifier)
Deprecated.
|
void setInvokedMethodListeners(Collection<IInvokedMethodListener> listener)
@Deprecated default void setTestResultNotifier(ITestResultNotifier notifier)
List<ITestNGMethod> getTestMethods()
static IJUnitTestRunner createTestRunner(ITestObjectFactory objectFactory, ITestResultNotifier runner)
Copyright © 2025. All rights reserved.