summaryrefslogtreecommitdiff
path: root/base/src/test/java/bjc/utils/funcutils/StringUtilsTest.java
AgeCommit message (Collapse)Author
2020-03-27Refactor test structureBen Culkin
Tests are now in a 'test' sub-package, so it is clear that they are indeed test code, not just disjoint parts of the main code
2020-01-06General warning cleanupbculkin2442
Just clean up of some warnings/other misc. problems
2019-04-11More testsBenjamin J. Culkin