summaryrefslogtreecommitdiff
path: root/src/test/java
AgeCommit message (Collapse)Author
2021-09-27The ExpressionParser test is now a paramaterized testAdrien Hopkins
2021-09-27Added a test for evaluating an expression & fixed a bug it foundAdrien Hopkins
The bug: non-exact LinearUnitValue instances have their value printed as "(", i.e. "(5.0 ± 0.1) m" will be printed as "( m"
2021-09-27Added some tests for invalid unitfilesAdrien Hopkins
2021-09-22Added a test to test loading unitfilesAdrien Hopkins
2021-08-26Added units and dimensions to the design documentAdrien Hopkins
2021-08-07Renamed sevenUnits.math to sevenUnits.utilsAdrien Hopkins
2021-06-28Renamed project to 7UnitsAdrien Hopkins
2021-05-22Added an option to exclude duplicate unitsAdrien Hopkins
2021-03-27Added automatic building with GradleAdrien Hopkins
2019-10-15Upgraded to JUnit 5 and moved tests to their proper directoriesAdrien Hopkins
2019-08-26The unit file parser now uses regular expressions.Adrien Hopkins
2019-05-22Added new default methods to the Unit interface.Adrien Hopkins
2019-05-03Added toString to UnitsDatabase and its helper classes.Adrien Hopkins
2019-04-14Added @since tags to all classes and methods from v0.2.0Adrien Hopkins
2019-04-14Final tweaks to the API for now.Adrien Hopkins
2019-04-14Added a UnitDatabase test, and fixed some bugs using it.Adrien Hopkins
2019-03-22Made BaseUnit a subclass of LinearUnit and made an expression parserAdrien Hopkins
2019-03-16Configured tests and moved them to src/test/javaAdrien Hopkins