डिवाइससुइट

public class DeviceSuite
extends Suite implements IAbiReceiver , ISetOptionReceiver , ITestInformationReceiver

java.lang.Object
org.junit.runner.runner
org.junit.runners.ParentRunner<org.junit.runner.Runner>
org.junit.runners.Suite
com.android.tradefed.testtype.DeviceSuite


परीक्षण के लिए ITestDevice प्रदान करने के लिए JUnit4 कंटेनर Suite का विस्तार करता है जिसके लिए इसकी आवश्यकता होती है।

सारांश

सार्वजनिक निर्माणकर्ता

DeviceSuite (Class<?> klass, RunnerBuilder builder)

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

IAbi getAbi ()
TestInformation getTestInformation ()
void setAbi ( IAbi abi)
void setTestInformation ( TestInformation testInformation)

संरक्षित तरीके

void runChild (Runner runner, RunNotifier notifier)

सार्वजनिक निर्माणकर्ता

डिवाइससुइट

public DeviceSuite (Class<?> klass, 
                RunnerBuilder builder)

पैरामीटर
klass Class

builder RunnerBuilder

फेंकता
InitializationError

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

getAbi

public IAbi getAbi ()

रिटर्न
IAbi

getTestInformation

public TestInformation getTestInformation ()

रिटर्न
TestInformation

सेताबी

public void setAbi (IAbi abi)

पैरामीटर
abi IAbi

setTestInformation

public void setTestInformation (TestInformation testInformation)

पैरामीटर
testInformation TestInformation

संरक्षित तरीके

runChild

protected void runChild (Runner runner, 
                RunNotifier notifier)

पैरामीटर
runner Runner

notifier RunNotifier