PythonUnitTestRunner
public
class
PythonUnitTestRunner
extends Object
implements
IBuildReceiver,
IRemoteTest
java.lang.Object | |
↳ | com.android.tradefed.testtype.PythonUnitTestRunner |
這個類別已淘汰。
請改用 PythonBinaryHostTest
。
執行使用 unittest 程式庫編寫的 Python 測試。
摘要
公用建構函式 | |
---|---|
PythonUnitTestRunner()
|
公用方法 | |
---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
執行測試,並將結果回報給事件監聽器。 |
void
|
setBuild(IBuildInfo buildInfo)
|
保護方法 | |
---|---|
void
|
checkPythonVersion(CommandResult c)
|
IBuildInfo
|
getBuild()
傳回這個叫用的 |
IRunUtil
|
getRunUtil()
傳回執行 unittest 的 |
公用建構函式
PythonUnitTestRunner
public PythonUnitTestRunner ()
公用方法
得分
public void run (TestInformation testInfo, ITestInvocationListener listener)
執行測試,並將結果回報給事件監聽器。
參數 | |
---|---|
testInfo |
TestInformation :TestInformation 物件,包含可執行的實用資訊
測試。 |
listener |
ITestInvocationListener :測試結果的 ITestInvocationListener |
擲回 | |
---|---|
DeviceNotAvailableException |