Polishing
This commit is contained in:
parent
9df735b3ab
commit
345910591a
|
@ -318,7 +318,7 @@ extension API from JUnit Jupiter, which lets Spring provide dependency injection
|
||||||
constructors, test methods, and test lifecycle callback methods.
|
constructors, test methods, and test lifecycle callback methods.
|
||||||
|
|
||||||
Specifically, the `SpringExtension` can inject dependencies from the test's
|
Specifically, the `SpringExtension` can inject dependencies from the test's
|
||||||
`ApplicationContext` into into test constructors and methods that are annotated with
|
`ApplicationContext` into test constructors and methods that are annotated with
|
||||||
Spring's `@BeforeTransaction` and `@AfterTransaction` or JUnit's `@BeforeAll`,
|
Spring's `@BeforeTransaction` and `@AfterTransaction` or JUnit's `@BeforeAll`,
|
||||||
`@AfterAll`, `@BeforeEach`, `@AfterEach`, `@Test`, `@RepeatedTest`, `@ParameterizedTest`,
|
`@AfterAll`, `@BeforeEach`, `@AfterEach`, `@Test`, `@RepeatedTest`, `@ParameterizedTest`,
|
||||||
and others.
|
and others.
|
||||||
|
|
Loading…
Reference in New Issue