ClusterCommandLauncher
public
class
ClusterCommandLauncher
extends Object
implements
IRemoteTest,
IInvocationContextReceiver,
IConfigurationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.cluster.ClusterCommandLauncher |
Eine IRemoteTest-Klasse, um einen Befehl über ein TF-Unterprogramm aus TFC auszuführen. FIXME: Dies muss erweitert werden, um Tests auf mehreren Geräten zu unterstützen.
Zusammenfassung
Felder | |
|---|---|
public
static
final
String |
ANDROID_SERIALS
|
public
static
final
String |
TEST_WORK_DIR
|
public
static
final
String |
TF_DEVICE_COUNT
|
public
static
final
String |
TF_JAR_DIR
|
public
static
final
String |
TF_PATH
|
Öffentliche Konstruktoren | |
|---|---|
ClusterCommandLauncher()
|
|
Öffentliche Methoden | |
|---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
|
void
|
setConfiguration(IConfiguration configuration)
Fügt den verwendeten |
void
|
setInvocationContext(IInvocationContext invocationContext)
|
Felder
ANDROID_SERIALS
public static final String ANDROID_SERIALS
TEST_WORK_DIR
public static final String TEST_WORK_DIR
TF_DEVICE_COUNT
public static final String TF_DEVICE_COUNT
TF_JAR_DIR
public static final String TF_JAR_DIR
TF_PATH
public static final String TF_PATH
Öffentliche Konstruktoren
ClusterCommandLauncher
public ClusterCommandLauncher ()
Öffentliche Methoden
Homerun
public void run (TestInformation testInfo,
ITestInvocationListener listener)| Parameter | |
|---|---|
testInfo |
TestInformation |
listener |
ITestInvocationListener |
| Ausgabe | |
|---|---|
DeviceNotAvailableException |
|
setConfiguration
public void setConfiguration (IConfiguration configuration)
Fügt den verwendeten IConfiguration ein.
| Parameter | |
|---|---|
configuration |
IConfiguration |
setInvocationContext
public void setInvocationContext (IInvocationContext invocationContext)
| Parameter | |
|---|---|
invocationContext |
IInvocationContext |