Google berkomitmen untuk mendorong terwujudnya keadilan ras bagi komunitas Kulit Hitam. Lihat caranya.
Tetap teratur dengan koleksi Simpan dan kategorikan konten berdasarkan preferensi Anda.

TfSuiteRunner

public class TfSuiteRunner
extends ITestSuite

java.lang.Object
   ↳ com.android.tradefed.testtype.suite.ITestSuite
     ↳ com.android.tradefed.testtype.suite.TfSuiteRunner


Implementation of ITestSuite which will load tests from TF jars res/config/suite/ folder.

Summary

Public constructors

TfSuiteRunner()

Public methods

loadTests()

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

Public constructors

TfSuiteRunner

public TfSuiteRunner ()

Public methods

loadTests

public  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