Skip to content

Android 各个硬件模块自动化测试。包括LCD、摄像头、键盘、闪光灯、声音、磁盘存储、震动、触摸屏、NFC及各类传感器的测试。

Notifications You must be signed in to change notification settings

smuyyh/HardwareTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HardwareTest

Android 各个硬件模块自动化测试。包括LCD、摄像头、键盘、闪光灯、声音、磁盘存储、震动、触摸屏、NFC及各类传感器的测试。

private static final BaseTest[] ALL_ITEMS = {
    new VersionTest(),
    new LCDTest(),
    new BacklightTest(),
    new ReceiverTest(),
    new SpeakerTest(),
    new EarphoneTest(),
    new FmRadioTest(),
    new KeyTest(),
    new VibratorTest(),
    new StorageTest(),
    new CameraTest(),
    new FlashlightTest(),
    new TouchTest(),
    new CompassTest(),
    new ChargerTest(),
    new LoopbackTest(),
    new MicrophoneTest(),
    new GSensorTest(),
    new ProxSensorTest(),
    new LightSensorTest(),
    new NfcTest(),
    new GyroSensorTest(),
};

About

Android 各个硬件模块自动化测试。包括LCD、摄像头、键盘、闪光灯、声音、磁盘存储、震动、触摸屏、NFC及各类传感器的测试。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages