自 2025 年 3 月 27 日起,我们建议您使用 android-latest-release
而非 aosp-main
构建 AOSP 并为其做出贡献。如需了解详情,请参阅 AOSP 的变更。
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
ArtGTest
public
class
ArtGTest
extends GTest
摘要
受保护的方法 |
String
|
getGTestCmdLineWrapper(String fullPath, String flags)
允许派生类在某些其他工具(chroot、strace、gdb 等)下封装 gtest 命令的帮助程序。
|
公共构造函数
ArtGTest
public ArtGTest ()
受保护的方法
getGTestCmdLineWrapper
protected String getGTestCmdLineWrapper (String fullPath,
String flags)
此辅助程序允许派生类在某些其他工具(chroot、strace、gdb 等)下封装 gtest 命令。
参数 |
fullPath |
String |
flags |
String |
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# ArtGTest\n========\n\n\n`\npublic\n\n\nclass\nArtGTest\n`\n\n\n`\n\n\n`\n\n`\n\n\n`\n\n`\n\nextends `[GTest](../../../../../../reference/tradefed/com/android/tradefed/testtype/GTest.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|---|---|----------------------------------------|\n| java.lang.Object ||||\n| ↳ | [com.android.tradefed.testtype.GTestBase](../../../../../../reference/tradefed/com/android/tradefed/testtype/GTestBase.html) |||\n| | ↳ | [com.android.tradefed.testtype.GTest](../../../../../../reference/tradefed/com/android/tradefed/testtype/GTest.html) ||\n| | | ↳ | com.android.tradefed.testtype.ArtGTest |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Public constructors ||\n|-----------------------------------------------------------------------------------------------------------------|---|\n| ` `[ArtGTest](../../../../../../reference/tradefed/com/android/tradefed/testtype/ArtGTest.html#ArtGTest())`() ` |\n\n| ### Protected methods ||\n|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` String` | ` `[getGTestCmdLineWrapper](../../../../../../reference/tradefed/com/android/tradefed/testtype/ArtGTest.html#getGTestCmdLineWrapper(java.lang.String,%20java.lang.String))`(String fullPath, String flags) ` Helper which allows derived classes to wrap the gtest command under some other tool (chroot, strace, gdb, and similar). |\n\nPublic constructors\n-------------------\n\n### ArtGTest\n\n```\npublic ArtGTest ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nProtected methods\n-----------------\n\n### getGTestCmdLineWrapper\n\n```\nprotected String getGTestCmdLineWrapper (String fullPath, \n String flags)\n```\n\nHelper which allows derived classes to wrap the gtest command under some other tool (chroot,\nstrace, gdb, and similar).\n\n\u003cbr /\u003e\n\n| Parameters ||\n|------------|-----------------|\n| `fullPath` | `String` \u003cbr /\u003e |\n| `flags` | `String` \u003cbr /\u003e |\n\n| Returns ||\n|----------|--------|\n| `String` | \u003cbr /\u003e |"]]