Desktop library for testing a real-time Android app
问题 I've written a real-time application for Android that receives hundreds of input events per second and spits out a few output events per second. The input events drive state machines to produce the output events. I write both the input and output events to a file for each run. I want to use the files of runs that I deem valid for regression testing. I'll feed the recorded input events to the system and look for the expected output events. My system receives events via a looper/handler and