vozhyk- / kanji-assist

A Rikaichan-like Assist application for Android
Apache License 2.0
0 stars 0 forks source link

visualizer: Write regression tests #3

Open vozhyk- opened 7 years ago

vozhyk- commented 7 years ago

Currently, there are no unit tests for the visualizer (the part displaying the text extracted from the screen).

Both uiautomatorviewer and Espresso Test Recorder fail to get the screen content for an unknown reason when the visualizer is running, so looking at UI and making assertions is probably impossible. This might be connected with it creating custom views dynamically. Search for a solution.