27 Mart 2025'ten itibaren AOSP'yi derlemek ve AOSP'ye katkıda bulunmak için aosp-main yerine android-latest-release kullanmanızı öneririz. Daha fazla bilgi için AOSP'de yapılan değişiklikler başlıklı makaleyi inceleyin.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
LocalRunInstructionBuilder
public
class
LocalRunInstructionBuilder
extends Object
| java.lang.Object
|
| ↳ |
com.android.tradefed.util.LocalRunInstructionBuilder
|
Testi yerel olarak çalıştırma talimatlarını derleyen yardımcı program.
Özet
Herkese açık yöntemler |
static
String
|
getCommand(ConfigurationDescriptor configDescriptor, TestDescription testId, ConfigurationDescriptor.LocalTestRunner runner)
Testi yerel olarak çalıştırmak için bir komut döndürme.
|
static
String
|
getInstruction(ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner, TestDescription testId)
Testi yerel olarak çalıştırmak için talimatı derleyin.
|
static
String
|
getInstruction(ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner)
Testi yerel olarak çalıştırmak için talimatı derleyin.
|
Herkese açık kurucular
LocalRunInstructionBuilder
public LocalRunInstructionBuilder ()
Herkese açık yöntemler
getCommand
public static String getCommand (ConfigurationDescriptor configDescriptor,
TestDescription testId,
ConfigurationDescriptor.LocalTestRunner runner)
Testi yerel olarak çalıştırmak için bir komut döndürme.
| Parametreler |
configDescriptor |
ConfigurationDescriptor: Test çalıştırması için ERROR(/ConfiguratonDescriptor) yapılandırması. |
testId |
TestDescription: TestDescription çalıştırılacak testi belirtmek için. |
runner |
ConfigurationDescriptor.LocalTestRunner |
| İlerlemeler |
String |
String komutunu kullanarak testi yerel olarak çalıştırabilirsiniz.
|
getInstruction
public static String getInstruction (ConfigurationDescriptor configDescriptor,
ConfigurationDescriptor.LocalTestRunner runner,
TestDescription testId)
Testi yerel olarak çalıştırmak için talimatı derleyin.
| Parametreler |
configDescriptor |
ConfigurationDescriptor: ConfigurationDescriptor için talimat oluşturmak üzere. |
runner |
ConfigurationDescriptor.LocalTestRunner: LocalTestRunner talimat oluşturmak için kullanılır. |
testId |
TestDescription: Çalıştırılacak testin TestDescription. Modülün tamamı için yerel çalıştırma talimatı oluşturulurken null olabilir. |
| İlerlemeler |
String |
String talimatında
|
getInstruction
public static String getInstruction (ConfigurationDescriptor configDescriptor,
ConfigurationDescriptor.LocalTestRunner runner)
Testi yerel olarak çalıştırmak için talimatı derleyin.
| Parametreler |
configDescriptor |
ConfigurationDescriptor: ConfigurationDescriptor için talimat oluşturmak üzere. |
runner |
ConfigurationDescriptor.LocalTestRunner: LocalTestRunner talimat oluşturmak için kullanılır. |
| İlerlemeler |
String |
String talimatında
|
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-27 UTC."],[],[]]