27 মার্চ, 2025 থেকে, আমরা AOSP তৈরি করতে এবং অবদান রাখতে aosp-main
এর পরিবর্তে android-latest-release
ব্যবহার করার পরামর্শ দিচ্ছি। আরও তথ্যের জন্য, AOSP-তে পরিবর্তনগুলি দেখুন।
JAR হোস্ট পরীক্ষা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আপনার সফ্টওয়্যারের সম্পূর্ণ কোড কভারেজ প্রদানের জন্য জাভা আর্কাইভ (JAR) হোস্ট পরীক্ষাগুলি প্রয়োগ করা উচিত। স্থানীয় ইউনিট পরীক্ষা তৈরি করতে নির্দেশাবলী অনুসরণ করুন। একটি নির্দিষ্ট ফাংশন যাচাই করতে ছোট ইউনিট পরীক্ষা লিখুন এবং এর বেশি কিছু নয়।
উদাহরণ
নিম্নলিখিত ব্লুপ্রিন্ট ফাইলটি আপনার প্রয়োজনে অনুলিপি এবং মানিয়ে নিতে একটি সাধারণ হ্যালো ওয়ার্ল্ড JAR হোস্ট পরীক্ষার উদাহরণ প্রদান করে: platform_testing/tests/example/jarhosttest/Android.bp
এটি এখানে পাওয়া আসল পরীক্ষার কোডের সাথে মিলে যায়: platform_testing/tests/example/jarhosttest/test/android/test/example/helloworld/HelloWorldTest.java
সুবিধার জন্য ব্লুপ্রিন্ট ফাইলের একটি স্ন্যাপশট এখানে অন্তর্ভুক্ত করা হয়েছে:
java_test_host {
name: "HelloWorldHostTest",
test_suites: ["general-tests"],
srcs: ["test/**/*.java"],
static_libs: [
"junit",
"mockito",
],
}
শুরুতে java_test_host
ঘোষণাটি নির্দেশ করে যে এটি একটি JAR হোস্ট পরীক্ষা। এর ব্যবহারের একটি উদাহরণ দেখুন: frameworks/base/tools/powermodel/Android.bp
সেটিংস
নিম্নলিখিত সেটিংসের ব্যাখ্যার জন্য নীচে দেখুন:
java_test_host
মডিউল টাইপ নির্দিষ্ট করা হলে name
সেটিং প্রয়োজন হয় (ব্লকের শুরুতে)। এই সেটিংটি আপনার মডিউলের একটি নাম দেয় এবং ফলস্বরূপ JAR-এর একই নাম এবং একটি .jar
প্রত্যয় রয়েছে। নীচের উদাহরণে, ফলাফলের পরীক্ষা JAR-এর নাম দেওয়া হয়েছে HelloWorldHostTest.jar
। এছাড়াও, এই সেটিংটি আপনার মডিউলের জন্য একটি মেক টার্গেট নামও সংজ্ঞায়িত করে, যাতে আপনি আপনার টেস্ট মডিউল এবং এর সমস্ত নির্ভরতা তৈরি করতে make [options] <HelloWorldHostTest>
ব্যবহার করতে পারেন।
name: "HelloWorldHostTest",
test_suites
সেটিং ট্রেড ফেডারেশন পরীক্ষার জোতা দ্বারা পরীক্ষাটিকে সহজেই আবিষ্কারযোগ্য করে তোলে। অন্যান্য টেস্ট স্যুট এখানে যোগ করা যেতে পারে, যেমন CTS, যাতে JAR হোস্ট টেস্ট পরীক্ষা শেয়ার করা যায়।
test_suites: ["general-tests"],
static_libs
সেটিং বিল্ড সিস্টেমকে নির্দেশ দেয় যে নাম দেওয়া মডিউলের বিষয়বস্তু বর্তমান মডিউলের ফলে আসা APK-এ একত্রিত করতে। এর মানে হল যে প্রতিটি নামযুক্ত মডিউল একটি .jar
ফাইল তৈরি করবে বলে আশা করা হচ্ছে। মডিউলের বিষয়বস্তু কম্পাইলের সময় ক্লাসপাথ রেফারেন্সগুলি সমাধান করার জন্য ব্যবহৃত হয় এবং ফলস্বরূপ APK-এ অন্তর্ভুক্ত করা হয়।
static_libs: [
"junit",
],
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# JAR host tests\n\nJava archive (JAR) host tests should be implemented to provide complete code\ncoverage of your software. Follow the instructions to [Build local unit\ntests](https://developer.android.com/training/testing/unit-testing/local-unit-tests).\nWrite small unit tests to validate a specific function and nothing more.\n\nExample\n-------\n\nThe following Blueprint file provides a simple Hello World JAR host test example\nto copy and adapt to your needs:\n[platform_testing/tests/example/jarhosttest/Android.bp](https://android.googlesource.com/platform/platform_testing/+/android16-release/tests/example/jarhosttest/Android.bp)\n\nThis corresponds to the actual test code found at:\n[platform_testing/tests/example/jarhosttest/test/android/test/example/helloworld/HelloWorldTest.java](https://android.googlesource.com/platform/platform_testing/+/android16-release/tests/example/jarhosttest/test/android/test/example/helloworld/HelloWorldTest.java)\n\nA snapshot of the Blueprint file is included here for convenience: \n\n java_test_host {\n name: \"HelloWorldHostTest\",\n\n test_suites: [\"general-tests\"],\n\n srcs: [\"test/**/*.java\"],\n\n static_libs: [\n \"junit\",\n \"mockito\",\n ],\n }\n\nThe `java_test_host` declaration at the beginning indicates that this is a JAR\nhost test. See an example of its use in:\n[frameworks/base/tools/powermodel/Android.bp](https://android.googlesource.com/platform/frameworks/base/+/refs/heads/android16-release/tools/powermodel/Android.bp)\n\nSettings\n--------\n\nSee below for explanations of the following settings:\n\n- The `name` setting is required when the `java_test_host` module type is\n specified (at the start of the block). This setting gives a name to your\n module, and the resulting JAR has the same name and a `.jar` suffix. In the\n example below,the resulting test JAR is named `HelloWorldHostTest.jar`. In\n addition, this setting also defines a make target name for your module, so\n that you can use `make [options] \u003cHelloWorldHostTest\u003e` to build your test\n module and all its dependencies.\n\n name: \"HelloWorldHostTest\",\n\n- The `test_suites` setting makes the test easily discoverable by the Trade\n Federation test harness. Other test suites can be added here, such as CTS,\n so that the JAR host test test can be shared.\n\n test_suites: [\"general-tests\"],\n\n- The `static_libs` setting instructs the build system to incorporate the\n contents of the named modules into the resulting APK of the current module.\n This means that each named module is expected to produce a `.jar` file.\n The module's content is used for resolving classpath references during\n compile time and incorporated into the resulting APK.\n\n static_libs: [\n \"junit\",\n ],"]]