Uruchamiający jednostki testowe w Pythonie
public
class
PythonUnitTestRunner
extends Object
implements
IBuildReceiver,
IRemoteTest
java.lang.Object | |
↳ | com.android.tradefed.testtype.PythonUnitTestRunner |
Te zajęcia zostały wycofane.
Użyj w zamian zasady PythonBinaryHostTest
.
Uruchamia testy Pythona utworzone za pomocą biblioteki Unittest.
Podsumowanie
Konstruktory publiczne | |
---|---|
PythonUnitTestRunner()
|
Metody publiczne | |
---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
Uruchamia testy i raportuje wyniki detektorowi. |
void
|
setBuild(IBuildInfo buildInfo)
|
Metody chronione | |
---|---|
void
|
checkPythonVersion(CommandResult c)
|
IBuildInfo
|
getBuild()
Zwraca |
IRunUtil
|
getRunUtil()
Zwraca funkcję |
Konstruktory publiczne
Uruchamiający jednostki testowe w Pythonie
public PythonUnitTestRunner ()
Metody publiczne
home run
public void run (TestInformation testInfo, ITestInvocationListener listener)
Uruchamia testy i raportuje wyniki detektorowi.
Parametry | |
---|---|
testInfo |
TestInformation : obiekt TestInformation zawierający informacje do uruchomienia
testów. |
listener |
ITestInvocationListener : wartość ITestInvocationListener wyników testu |
Rzuty | |
---|---|
DeviceNotAvailableException |
Metody chronione
Sprawdź wersję Pythona
protected void checkPythonVersion (CommandResult c)
Parametry | |
---|---|
c |
CommandResult |