Dinamik Sistem Hazırlayıcı
public
class
DynamicSystemPreparer
extends BaseTargetPreparer
implements
ILabPreparer
Java.lang.Nesne | ||
🎃 | com.android.tradefed.targetprep.BaseTargetPreparer | |
🎃 | com.android.tradefed.targetprep.DynamicSystemPreparer |
ITargetPreparer
Sistem Güncellemesi.
Özet
Kamu inşaatçıları | |
---|---|
DynamicSystemPreparer()
|
Herkese açık yöntemler | |
---|---|
void
|
setUp(TestInformation testInfo)
Test için hedef kurulumu gerçekleştirin. |
void
|
tearDown(TestInformation testInfo, Throwable e)
Testten sonra hedef temizleme/ayırma işlemini gerçekleştirin. |
Kamu inşaatçıları
Dinamik Sistem Hazırlayıcı
public DynamicSystemPreparer ()
Herkese açık yöntemler
kur
public void setUp (TestInformation testInfo)
Test için hedef kurulumu gerçekleştirin.
Parametreler | |
---|---|
testInfo |
TestInformation : Çağrının TestInformation . |
Fırlatma | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Sökme
public void tearDown (TestInformation testInfo, Throwable e)
Testten sonra hedef temizleme/ayırma işlemini gerçekleştirin.
Parametreler | |
---|---|
testInfo |
TestInformation : Çağrının TestInformation . |
e |
Throwable : Çağrı bir istisnayla sona erdiyse bu,
yakalanır. Aksi takdirde, null olacak. |
Fırlatma | |
---|---|
DeviceNotAvailableException |