summaryrefslogtreecommitdiff
path: root/base/src/test/java/bjc/utils
AgeCommit message (Collapse)Author
2018-10-28Testingbculkin2442
Doing more command testing, and introducing coverage testing
2018-10-25General work on commandsbculkin2442
2018-10-18Fix levelSplitterRX, and add tests to ensure that it stays fixedbculkin2442
It would also be fairly easy to convert this to a general splitRX, or add support for additional expressions. This might be a better interface than the one in ConfigurableTokenSplitter. (It'd almost certainly be easier to debug/introspect than the bodged together regex that CTS uses,)
2018-10-16Testing stuffbculkin2442
2018-10-14Testingbculkin2442
2018-10-14Move testsbculkin2442
2018-10-13General cleanup and documentation.bculkin2442
Cleanup files, and add missing comments in places.
2018-09-16Move CL format to submoduleBenjamin J. Culkin
2018-09-16Large updateBenjamin J. Culkin
A large update, this contains much debugging of the CL FORMAT routines, as well as a few other minor changes.
2018-09-06Convert CLFormatter to use ReportWriterBenjamin J. Culkin
This is in preparation for implementing the T and < directives
2018-03-05Updatestudent
2018-03-01Format passbjculkin
2018-03-01Fix some CL format issuesbjculkin
2018-02-12Commentingbjculkin
2017-10-08Start splitting into maven modulesBenjamin J. Culkin