Class Overview
Aliases the current default Android JUnit 4 class runner, for future-proofing. If future versions
of JUnit change the default Runner class, they will also change the definition of this class.
Developers wanting to explicitly tag a class as an Android JUnit 4 class should use
@RunWith(AndroidJUnit4.class)
Summary
| Public Constructors |
|
|
AndroidJUnit4(Class<?> klass, AndroidRunnerParams runnerParams)
Constructs a new instance of the default runner
|
|
|
AndroidJUnit4(Class<?> klass)
Used when executed with standard junit runner.
|
|
[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(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
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
AndroidJUnit4
(Class<?> klass, AndroidRunnerParams runnerParams)
Constructs a new instance of the default runner
| Parameters |
klass |
Class |
runnerParams |
AndroidRunnerParams |
| Throws |
InitializationError |
|
public
AndroidJUnit4
(Class<?> klass)
Used when executed with standard junit runner. Will attempt to delegate to
RobolectricTestRunner or delegate provided by android.junit.runner system property.
| Throws |
InitializationError |
|
Public Methods
public
void
filter
(Filter filter)
| Throws |
NoTestsRemainException |
|
public
Description
getDescription
()
public
void
run
(RunNotifier runNotifier)
| Parameters |
runNotifier |
RunNotifier |
public
void
sort
(Sorter sorter)