Sahte Test
public
class
FakeTest
extends Object
implements
IDeviceTest,
IRemoteTest
Java.lang.Nesne | |
🎃 | com.android.tradefed.testtype.FakeTest |
Tekrarlanabilir test sonuçları oluşturmayı kolaylaştırmayı amaçlayan sahte bir test.
Özet
Kamu inşaatçıları | |
---|---|
FakeTest()
|
Herkese açık yöntemler | |
---|---|
ITestDevice
|
getDevice()
Cihazı test edin. |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
Testleri çalıştırır ve sonucu dinleyiciye bildirir. |
void
|
setDevice(ITestDevice device)
Test edilen cihazı yerleştirin. |
Kamu inşaatçıları
Sahte Test
public FakeTest ()
Herkese açık yöntemler
çalıştır
public void run (TestInformation testInfo, ITestInvocationListener listener)
Testleri çalıştırır ve sonucu dinleyiciye bildirir.
Parametreler | |
---|---|
testInfo |
TestInformation : Çalıştırılacak yararlı bilgiler içeren TestInformation nesnesi
testler. |
listener |
ITestInvocationListener : test sonuçlarının ITestInvocationListener değeri |
Fırlatma | |
---|---|
DeviceNotAvailableException |
setCihazı
public void setDevice (ITestDevice device)
Test edilen cihazı yerleştirin.
Parametreler | |
---|---|
device |
ITestDevice : kullanılacak ITestDevice |