|
|
@ -6,6 +6,7 @@ import java.util.stream.Stream;
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
|
|
import org.junit.jupiter.api.extension.ExtendWith;
|
|
|
|
import org.junit.jupiter.api.extension.ExtendWith;
|
|
|
|
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
import org.springframework.boot.test.context.SpringBootTestContextBootstrapper;
|
|
|
|
import org.springframework.boot.test.context.SpringBootTestContextBootstrapper;
|
|
|
|
import org.springframework.test.context.ActiveProfiles;
|
|
|
|
import org.springframework.test.context.ActiveProfiles;
|
|
|
|
import org.springframework.test.context.BootstrapWith;
|
|
|
|
import org.springframework.test.context.BootstrapWith;
|
|
|
@ -24,6 +25,7 @@ import cokr.xit.foundation.test.TestMapper;
|
|
|
|
* </ul>
|
|
|
|
* </ul>
|
|
|
|
* @author mjkhan
|
|
|
|
* @author mjkhan
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@SpringBootTest
|
|
|
|
@ExtendWith(SpringExtension.class)
|
|
|
|
@ExtendWith(SpringExtension.class)
|
|
|
|
@BootstrapWith(SpringBootTestContextBootstrapper.class)
|
|
|
|
@BootstrapWith(SpringBootTestContextBootstrapper.class)
|
|
|
|
@ActiveProfiles("test")
|
|
|
|
@ActiveProfiles("test")
|
|
|
|