The last operation that Arquillian performs before executing the individual test methods is "enriching" the test class instance. This means hooking the test class to the container environment by satisfying its injection points. The enrichment is provided by any implementation of the org.jboss.arquillian.spi.TestEnricher SPI on the classpath. Test enrichers details the injection points that Arquillian supports.