|
|
|
|
@ -48,9 +48,9 @@ import org.springframework.test.context.web.WebAppConfiguration;
@@ -48,9 +48,9 @@ import org.springframework.test.context.web.WebAppConfiguration;
|
|
|
|
|
* @see org.junit.jupiter.api.extension.ExtendWith @ExtendWith |
|
|
|
|
* @see org.springframework.test.context.junit.jupiter.SpringExtension SpringExtension |
|
|
|
|
* @see org.springframework.test.context.junit.jupiter.SpringExtensionConfig @SpringExtensionConfig |
|
|
|
|
* @see org.springframework.test.context.junit.ContextConfiguration @ContextConfiguration |
|
|
|
|
* @see org.springframework.test.context.web.WebAppConfiguration @WebAppConfiguration |
|
|
|
|
* @see org.springframework.test.context.junit.jupiter.SpringJUnitConfig @SpringJUnitConfig |
|
|
|
|
* @see org.springframework.test.context.ContextConfiguration @ContextConfiguration |
|
|
|
|
* @see org.springframework.test.context.web.WebAppConfiguration @WebAppConfiguration |
|
|
|
|
*/ |
|
|
|
|
@ExtendWith(SpringExtension.class) |
|
|
|
|
@ContextConfiguration |
|
|
|
|
|