org.testng.junit
Interface IJUnitTestRunner

All Known Implementing Classes:
JUnitTestRunner

public interface IJUnitTestRunner

An abstraction interface over JUnit test runners.

Author:
Alexandru Popescu

Method Summary
 java.util.List<ITestNGMethod> getTestMethods()
           
 void run(java.lang.Class junitTestClass)
           
 void setTestResultNotifier(org.testng.internal.ITestResultNotifier notifier)
           
 

Method Detail

setTestResultNotifier

void setTestResultNotifier(org.testng.internal.ITestResultNotifier notifier)

run

void run(java.lang.Class junitTestClass)

getTestMethods

java.util.List<ITestNGMethod> getTestMethods()


Copyright © 2011. All Rights Reserved.