Provides utility methods for the creation of mock objects to help in unit
testing specific geoserver classes.
Of interest is the
method which
provides a fully functional mocked up GeoServer instance configured with a
PropertyDataStore holding CITE FeatureTypes and convenient styles, etc.
The PropertyDataStore is created against a temporary directory so it is safe
to make transactions on each test. |