Sdk37ModuleController

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


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

Use by adding this line to your AndroidTest.xml:

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

Summary

Public constructors

Sdk37ModuleController()

Public constructors

Sdk37ModuleController

public Sdk37ModuleController ()