ResultsPlayer
public
final
class
ResultsPlayer
extends Object
implements
IConfigurationReceiver,
IRemoteTest
java.lang.Object | |
↳ | com.android.tradefed.testtype.suite.retry.ResultsPlayer |
एक खास रनर, जो उसे दिए गए नतीजों को फिर से चलाता है.
खास जानकारी
फ़ील्ड्स की फ़िल्में | |
---|---|
public
static
final
String |
REPLAY_DONE
|
पब्लिक कंस्ट्रक्टर | |
---|---|
ResultsPlayer()
Ctor. |
|
ResultsPlayer(boolean completed)
|
सार्वजनिक तरीके | |
---|---|
boolean
|
completed()
यह बताता है कि ResultsReplayer ने नतीजे फिर से चलाए हैं या नहीं. |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
टेस्ट चलाता है और नतीजे को सुनने वाले को रिपोर्ट करता है. |
void
|
setConfiguration(IConfiguration configuration)
इस्तेमाल में मौजूद |
फ़ील्ड्स की फ़िल्में
REPLAY_DONE
public static final String REPLAY_DONE
पब्लिक कंस्ट्रक्टर
ResultsPlayer
public ResultsPlayer ()
Ctor.
ResultsPlayer
public ResultsPlayer (boolean completed)
पैरामीटर | |
---|---|
completed |
boolean |
सार्वजनिक तरीके
पूरा हुआ
public boolean completed ()
यह बताता है कि ResultsReplayer ने नतीजे फिर से चलाए हैं या नहीं.
रिटर्न | |
---|---|
boolean |
रन
public void run (TestInformation testInfo, ITestInvocationListener listener)
टेस्ट चलाता है और नतीजे को सुनने वाले को रिपोर्ट करता है.
पैरामीटर | |
---|---|
testInfo |
TestInformation : TestInformation ऑब्जेक्ट, जिसमें जांच करने के लिए काम की जानकारी होती है. |
listener |
ITestInvocationListener : जांच के नतीजों का ITestInvocationListener |
थ्रो | |
---|---|
DeviceNotAvailableException |
setConfiguration
public void setConfiguration (IConfiguration configuration)
इस्तेमाल में मौजूद IConfiguration
को इंजेक्ट करता है.
पैरामीटर | |
---|---|
configuration |
IConfiguration |