| A custom Deployer instance for testing. This coordinates with the CustomDeployerTest and
the CustomDeployerRepo/ repository in test-resources/. It's going to be set up to deploy
"svc" files, both in the services/ directory and in the widgets/ directory. After the
config is complete, we should have 2 deployed items, and should have found both "Mary" and
"George" (see the repo for test data). We use static fields to keep all this information
in a way that the test can access it.
|