PythonUnitTestRunner
public
class
PythonUnitTestRunner
extends Object
implements
IBuildReceiver,
IRemoteTest
java.lang.Object 中 | |
↳ | com.android.tradefed.testtype.PythonUnitTestRunner |
<ph type="x-smartling-placeholder"></ph>
此类已弃用。
请改用 PythonBinaryHostTest
。
运行使用 unittest 库编写的 Python 测试。
摘要
公共构造函数 | |
---|---|
PythonUnitTestRunner()
|
公共方法 | |
---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。 |
void
|
setBuild(IBuildInfo buildInfo)
|
受保护的方法 | |
---|---|
void
|
checkPythonVersion(CommandResult c)
|
IBuildInfo
|
getBuild()
返回此调用的 |
IRunUtil
|
getRunUtil()
返回运行单元测试的 |
公共构造函数
PythonUnitTestRunner
public PythonUnitTestRunner ()
公共方法
得分
public void run (TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。
参数 | |
---|---|
testInfo |
TestInformation :包含要运行的有用信息的 TestInformation 对象
测试。 |
listener |
ITestInvocationListener :测试结果的 ITestInvocationListener |
抛出 | |
---|---|
DeviceNotAvailableException |