MainlineTestModuleController

public class MainlineTestModuleController
extends BaseModuleController

java.lang.Object
com.android.tradefed.testtype.suite.module.BaseModuleController
com.android.tradefed.testtype.suite.module.MainlineTestModuleController


Basisklasse für einen Modulcontroller zum Ausführen von Tests basierend auf den vorinstallierten Hauptmodulen auf dem zu testenden Gerät.

Zusammenfassung

Felder

protected static final String GO_APEX_PREFIX

Öffentliche Bauträger

MainlineTestModuleController ()

Öffentliche Methoden

void enableModuleController (boolean enabled)
IModuleController.RunStrategy shouldRun ( IInvocationContext context)

Methode zur Entscheidung, ob das Modul ausgeführt werden soll oder nicht.

Felder

GO_APEX_PREFIX

protected static final String GO_APEX_PREFIX

Öffentliche Bauträger

MainlineTestModuleController

public MainlineTestModuleController ()

Öffentliche Methoden

enableModuleController

public void enableModuleController (boolean enabled)

Parameter
enabled boolean

sollteRun

public IModuleController.RunStrategy shouldRun (IInvocationContext context)

Methode zur Entscheidung, ob das Modul ausgeführt werden soll oder nicht.

Parameter
context IInvocationContext : der IInvocationContext des Moduls

Kehrt zurück
IModuleController.RunStrategy True, wenn das Modul ausgeführt werden soll, andernfalls false.