Fałszywy test
public
class
FakeTest
extends Object
implements
IDeviceTest,
IRemoteTest
java.lang.Object | |
↳ | com.android.tradefed.testtype.FakeTest, |
Fałszywy test, którego celem jest ułatwienie generowania powtarzalnych wyników testu.
Podsumowanie
Konstruktory publiczne | |
---|---|
FakeTest()
|
Metody publiczne | |
---|---|
ITestDevice
|
getDevice()
Spraw, by urządzenie zostało poddane testom. |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
Uruchamia testy i raportuje wyniki detektorowi. |
void
|
setDevice(ITestDevice device)
Wstrzyknij urządzenie w trakcie testu. |
Konstruktory publiczne
Fałszywy test
public FakeTest ()
Metody publiczne
getDevice
public ITestDevice getDevice ()
Spraw, by urządzenie zostało poddane testom.
Zwroty | |
---|---|
ITestDevice |
ITestDevice |
home run
public void run (TestInformation testInfo, ITestInvocationListener listener)
Uruchamia testy i raportuje wyniki detektorowi.
Parametry | |
---|---|
testInfo |
TestInformation : obiekt TestInformation zawierający informacje do uruchomienia
testów. |
listener |
ITestInvocationListener : wartość ITestInvocationListener wyników testu |
Rzuty | |
---|---|
DeviceNotAvailableException |
ustawUrządzenie
public void setDevice (ITestDevice device)
Wstrzyknij urządzenie w trakcie testu.
Parametry | |
---|---|
device |
ITestDevice : element ITestDevice , którego należy użyć |