ExecutionPlanSuiteRunner

public class ExecutionPlanSuiteRunner
extends BaseTestSuite

java.lang.Object
   ↳ com.android.tradefed.testtype.suite.ITestSuite
     ↳ com.android.tradefed.testtype.suite.BaseTestSuite
       ↳ com.android.tradefed.testtype.suite.ExecutionPlanSuiteRunner


Implementation of BaseTestSuite to run tests based on specified execution plans in the build.

Summary

Public constructors

ExecutionPlanSuiteRunner()

Public methods

LinkedHashMap<String, IConfiguration> loadTests()

Abstract method to load the tests configuration that will be run.

Public constructors

ExecutionPlanSuiteRunner

public ExecutionPlanSuiteRunner ()

Public methods

loadTests

public LinkedHashMap<String, IConfiguration> loadTests ()

Abstract method to load the tests configuration that will be run. Each tests is defined by a IConfiguration and a unique name under which it will report results.

Returns
LinkedHashMap<String, IConfiguration>