@@ -17,18 +17,16 @@ package example.users;
|
||||
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.junit.jupiter.SpringExtension;
|
||||
|
||||
/**
|
||||
* @author Oliver Gierke
|
||||
* @author Divya Srivastava
|
||||
*/
|
||||
@ExtendWith(SpringExtension.class)
|
||||
@SpringBootTest
|
||||
public class ApplicationTests {
|
||||
class ApplicationTests {
|
||||
|
||||
@Test
|
||||
public void contextBootstraps() {}
|
||||
void contextBootstraps() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user