import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.testng.AbstractTestNGSpringContextTests; @ContextConfiguration(locations = {"aspect-config.xml"}) public class MessagePrintingAspectIntegrationTests extends AbstractTestNGSpringContextTests { }