google / walt

A device for measuring latency of physical sensors and outputs on phones and computers
Apache License 2.0
442 stars 74 forks source link

Add unit tests #91

Closed sahiljain closed 7 years ago

sahiljain commented 7 years ago

Uses JUnit, Mockito, and Powermock. These tests run on the local JVM and don't need an emulator/device. I'm hoping this will encourage more tests to be written in the future as the project goes into maintenance mode, and hopefully we can run these tests continuously in Travis or another CI.

kamrik commented 7 years ago

Looks good, merging.