MoblyBinaryHostTest
public
class
MoblyBinaryHostTest
extends Object
implements
IBuildReceiver,
IDeviceTest,
IRemoteTest,
IShardableTest,
ITestFilterReceiver
java.lang.Object 中 | |
↳ | com.android.tradefed.testtype.mobly.MoblyBinaryHostTest |
旨在运行 Android 构建系统 (Soong) 中的 mobly python 二进制文件的主机测试
摘要
公共构造函数 | |
---|---|
MoblyBinaryHostTest()
|
公共方法 | |
---|---|
void
|
addAllExcludeFilters(
添加要排除的测试的 |
void
|
addAllIncludeFilters(
添加要包含的测试的过滤器的 |
void
|
addExcludeFilter(String filter)
添加要排除的测试的过滤条件。 |
void
|
addIncludeFilter(String filter)
添加要包含的测试的过滤器。 |
void
|
clearExcludeFilters()
删除当前跟踪的所有排除过滤器。 |
void
|
clearIncludeFilters()
删除当前跟踪的所有包含过滤器。 |
ITestDevice
|
getDevice()
获取被测设备。 |
|
getExcludeFilters()
返回排除过滤器的当前 |
|
getIncludeFilters()
返回包含过滤器的当前 |
final
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。 |
void
|
setBuild(IBuildInfo buildInfo)
|
void
|
setDevice(ITestDevice device)
注入被测设备。 |
|
split(int shardCountHint)
|
受保护的方法 | |
---|---|
String[]
|
buildCommandLineArray(String filePath, String configPath,
|
String[]
|
buildCommandLineArray(String filePath, String configPath)
|
|
filterTests(String[] testListLines, String runName, ITestInvocationListener listener)
|
String
|
getLogDirAbsolutePath()
|
File
|
getLogDirFile()
|
boolean
|
processYamlTestResults(InputStream inputStream, MoblyYamlResultParser parser, ITestInvocationListener listener, String runName)
解析 Mobly 测试结果并报告结果。 |
void
|
reportLogs(File logDir, ITestInvocationListener listener)
|
void
|
updateConfigFile(InputStream configInputStream, Writer writer)
|
公共构造函数
MoblyBinaryHostTest
public MoblyBinaryHostTest ()
公共方法
addExcludeFilter
public void addExcludeFilter (String filter)
添加要排除的测试的过滤条件。
参数 | |
---|---|
filter |
String |
addIncludeFilter
public void addIncludeFilter (String filter)
添加要包含的测试的过滤器。
参数 | |
---|---|
filter |
String |
ClearExcludeFilters
public void clearExcludeFilters ()
删除当前跟踪的所有排除过滤器。
clearIncludeFilters
public void clearIncludeFilters ()
删除当前跟踪的所有包含过滤器。
得分
public final void run (TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。
参数 | |
---|---|
testInfo |
TestInformation :包含要运行的有用信息的 TestInformation 对象
测试。 |
listener |
ITestInvocationListener :测试结果的 ITestInvocationListener |
分割
publicsplit (int shardCountHint)
split()
的替代版本,该版本也提供尝试的 shardCount
运行状态。这对于某些有时无法随意决定的测试运行程序非常有用。
参数 | |
---|---|
shardCountHint |
int :尝试的分片数。 |
返回 | |
---|---|
|
要单独执行的子测试集合,或者null 如果测试
目前不可分片 |
受保护的方法
buildCommandLineArray
protected String[] buildCommandLineArray (String filePath, String configPath,tests)
参数 | |
---|---|
filePath |
String |
configPath |
String |
tests |
|
返回 | |
---|---|
String[] |
buildCommandLineArray
protected String[] buildCommandLineArray (String filePath, String configPath)
参数 | |
---|---|
filePath |
String |
configPath |
String |
返回 | |
---|---|
String[] |
过滤测试
protectedfilterTests (String[] testListLines, String runName, ITestInvocationListener listener)
参数 | |
---|---|
testListLines |
String |
runName |
String |
listener |
ITestInvocationListener |
返回 | |
---|---|
|
getLogDirAbsolutePath
protected String getLogDirAbsolutePath ()
返回 | |
---|---|
String |
getLogDirFile
protected File getLogDirFile ()
返回 | |
---|---|
File |
processYamlTestResults
protected boolean processYamlTestResults (InputStream inputStream, MoblyYamlResultParser parser, ITestInvocationListener listener, String runName)
解析 Mobly 测试结果并报告结果。
参数 | |
---|---|
inputStream |
InputStream :在 Mobly 测试结果文件中读取的 InputStream 对象。 |
parser |
MoblyYamlResultParser :用于处理 Mobly 测试结果的 MoblyYamlResultParser 对象。 |
listener |
ITestInvocationListener :执行各种报告的 ITestInvocationListener 实例。 |
runName |
String :str - 运行 Mobly 测试二进制文件的名称。 |
返回 | |
---|---|
boolean |
reportLogs
protected void reportLogs (File logDir, ITestInvocationListener listener)
参数 | |
---|---|
logDir |
File |
listener |
ITestInvocationListener |
updateConfigFile
protected void updateConfigFile (InputStream configInputStream, Writer writer)
参数 | |
---|---|
configInputStream |
InputStream |
writer |
Writer |
抛出 | |
---|---|
HarnessRuntimeException |