क्लस्टर कमांड लॉन्चर
public class ClusterCommandLauncher
extends Object
implements IRemoteTest , IInvocationContextReceiver , IConfigurationReceiver
java.lang.ऑब्जेक्ट | |
मैं | com.android.tradefed.cluster.ClusterCommandLauncher |
एक IRemoteTest
TF के माध्यम से TFC से कमांड लॉन्च करने के लिए IRemoteTest क्लास। FIXME: मल्टी-डिवाइस परीक्षणों का समर्थन करने के लिए इसे विस्तारित करने की आवश्यकता है।
सारांश
खेत | |
---|---|
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
|
सार्वजनिक निर्माणकर्ता | |
---|---|
ClusterCommandLauncher () |
सार्वजनिक तरीके | |
---|---|
void | run ( TestInformation testInfo, ITestInvocationListener listener) परीक्षण चलाता है, और रिपोर्ट श्रोता को परिणाम देता है। |
void | setConfiguration ( IConfiguration configuration) उपयोग में |
void | setInvocationContext ( IInvocationContext invocationContext) |
खेत
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
सार्वजनिक निर्माणकर्ता
क्लस्टर कमांड लॉन्चर
public ClusterCommandLauncher ()
सार्वजनिक तरीके
दौड़ना
public void run (TestInformation testInfo, ITestInvocationListener listener)
परीक्षण चलाता है, और रिपोर्ट श्रोता को परिणाम देता है।
मापदंडों | |
---|---|
testInfo | TestInformation : TestInformation ऑब्जेक्ट जिसमें टेस्ट चलाने के लिए उपयोगी जानकारी होती है। |
listener | ITestInvocationListener : ITestInvocationListener of test results |
फेंकता | |
---|---|
DeviceNotAvailableException |
सेटकॉन्फ़िगरेशन
public void setConfiguration (IConfiguration configuration)
उपयोग में IConfiguration
करता है।
मापदंडों | |
---|---|
configuration | IConfiguration |
सेटइनवोकेशनकॉन्टेक्स्ट
public void setInvocationContext (IInvocationContext invocationContext)
मापदंडों | |
---|---|
invocationContext | IInvocationContext |