@Slf4j
@ContextConfiguration(classes = Application.class)
@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_CLASS)
public class SpringContextConfigurationSteps {
@Before
public void dummy() {
log.info("Used to load spring context for cucumber due to constraints! Not a real step definition!");
}
}
No comments:
Post a Comment