DryRunner
public
final
class
DryRunner
extends Runner
| java.lang.Object | ||
| ↳ | org.junit.runner.Runner | |
| ↳ | com.android.tradefed.lite.DryRunner | |
Transparently dry runs tests instead of actually executing them.
This needs a Description object to know which tests to fake.
Summary
Public constructors | |
|---|---|
DryRunner(Description desc)
Constructs a new DryRunner using Description object |
|
Public methods | |
|---|---|
Description
|
getDescription()
|
void
|
run(RunNotifier notifier)
|
Public constructors
DryRunner
public DryRunner (Description desc)
Constructs a new DryRunner using Description object
Public methods
getDescription
public Description getDescription ()
| Returns | |
|---|---|
Description |
|
run
public void run (RunNotifier notifier)
| Parameters | |
|---|---|
notifier |
RunNotifier |