Commit Graph

6 Commits

Author SHA1 Message Date
c4e6de88e1 Refactor unit tests 2017-11-23 11:35:28 -05:00
7de348d759 Remove wildcard imports 2017-11-12 09:42:25 -05:00
cbbcb4fe3e Clean up terminal tests 2017-04-12 09:16:09 -04:00
2de2e3947a Increase test coverage
Fixed an intermittent deadlock in MainTest:
FlushListener could receive more than the expected number of flushes
before the VirtualTerminalInteractor was given control. So by setting
the flush count to zero in waitForFlushes(), flushes could be lost. Now
it only reduces the number of flushes by the expected number.
2017-03-24 11:53:33 -04:00
111dd06d6f Add unit tests 2017-03-23 18:48:37 -04:00
52762a6152 Add and refactor unit tests 2017-03-23 16:14:26 -04:00