| java.lang.Object |
| ↳ |
org.junit.runner.Runner |
| |
↳ |
org.ops4j.pax.exam.junit.PaxExamParameterized |
Class Overview
JUnit runner for parameterized Pax Exam tests. See Parameterized for more details on
specifying parameter sets.
See PaxExam for more information on other annotations supported on Pax Exam test classes
or methods.
Summary
|
[Expand]
Inherited Methods |
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
PaxExamParameterized
(Class<?> klass)
Public Methods
public
void
filter
(Filter filter)
public
Description
getDescription
()
public
void
run
(RunNotifier notifier)
public
void
sort
(Sorter sorter)