IMonitorFactory

public interface IMonitorFactory

android.support.test.jank.IMonitorFactory


用于定义测试方法构造IMonitor的类的接口。 实现类必须有一个以ERROR(/Instrumentation)实例作为唯一参数的公共构造函数。

Summary

Public methods

abstract List<IMonitor> getMonitors(Method method, Object test)

返回应该用于监视给定测试方法的列表 IMonitor

Public methods

getMonitors

List<IMonitor> getMonitors (Method method, 
                Object test)

返回应该用于监视给定测试方法的 IMonitor列表。

Parameters
method 方法: The test method to monitor.
test Object: An instance of the class to which method belongs.
Returns
List<IMonitor> A list of IMonitors that should be used to monitor the given test method.