summaryrefslogtreecommitdiff
path: root/src/test/java/bjc
AgeCommit message (Collapse)Author
2020-12-14Fix failing testsBenjamin J. Culkin
2020-12-14Implement NestListBen Culkin
NestList is a recursive list structure, inspired by the way lists work in Rakudo (formerly Perl 6).
2020-12-03Rename types to match Java styleBen Culkin
This renames several interfaces that had names like IWhatever, since that isn't a style that Java uses
2020-12-01An assortment of changesBen Culkin
2020-11-21Change IMap to use Optional, not exceptionsBen Culkin
IMap now returns optionals, instead of throwing an exception
2020-11-21Fix another failing test...Ben Culkin
2020-11-21Fix failing testBen Culkin
2020-11-17Add some tests for IMap/FunctionalMapBen Culkin
2020-11-15Add MinMaxList data typeBen Culkin
This is a list wrapper that automatically tracks the minimum/maximum element currently in the list
2020-11-08Add some additional testsBen Culkin
2020-11-08Add test for IDBen Culkin
2020-10-27Fix test issueBen Culkin
2020-10-20Add additional testsBen Culkin
Clean up the tests for BooleanToggle, and add a basic test for Either
2020-04-14Cleanup some warnings and stuffBen Culkin
2020-04-13Cleanup passBen Culkin
Pass to do some cleanups
2020-04-06Cleanup some warningsBen Culkin
Cleanup some warnings
2019-07-27More stack testsbculkin2442
2019-07-10General improvements to stackbculkin2442
2019-07-02Move tests to new packagebculkin2442