public class WisdomBlackBoxRunner
extends org.junit.runners.BlockJUnit4ClassRunner
implements org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
WisdomBlackBoxRunner(Class<?> klass)
Creates an instance of runner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
filter(org.junit.runner.manipulation.Filter filter) |
void |
sort(org.junit.runner.manipulation.Sorter sorter) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic void sort(org.junit.runner.manipulation.Sorter sorter)
sort in interface org.junit.runner.manipulation.Sortablesort in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>public void filter(org.junit.runner.manipulation.Filter filter)
throws org.junit.runner.manipulation.NoTestsRemainException
filter in interface org.junit.runner.manipulation.Filterablefilter in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>org.junit.runner.manipulation.NoTestsRemainExceptionCopyright © 2013–2015 Wisdom Framework. All rights reserved.