summaryrefslogtreecommitdiff
path: root/src/org/unitConverter/unit/UnitTest.java
AgeCommit message (Collapse)Author
2021-03-27Added automatic building with GradleAdrien Hopkins
2020-09-07Created an UncertainDouble class for uncertainty operations.Adrien Hopkins
2020-08-27Added the ability to restrict conversion to customary->metric.Adrien Hopkins
2020-07-28Added some tests for UnitValue and LinearUnitValue.Adrien Hopkins
2019-10-17Implemented the new Units systemAdrien Hopkins
Fahrenheit has temporarily been removed; it will be back.
2019-10-15Upgraded to JUnit 5 and moved tests to their proper directoriesAdrien Hopkins
2019-03-16Configured tests and moved them to src/test/javaAdrien Hopkins
2019-03-16Moved project to Maven.Adrien Hopkins