IRemoteAndroidTestRunner.TestSize

public static final enum IRemoteAndroidTestRunner.TestSize
extends Enum<IRemoteAndroidTestRunner.TestSize>

java.lang.Object
   ↳ java.lang.Enum<com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.TestSize>
     ↳ com.android.ddmlib.testrunner.IRemoteAndroidTestRunner.TestSize


Resumen

Enum. de valores

IRemoteAndroidTestRunner.TestSize  LARGE

Ejecuta pruebas anotadas con LargeTest 

IRemoteAndroidTestRunner.TestSize  MEDIUM

Ejecuta pruebas anotadas con MediumTest 

IRemoteAndroidTestRunner.TestSize  SMALL

Ejecuta pruebas anotadas con SmallTest 

Métodos públicos

static IRemoteAndroidTestRunner.TestSize getTestSize(String value)

Devuelve el TestSize correspondiente al valor definido de la plataforma de Android proporcionado.

static IRemoteAndroidTestRunner.TestSize valueOf(String name)
static final TestSize[] values()

Enum. de valores

GRANDE

public static final IRemoteAndroidTestRunner.TestSize LARGE

Ejecuta pruebas anotadas con LargeTest

MEDIO

public static final IRemoteAndroidTestRunner.TestSize MEDIUM

Cómo ejecutar pruebas anotadas con MediumTest

SMALL

public static final IRemoteAndroidTestRunner.TestSize SMALL

Ejecuta pruebas anotadas con SmallTest

Métodos públicos

getTestSize

public static IRemoteAndroidTestRunner.TestSize getTestSize (String value)

Devuelve el TestSize correspondiente al valor definido de la plataforma de Android proporcionado.

Parámetros
value String

Muestra
IRemoteAndroidTestRunner.TestSize

Arroja
IllegalArgumentException Si no se encuentra TestSize

valueOf

public static IRemoteAndroidTestRunner.TestSize valueOf (String name)

Parámetros
name String

Muestra
IRemoteAndroidTestRunner.TestSize

valores

public static final TestSize[] values ()

Muestra
TestSize[]