org.powermock.modules.junit4.common.internal
Interface PowerMockJUnitRunnerDelegate

All Known Implementing Classes:
PowerMockJUnit44RunnerDelegateImpl, PowerMockJUnit47RunnerDelegateImpl

public interface PowerMockJUnitRunnerDelegate


Method Summary
 org.junit.runner.Description getDescription()
           
 Class<?> getTestClass()
           
 int getTestCount()
           
 void run(org.junit.runner.notification.RunNotifier notifier)
           
 

Method Detail

run

void run(org.junit.runner.notification.RunNotifier notifier)

getDescription

org.junit.runner.Description getDescription()

getTestCount

int getTestCount()

getTestClass

Class<?> getTestClass()


Copyright © 2007-2012. All Rights Reserved.