The "Rockabilly Test Tools" are the distant descendants of old C# projects the author once released under the trade-name "Rockabilly Software," as well as some entirely new code based on the author's professional experiences in test automation. They've been ported to Java and are available under the terms of the MIT license.
Coarse Grind . ChangeScan
The Rockabilly Common Libraries are intended for use by all other Rockabilly Software projects. Included in this set of objects and methods are:
+ [Log System]: A logging system capable of writing to several different streams with different associated priority levels.
+ [Text Effects]: One of the author's former shareware projects, previously released for .NET as "Unicode Icons" and "Ornamentals". The Java version has been more integrated with other common bits
+ Checksum Factory: Simple class for generating CRC32 checksums.
+ [Delimited Data Manager]: Useful for creating and managing CSV files.
+ [Text Output Manager]: Simplifies most use cases for creating text files. No file will be actually created until and unless something is written. The Log System and Delimited Data Manager use this to prevent blank files if an intended file is declared but never actually written to.
+ [SubnameFactory]: Used to make it easy to append an incremental letter to a string. May also be used to provide an incremental Long value.
Wiki: Delimited Data Manager
Wiki: GENERAL
Wiki: Log System
Wiki: SubnameFactory
Wiki: Text Effects
Wiki: Text Output Manager