Skip navigation links
spring-test-junit5
A B G O P R S 

A

afterAll(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
Delegates to TestContextManager.afterTestClass().
afterEach(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
Delegates to TestContextManager.afterTestMethod(java.lang.Object, java.lang.reflect.Method, java.lang.Throwable).

B

beforeAll(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
Delegates to TestContextManager.beforeTestClass().
beforeEach(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
Delegates to TestContextManager.beforeTestMethod(java.lang.Object, java.lang.reflect.Method).

G

getApplicationContext(ExtensionContext) - Static method in class org.springframework.test.context.junit.jupiter.SpringExtension
Get the ApplicationContext associated with the supplied ExtensionContext.

O

org.springframework.test.context.junit.jupiter - package org.springframework.test.context.junit.jupiter
 
org.springframework.test.context.junit.jupiter.web - package org.springframework.test.context.junit.jupiter.web
 

P

postProcessTestInstance(Object, ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
Delegates to TestContextManager.prepareTestInstance(java.lang.Object).

R

resolveParameter(ParameterContext, ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
Resolve a value for the Parameter in the supplied ParameterContext by retrieving the corresponding dependency from the test's ApplicationContext.

S

SpringExtension - Class in org.springframework.test.context.junit.jupiter
SpringExtension integrates the Spring TestContext Framework into JUnit 5's Jupiter programming model.
SpringExtension() - Constructor for class org.springframework.test.context.junit.jupiter.SpringExtension
 
SpringJUnitJupiterConfig - Annotation Type in org.springframework.test.context.junit.jupiter
@SpringJUnitJupiterConfig is a composed annotation that combines @ExtendWith(SpringExtension.class) from JUnit Jupiter with @ContextConfiguration from the Spring TestContext Framework.
SpringJUnitJupiterWebConfig - Annotation Type in org.springframework.test.context.junit.jupiter.web
@SpringJUnitJupiterWebConfig is a composed annotation that combines @ExtendWith(SpringExtension.class) from JUnit Jupiter with @ContextConfiguration and @WebAppConfiguration from the Spring TestContext Framework.
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
Determine if the value for the Parameter in the supplied ParameterContext should be autowired from the test's ApplicationContext.
A B G O P R S 
Skip navigation links
spring-test-junit5