package template; import org.junit.jupiter.api.Test; class ApplicationIntegrationTest extends AbstractIntegrationTest { @Test void shouldStartContext() { } }