public interface IJUnitTestRunner
Modifier and Type | Method and Description |
---|---|
List<ITestNGMethod> |
getTestMethods() |
void |
run(Class junitTestClass,
String... methods) |
void |
setInvokedMethodListeners(Collection<IInvokedMethodListener> listener) |
void |
setTestResultNotifier(ITestResultNotifier notifier) |
void setInvokedMethodListeners(Collection<IInvokedMethodListener> listener)
void setTestResultNotifier(ITestResultNotifier notifier)
List<ITestNGMethod> getTestMethods()
Copyright © 2024. All rights reserved.