Program ClusterCommandLauncher
public
class
ClusterCommandLauncher
extends Object
implements
IConfigurationReceiver,
IInvocationContextReceiver,
IRemoteTest
java.lang.Object | |
↳ | com.android.tradefed.cluster.ClusterCommandLauncher |
Klasa IRemoteTest
do uruchamiania polecenia z TFC za pomocą podprocesu TF. FIXME: to wymaga
Można ją rozszerzyć, aby obsługiwać testy na wielu urządzeniach.
Podsumowanie
Fieldsem | |
---|---|
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
|
Konstruktory publiczne | |
---|---|
ClusterCommandLauncher()
|
Metody publiczne | |
---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
Uruchamia testy i raportuje wyniki detektorowi. |
void
|
setConfiguration(IConfiguration configuration)
Wstawia używany |
void
|
setInvocationContext(IInvocationContext invocationContext)
|
Fieldsem
ANDROID_SERYALNYCH
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
ŚCIEŻKA_TF
public static final String TF_PATH
Konstruktory publiczne
Program ClusterCommandLauncher
public ClusterCommandLauncher ()
Metody publiczne
home run
public void run (TestInformation testInfo, ITestInvocationListener listener)
Uruchamia testy i raportuje wyniki detektorowi.
Parametry | |
---|---|
testInfo |
TestInformation : obiekt TestInformation zawierający informacje do uruchomienia
testów. |
listener |
ITestInvocationListener : wartość ITestInvocationListener wyników testu |
Rzuty | |
---|---|
DeviceNotAvailableException |
setConfiguration
public void setConfiguration (IConfiguration configuration)
Wstawia używany IConfiguration
.
Parametry | |
---|---|
configuration |
IConfiguration |
setInvocationContext
public void setInvocationContext (IInvocationContext invocationContext)
Parametry | |
---|---|
invocationContext |
IInvocationContext |