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) |
| Modifier and Type | Method and Description |
|---|---|
private File |
checkWisdomInstallation() |
private File |
detectApplicationBundleIfExist(File directory)
Detects if the bundle is present in the given directory.
|
void |
filter(org.junit.runner.manipulation.Filter filter) |
void |
sort(org.junit.runner.manipulation.Sorter sorter) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutprivate File detectApplicationBundleIfExist(File directory) throws IOException
directory - the directory to analyze.IOException - cannot open files.private File checkWisdomInstallation()
public 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–2014 Wisdom Framework. All rights reserved.