DryRunner
public
final
class
DryRunner
extends Runner
java.lang.Object | ||
↳ | org.junit.runner.Runner | |
↳ | com.android.tradefed.lite.DryRunner, |
Chodzi o testy próbne, których nie przeprowadza się w rzeczywistości.
Potrzebny jest do tego obiekt Opis, aby wiedzieć, które testy mają na celu sfałszowanie.
Podsumowanie
Konstruktory publiczne | |
---|---|
DryRunner(Description desc)
Konstruuje nowy element DryRunner przy użyciu obiektu „Description” |
Metody publiczne | |
---|---|
Description
|
getDescription()
|
void
|
run(RunNotifier notifier)
|
Konstruktory publiczne
DryRunner
public DryRunner (Description desc)
Konstruuje nowy element DryRunner przy użyciu obiektu „Description”
Metody publiczne
getDescription
public Description getDescription ()
Zwroty | |
---|---|
Description |
home run
public void run (RunNotifier notifier)
Parametry | |
---|---|
notifier |
RunNotifier |