This class is deprecated.
Use PaxExam.
Summary
|
[Expand]
Inherited Methods |
From class
org.ops4j.pax.exam.junit.PaxExam
|
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
JUnit4TestRunner
(Class<?> klass)