org.rhq.test.arquillian.spi
Interface PostPrepareEnricher
- All Known Implementing Classes:
- DiscoveryResultsTestEnricher
public interface PostPrepareEnricher
Implementations of this interface have similar purpose as the 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.
- Author:
- Lukas Krejci
enrich
void enrich(Object testInstance)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.