ArtGTest
public
class
ArtGTest
extends GTest
java.lang.Object 中 | |||
↳ | com.android.tradefed.testtype.GTestBase | ||
↳ | com.android.tradefed.testtype.GTest | ||
↳ | com.android.tradefed.testtype.ArtGTest 接口 |
摘要
公共构造函数 | |
---|---|
ArtGTest()
|
受保护的方法 | |
---|---|
String
|
getGTestCmdLineWrapper(String fullPath, String flags)
一种辅助工具,允许派生类将 gtest 命令封装在其他工具(chroot、 strace、gdb 等)。 |
公共构造函数
ArtGTest
public ArtGTest ()
受保护的方法
getGTestCmdLineWrapper
protected String getGTestCmdLineWrapper (String fullPath, String flags)
一种辅助工具,允许派生类将 gtest 命令封装在其他工具(chroot、 strace、gdb 等)。
参数 | |
---|---|
fullPath |
String |
flags |
String |
返回 | |
---|---|
String |