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 IBuildInfo dla tego wywołania.

IRunUtil getRunUtil()

Zwraca funkcję IRunUtil, która uruchamia test jednostkowy

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

setBuild

public void setBuild (IBuildInfo buildInfo)

Parametry
buildInfo IBuildInfo

Metody chronione

Sprawdź wersję Pythona

protected void checkPythonVersion (CommandResult c)

Parametry
c CommandResult

getBuild

protected IBuildInfo getBuild ()

Zwraca IBuildInfo dla tego wywołania.

Zwroty
IBuildInfo

getRunutil

protected IRunUtil getRunUtil ()

Zwraca funkcję IRunUtil, która uruchamia test jednostkowy

Zwroty
IRunUtil