NativeBridgeModuleController

public class NativeBridgeModuleController
extends BaseModuleController

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


Ein Modul-Controller, um zu prüfen, ob ein Gerät native Bridge unterstützt. Wenn es dies unterstützt und wir eine native Bridge-Situation erkennen, wird das Modul übersprungen.

Zusammenfassung

Felder

public static final String NATIVE_BRIDGE_PROP

Öffentliche Bauträger

NativeBridgeModuleController ()

Öffentliche Methoden

IModuleController.RunStrategy shouldRun ( IInvocationContext context)

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

Felder

NATIVE_BRIDGE_PROP

public static final String NATIVE_BRIDGE_PROP

Öffentliche Bauträger

NativeBridgeModuleController

public NativeBridgeModuleController ()

Öffentliche Methoden

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.