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


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-2013. All Rights Reserved.