Sdk30ModuleController
public
class
Sdk30ModuleController
extends MinSdkModuleController
java.lang.Object | |||
↳ | com.android.tradefed.testtype.suite.module.BaseModuleController | ||
↳ | com.android.tradefed.testtype.suite.module.MinSdkModuleController | ||
↳ | com.android.tradefed.testtype.suite.module.Sdk30ModuleController |
Only run tests if the device under test is SDK version 30 or above.
Use by adding this line to your AndroidTest.xml:
<object type="module_controller"
class="com.android.tradefed.testtype.suite.module.Sdk30ModuleController" />
Summary
Public constructors | |
---|---|
Sdk30ModuleController()
|
Public constructors
Sdk30ModuleController
public Sdk30ModuleController ()