org.unitils
Interface TestRunnerAccessor

All Known Implementing Classes:
UnitilsJUnit4TestClassRunner, UnitilsParameterized.TestClassRunnerForParameters

public interface TestRunnerAccessor

Interface to expose the capability of executing test methods to the outside world.

Author:
jef

Method Summary
 void executeTestMethod(Object testedObject, Method testMethod)
          Execute a test method on a given tested object.
 

Method Detail

executeTestMethod

void executeTestMethod(Object testedObject,
                       Method testMethod)
Execute a test method on a given tested object.

Parameters:
testedObject -
testMethod -


Copyright © 2014. All Rights Reserved.