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.
Yapılandırmayı prova etme
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
TF'nin doğru yapılandırıldığından emin olmak için bir Trade Federation (TF) yapılandırması dry-run
oluşturmak yararlı olabilir.
TF'de bunun için iki farklı mekanizma vardır.
Genel yapılandırma
dry-run
komutu, bir yapılandırmanın doğru şekilde ayrıştırılıp çalıştırılabilir olup olmadığını kontrol eder. Komut TF'yi çalıştırmadığından bu doğrulama, TF yapılandırma söz diziyle sınırlıdır.
Test paketleri için yapılandırma
CTS gibi test paketi yapılandırmaları için --collect-tests-only
komutu kullanılabilir. Listelenen test durumları dışındaki her şeyi çalıştırır. Ancak APK yükleme gibi diğer tüm kurulum adımlarını çalıştırır.
Bu seçenek, testleri gerçekten çalıştırmadan bir yapılandırmanın beklendiği gibi çalıştığından emin olmak için kullanışlı bir seçenektir.
Yalnızca testleri toplama özelliği için destek
Yalnızca test toplama desteği ITestCollector aracılığıyla sağlanır.
Bu arayüzü uygulayan bir test çalıştırıcı, test durumlarını çalıştırmak yerine listeler.
InstrumentationTest, bu arayüzün örnek bir uygulamasıdır.
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."],[],[],null,["# Dry run a configuration\n\nIt can be convenient to `dry-run` a Trade Federation (TF) configuration to\nensure that TF is properly configured.\n\nThere are two different mechanisms in TF for this.\n\nGeneral configuration\n---------------------\n\nThe `dry-run` command checks that a configuration is parsed correctly and is\nrunnable. The command does not run TF so this validation is limited to the\nTF configuration syntax.\n\nConfiguration for test suites\n-----------------------------\n\nFor the test suite configurations, such as CTS, the `--collect-tests-only`\ncommand is available. It runs everything except the test cases, which are\nenumerated. However, it does run all the other setup steps, like installing\nAPKs.\n\nThis is a convenient option to ensure that a configuration runs as expected\nwithout actually running the tests.\n\n### Support for collect-tests-only\n\nThe support for the collect-tests-only is exposed via\n[ITestCollector](/reference/tradefed/com/android/tradefed/testtype/ITestCollector).\n\nA test runner that implements this interface enumerates its test cases\ninstead of running them.\n\n[InstrumentationTest](/reference/tradefed/com/android/tradefed/testtype/InstrumentationTest)\nis an example implementation of that interface."]]