| java.lang.Object |
| ↳ |
org.junit.runner.Runner |
| |
↳ |
org.junit.runners.ParentRunner<T> |
| |
|
↳ |
org.junit.runners.Suite |
| |
|
|
↳ |
org.ops4j.pax.exam.junit.impl.ParameterizedInjectingRunner |
Class Overview
JUnit runner for parameterized Pax Exam tests without an invoker. This runner is
used for CDI mode only.
See Parameterized for more details on specifying parameter sets.
Based on org.junit.runners.Parameterized.
Summary
| Public Methods |
|
void
|
run(RunNotifier notifier)
|
|
[Expand]
Inherited Methods |
From class
org.junit.runners.Suite
|
Description
|
describeChild(Object arg0)
|
|
Description
|
describeChild(Runner arg0)
|
|
static
Runner
|
emptySuite()
|
|
List<Runner>
|
getChildren()
|
|
void
|
runChild(Runner arg0, RunNotifier arg1)
|
|
void
|
runChild(Object arg0, RunNotifier arg1)
|
|
From class
org.junit.runners.ParentRunner
|
Statement
|
childrenInvoker(RunNotifier arg0)
|
|
Statement
|
classBlock(RunNotifier arg0)
|
|
List<TestRule>
|
classRules()
|
|
void
|
collectInitializationErrors(List<Throwable> arg0)
|
|
abstract
Description
|
describeChild(T arg0)
|
|
void
|
filter(Filter arg0)
|
|
abstract
List<T>
|
getChildren()
|
|
Description
|
getDescription()
|
|
String
|
getName()
|
|
Annotation[]
|
getRunnerAnnotations()
|
|
final
TestClass
|
getTestClass()
|
|
void
|
run(RunNotifier arg0)
|
|
abstract
void
|
runChild(T arg0, RunNotifier arg1)
|
|
final
void
|
runLeaf(Statement arg0, Description arg1, RunNotifier arg2)
|
|
void
|
setScheduler(RunnerScheduler arg0)
|
|
void
|
sort(Sorter arg0)
|
|
void
|
validatePublicVoidNoArgMethods(Class<? extends Annotation> arg0, boolean arg1, List<Throwable> arg2)
|
|
Statement
|
withAfterClasses(Statement arg0)
|
|
Statement
|
withBeforeClasses(Statement arg0)
|
|
From class
org.junit.runner.Runner
|
abstract
Description
|
getDescription()
|
|
abstract
void
|
run(RunNotifier arg0)
|
|
int
|
testCount()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.junit.runner.Describable
|
abstract
Description
|
getDescription()
|
|
From interface
org.junit.runner.manipulation.Filterable
|
abstract
void
|
filter(Filter arg0)
|
|
From interface
org.junit.runner.manipulation.Sortable
|
abstract
void
|
sort(Sorter arg0)
|
|
Public Constructors
public
ParameterizedInjectingRunner
(Class<?> klass)
Public Methods
public
void
run
(RunNotifier notifier)
Protected Methods
protected
List<Runner>
getChildren
()