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


Resumo

Valores de enumeração

IRemoteAndroidTestRunner.TestSize  LARGE

Executar testes com a anotação LargeTest 

IRemoteAndroidTestRunner.TestSize  MEDIUM

Executar testes com anotação MediumTest 

IRemoteAndroidTestRunner.TestSize  SMALL

Executar testes anotados com SmallTest 

Métodos públicos

static IRemoteAndroidTestRunner.TestSize getTestSize(String value)

Retorna o TestSize correspondente ao valor definido da plataforma Android.

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

Valores de enumeração

GRANDE

public static final IRemoteAndroidTestRunner.TestSize LARGE

Executar testes anotados com LargeTest

MÉDIO

public static final IRemoteAndroidTestRunner.TestSize MEDIUM

Executar testes com anotação MediumTest

SMALL

public static final IRemoteAndroidTestRunner.TestSize SMALL

Executar testes com anotação SmallTest

Métodos públicos

getTestSize

public static IRemoteAndroidTestRunner.TestSize getTestSize (String value)

Retorna o TestSize correspondente ao valor definido da plataforma Android.

Parâmetros
value String

Retorna
IRemoteAndroidTestRunner.TestSize

Gera
IllegalArgumentException se TestSize não for encontrado.

valueOf

public static IRemoteAndroidTestRunner.TestSize valueOf (String name)

Parâmetros
name String

Retorna
IRemoteAndroidTestRunner.TestSize

values

public static final TestSize[] values ()

Retorna
TestSize[]