Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add getUnits() method to Circuit. (#104) | Phil Burk | 2021-10-30 | 1 | -0/+9 |
| | | | Add new TestCircuit unit test. | ||||
* | Restructured project, added gradle, JUnit, logger, and more | RubbaBoy | 2020-10-30 | 1 | -0/+122 |
Added Gradle (and removed ant), modernized testing via the JUnit framework, moved standalone examples from the tests directory to a separate module, removed sparsely used Java logger and replaced it with SLF4J. More work could be done, however this is a great start to greatly improving the health of the codebase. |