transcendental-lisp/test
Mike Cifelli 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
..
acceptance Increase test coverage 2017-03-24 11:53:33 -04:00
environment Refactor main interpreter code 2017-03-21 15:03:16 -04:00
error Increase test coverage and refactor code 2017-03-23 12:14:44 -04:00
file Clean up code 2017-03-24 09:36:44 -04:00
function Clean up code 2017-03-24 09:36:44 -04:00
interpreter Clean up code 2017-03-24 09:36:44 -04:00
main Increase test coverage 2017-03-24 11:53:33 -04:00
parser Refactor stream code and add unit tests 2017-03-22 14:08:22 -04:00
scanner Refactor stream code and add unit tests 2017-03-22 14:08:22 -04:00
sexpression Clean up code 2017-03-24 09:36:44 -04:00
stream Clean up code 2017-03-24 09:36:44 -04:00
table Switch from ant to maven 2017-03-15 13:37:39 -04:00
terminal Increase test coverage 2017-03-24 11:53:33 -04:00
testutil Increase test coverage and refactor code 2017-03-23 12:14:44 -04:00
token Clean up code 2017-03-24 09:36:44 -04:00
util Switch from ant to maven 2017-03-15 13:37:39 -04:00