public interface IMonitorFactory
android.support.test.jank.IMonitorFactory |
用于定义测试方法构造IMonitor
的类的接口。 实现类必须有一个以ERROR(/Instrumentation)
实例作为唯一参数的公共构造函数。
Public methods |
|
---|---|
abstract List<IMonitor> |
getMonitors(Method method, Object test) 返回应该用于监视给定测试方法的列表 |
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 IMonitor s that should be used to monitor the given test method. |