public interface PostPrepareEnricher
TestEnrichers.
The difference is that the PostPrepareEnrichers are executed only after
the plugin container has been fully prepared, that is all the PluginContainerPreparators
and PluginContainerOperations have run on the current plugin container.
This is useful if you want to inject something into the test class that is only available after the discovery has run.
void enrich(Object testInstance)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.