You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/ApplicationContextAssert.java
Copy file name to clipboardExpand all lines: core/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/ApplicationContextAssertProvider.java
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,16 +44,18 @@
44
44
* Any {@link ApplicationContext} method called on a context that has failed to start will
Copy file name to clipboardExpand all lines: core/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/AssertableApplicationContext.java
Copy file name to clipboardExpand all lines: core/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/AssertableReactiveWebApplicationContext.java
Copy file name to clipboardExpand all lines: core/spring-boot-test/src/main/java/org/springframework/boot/test/context/assertj/AssertableWebApplicationContext.java
Copy file name to clipboardExpand all lines: core/spring-boot-test/src/main/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunner.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@
110
110
* @see ReactiveWebApplicationContextRunner
111
111
* @see ApplicationContextAssert
112
112
*/
113
-
publicabstractclassAbstractApplicationContextRunner<SELFextendsAbstractApplicationContextRunner<SELF, C, A>, CextendsConfigurableApplicationContext, AextendsApplicationContextAssertProvider<C>> {
113
+
publicabstractclassAbstractApplicationContextRunner<SELFextendsAbstractApplicationContextRunner<SELF, C, A>, CextendsConfigurableApplicationContext, AextendsApplicationContextAssertProvider<A, C>> {
Copy file name to clipboardExpand all lines: core/spring-boot-test/src/test/java/org/springframework/boot/test/context/assertj/ApplicationContextAssertProviderTests.java
Copy file name to clipboardExpand all lines: core/spring-boot-test/src/test/java/org/springframework/boot/test/context/runner/AbstractApplicationContextRunnerTests.java
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,15 @@
62
62
* @param <A> the assertable context type
63
63
* @author Stephane Nicoll
64
64
* @author Phillip Webb
65
+
* @author Stefano Cordio
65
66
*/
66
-
abstractclassAbstractApplicationContextRunnerTests<TextendsAbstractApplicationContextRunner<T, C, A>, CextendsConfigurableApplicationContext, AextendsApplicationContextAssertProvider<C>> {
67
+
abstractclassAbstractApplicationContextRunnerTests<TextendsAbstractApplicationContextRunner<T, C, A>, CextendsConfigurableApplicationContext, AextendsApplicationContextAssertProvider<A, C>> {
Copy file name to clipboardExpand all lines: module/spring-boot-actuator-autoconfigure/src/testFixtures/java/org/springframework/boot/actuate/autoconfigure/integrationtest/AbstractHealthEndpointAdditionalPathIntegrationTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
* @param <A> the assertions
38
38
* @author Madhura Bhave
39
39
*/
40
-
publicabstractclassAbstractHealthEndpointAdditionalPathIntegrationTests<TextendsAbstractApplicationContextRunner<T, C, A>, CextendsConfigurableApplicationContext, AextendsApplicationContextAssertProvider<C>> {
40
+
publicabstractclassAbstractHealthEndpointAdditionalPathIntegrationTests<TextendsAbstractApplicationContextRunner<T, C, A>, CextendsConfigurableApplicationContext, AextendsApplicationContextAssertProvider<A, C>> {
Copy file name to clipboardExpand all lines: module/spring-boot-grpc-server/src/test/java/org/springframework/boot/grpc/server/autoconfigure/GrpcServerAutoConfigurationTests.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ class GrpcServerAutoConfigurationTests {
0 commit comments