aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com/jsyn/unitgen
Commit message (Collapse)AuthorAgeFilesLines
* Add getUnits() method to Circuit. (#104)Phil Burk2021-10-301-0/+44
| | | Add new TestCircuit unit test.
* Remove SLF4J from tests and gradlePhil Burk2021-09-062-10/+3
| | | | It was an unnecessary dependency.
* tests: fix unit testsPhil Burk2021-08-292-4/+11
| | | | | | | | | Add missing parameters. Create PseudoRandom. Do not run test that generates the WAV files. Fix hang in TestConnections. Fixes #97
* Downgraded to Java 8RubbaBoy2020-10-301-4/+4
| | | | Includes a minor logging fix
* Restructured project, added gradle, JUnit, logger, and moreRubbaBoy2020-10-3013-0/+1933
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.