DeviceDiagTest
public
class
DeviceDiagTest
extends TestCase
java.lang.Object | |||
↳ | junit.framework.Assert | ||
↳ | junit.framework.TestCase | ||
↳ | com.android.tradefed.device.DeviceDiagTest |
A test that diagnoses the devices available to run tests.
Intended to be used when setting up a machine to run TradeFederation, to verify that all device's are operating correctly.Summary
Public constructors | |
---|---|
DeviceDiagTest()
|
Public methods | |
---|---|
void
|
testAllDevicesAvailable()
Queries the |
Public constructors
DeviceDiagTest
public DeviceDiagTest ()
Public methods
testAllDevicesAvailable
public void testAllDevicesAvailable ()
Queries the DeviceManager
to verify all visible devices are available for testing.