Commit Graph

8 Commits

Author SHA1 Message Date
7de348d759 Remove wildcard imports 2017-11-12 09:42:25 -05: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
eb82a25f64 Increase test coverage 2017-03-24 09:29:19 -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
a86832f9cb Switch from ant to maven 2017-03-15 13:37:39 -04:00
49e145d098 Cleaned up some code 2017-02-26 12:39:08 -05:00
e51d275b76 Started added unit tests for the interpreter and main packages 2017-02-26 12:31:27 -05:00