Sdk36ModuleController

public class Sdk36ModuleController
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.Sdk36ModuleController


Only run tests if the device under test is SDK version 36 or above.

Use by adding this line to your AndroidTest.xml:

<object type="module_controller"
 class="com.android.tradefed.testtype.suite.module.Sdk36ModuleController" />

Summary

Public constructors

Sdk36ModuleController()

Public constructors

Sdk36ModuleController

public Sdk36ModuleController ()