Google cam kết thúc đẩy công bằng chủng tộc cho Cộng đồng người da đen. Xem cách thực hiện.
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.

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