mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.0.x'
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ import org.springframework.util.Assert;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* AssertJ {@link org.assertj.core.api.Assert assertions} that can be applied to an
|
||||
* AssertJ {@linkplain org.assertj.core.api.Assert assertions} that can be applied to an
|
||||
* {@link ApplicationContext}.
|
||||
*
|
||||
* @param <C> the application context type
|
||||
|
||||
-2
@@ -20,7 +20,6 @@ import java.util.function.Supplier;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.mockito.Mock;
|
||||
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.context.ConfigurableApplicationContext;
|
||||
@@ -40,7 +39,6 @@ import static org.mockito.Mockito.mock;
|
||||
*/
|
||||
class ApplicationContextAssertProviderTests {
|
||||
|
||||
@Mock
|
||||
private final ConfigurableApplicationContext mockContext = mock();
|
||||
|
||||
private RuntimeException startupFailure;
|
||||
|
||||
Reference in New Issue
Block a user