Sdk35ModuleController
public
class
Sdk35ModuleController
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.Sdk35ModuleController |
Only run tests if the device under test is SDK version 35 or above.
Use by adding this line to your AndroidTest.xml:
<object type="module_controller"
class="com.android.tradefed.testtype.suite.module.Sdk35ModuleController" />
Summary
Public constructors | |
---|---|
Sdk35ModuleController()
|
Public constructors
Sdk35ModuleController
public Sdk35ModuleController ()