LogDeviceGetPropInfoRule

public class LogDeviceGetPropInfoRule
extends LoggingBaseRule

java.lang.Object
   ↳ org.junit.rules.ExternalResource
     ↳ android.support.test.rule.logging.LoggingBaseRule
       ↳ android.support.test.rule.logging.LogDeviceGetPropInfoRule


当应用于测试类时,此Rule执行测试方法后执行“getprop”设备命令并将其记录到外部存储器上的文件中。 默认文件位置通过getTestDir(String, String, int)检索。

The Rule logs the runtime build number, device name, build type, lcd density, cpu type, among many other device state attributes. When used in conjunction with a device lab it might assist in identifying trends in test failures for a subset of Android devices.

The pertinent information output by this rule typically doesn't change between tests, therefore, it is typically used manually by using the before() and after() methods in a RunListener.

Usage: \@Rule public LogDeviceGetPropInfoRule mLogDeviceGetPropInfoRule = new LogDeviceGetPropInfoRule();

Summary

Public constructors

LogDeviceGetPropInfoRule()

LogDeviceGetPropInfoRule(File logFileOutputDirectory, String fileName)

Public methods

void afterTest()
void beforeTest()

Inherited methods

From class android.support.test.rule.logging.LoggingBaseRule
From class org.junit.rules.ExternalResource
From class java.lang.Object
From interface org.junit.rules.TestRule

Public constructors

LogDeviceGetPropInfoRule

LogDeviceGetPropInfoRule ()

LogDeviceGetPropInfoRule

LogDeviceGetPropInfoRule (File logFileOutputDirectory, 
                String fileName)

Parameters
logFileOutputDirectory File
fileName String

Public methods

afterTest

void afterTest ()

beforeTest

void beforeTest ()