We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c1cd9 commit e625a28Copy full SHA for e625a28
framework-docs/modules/ROOT/pages/languages/kotlin/spring-projects-in.adoc
@@ -352,7 +352,7 @@ file with a `spring.test.constructor.autowire.mode = all` property.
352
[[per_class-lifecycle]]
353
=== `PER_CLASS` Lifecycle
354
355
-Kotlin lets you specify meaningful test function names between backticks (```).
+Kotlin lets you specify meaningful test function names between backticks (+++```+++).
356
With JUnit Jupiter, Kotlin test classes can use the `@TestInstance(TestInstance.Lifecycle.PER_CLASS)`
357
annotation to enable single instantiation of test classes, which allows the use of `@BeforeAll`
358
and `@AfterAll` annotations on non-static methods, which is a good fit for Kotlin.
0 commit comments