Utility that loads the configuration of unitils.
Unitils settings can be defined in 3 files:
unitils-default.properties - a fixed file packaged in the unitils jar that contains all predefined defaults.
This file should normally not be modified.
unitils.properties - a file somewhere in the classpath or user.home dir that contains all custom configuration
settings.
Core class of the Unitils library, and the main entry point that gives access to the
TestContext and the
different
Module s.
An instance of Unitils is configured with a certain configuration using the
Unitils.init(Properties) method.