DryRunner
public
final
class
DryRunner
extends Runner
| java.lang.Object | ||
| ↳ | org.junit.runner.Runner | |
| ↳ | com.android.tradefed.lite.DryRunner | |
testy próbne są przeprowadzane w przejrzysty sposób zamiast faktycznego ich wykonywania;
Do tego celu potrzebny jest obiekt Description, który określa, które testy mają być symulowane.
Podsumowanie
Konstruktory publiczne | |
|---|---|
DryRunner(Description desc)
Tworzy nowy obiekt DryRunner za pomocą obiektu Description. |
|
Metody publiczne | |
|---|---|
Description
|
getDescription()
|
void
|
run(RunNotifier notifier)
|
Konstruktory publiczne
DryRunner
public DryRunner (Description desc)
Tworzy nowy obiekt DryRunner za pomocą obiektu Description.
Metody publiczne
getDescription
public Description getDescription ()
| Zwroty | |
|---|---|
Description |
|
home run
public void run (RunNotifier notifier)
| Parametry | |
|---|---|
notifier |
RunNotifier |