AndroidJUnit4
public
final
class
AndroidJUnit4
extends Runner
implements
Filterable,
Sortable
This class is deprecated.
use androidx.test.ext.junit.runners.AndroidJUnit4 instead.
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.
|
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
AndroidJUnit4
AndroidJUnit4 (Class<?> klass,
AndroidRunnerParams runnerParams)
Constructs a new instance of the default runner
Parameters |
klass |
Class |
runnerParams |
AndroidRunnerParams |
Throws |
InitializationError |
|
AndroidJUnit4
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
filter
void filter (Filter filter)
Throws |
NoTestsRemainException |
|
getDescription
Description getDescription ()
run
void run (RunNotifier runNotifier)
Parameters |
runNotifier |
RunNotifier |
sort
void sort (Sorter sorter)