This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Test Enrichers calling orderaslak Apr 29, 2013 10:24 AM (in response to jhuska)I think this is probably the closest one: https://issues.jboss.org/browse/ARQ-480 You can always share the objects created in a TestEnricher in the Arquillian Test context via a InstanceProducer, but you still know nothing about the order. Another alternative could be to create the shared object on a Observer observing BeforeEnrichment, then just inject them in the TestEnricher. 
 
    