org.powermock.modules.junit4.common.internal.impl
Class AbstractCommonPowerMockRunner
java.lang.Object
org.junit.runner.Runner
org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner
- All Implemented Interfaces:
- org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable
public abstract class AbstractCommonPowerMockRunner
- extends org.junit.runner.Runner
- implements org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable
Method Summary |
void |
filter(org.junit.runner.manipulation.Filter filter)
|
org.junit.runner.Description |
getDescription()
|
void |
run(org.junit.runner.notification.RunNotifier notifier)
|
void |
sort(org.junit.runner.manipulation.Sorter sorter)
|
int |
testCount()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCommonPowerMockRunner
public AbstractCommonPowerMockRunner(Class<?> klass,
Class<? extends PowerMockJUnitRunnerDelegate> runnerDelegateImplClass)
throws Exception
- Throws:
Exception
getDescription
public org.junit.runner.Description getDescription()
- Specified by:
getDescription
in class org.junit.runner.Runner
run
public void run(org.junit.runner.notification.RunNotifier notifier)
- Specified by:
run
in class org.junit.runner.Runner
testCount
public int testCount()
- Overrides:
testCount
in class org.junit.runner.Runner
filter
public void filter(org.junit.runner.manipulation.Filter filter)
throws org.junit.runner.manipulation.NoTestsRemainException
- Specified by:
filter
in interface org.junit.runner.manipulation.Filterable
- Throws:
org.junit.runner.manipulation.NoTestsRemainException
sort
public void sort(org.junit.runner.manipulation.Sorter sorter)
- Specified by:
sort
in interface org.junit.runner.manipulation.Sortable
Copyright © 2007-2014. All Rights Reserved.