ITestSuiteresultsLoader

public interface ITestSuiteResultLoader

com.android.tradefed.testtype.suite.retry.ITestSuiteresultsLoader


ऐसा इंटरफ़ेस जो पिछले नतीजों को लोड करने के लिए हेल्पर के बारे में बताता है. यह जानकारी इस तरह से दी जाती है कि इसे फिर से चलाया जा सके.

खास जानकारी

सार्वजनिक तरीके

default void cleanUp()

सभी अंदरूनी स्थितियां हटाएं.

default void customizeConfiguration(IConfiguration config)

इसे फिर से चलाने से पहले, खास लोडर को कॉन्फ़िगरेशन को पसंद के मुताबिक बनाने की अनुमति दें.

abstract String getCommandLine()

पिछली बार चलाए गए ऐक्शन से ओरिजनल कमांड लाइन वापस पाएं.

abstract void init()

लोडर की प्रोसेस शुरू करना.

abstract CollectingTestListener loadPreviousResults()

पिछले नतीजे CollectingTestListener फ़ॉर्मैट में लोड करें.

सार्वजनिक तरीके

क्लीनअप करें

public void cleanUp ()

सभी अंदरूनी स्थितियां हटाएं.

कस्टमाइज़ कॉन्फ़िगरेशन

public void customizeConfiguration (IConfiguration config)

इसे फिर से चलाने से पहले, खास लोडर को कॉन्फ़िगरेशन को पसंद के मुताबिक बनाने की अनुमति दें. आम तौर पर, कस्टमाइज़ेशन में मूल कॉन्फ़िगरेशन में कुछ ऑब्जेक्ट जोड़ना होता है, ताकि कुछ अतिरिक्त काम भी आसानी से पूरे किए जा सकते हैं.

पैरामीटर
config IConfiguration: IConfiguration, जिसे फिर से चलाया जाएगा.

कमांड लाइन पाएं

public abstract String getCommandLine ()

पिछली बार चलाए गए ऐक्शन से ओरिजनल कमांड लाइन वापस पाएं.

रिटर्न
String

Init

public abstract void init ()

लोडर की प्रोसेस शुरू करना.

लोड पिछले नतीजे

public abstract CollectingTestListener loadPreviousResults ()

पिछले नतीजे CollectingTestListener फ़ॉर्मैट में लोड करें.

रिटर्न
CollectingTestListener