Add Kotlin tabs to Extension Model topics - #6026
Open
danil-pavlov wants to merge 4 commits into
Open
Conversation
Signed-off-by: Danil Pavlov <danil.pavlov@jetbrains.com>
Signed-off-by: Danil Pavlov <danil.pavlov@jetbrains.com>
Signed-off-by: Danil Pavlov <danil.pavlov@jetbrains.com>
mpkorstanje
reviewed
Sep 3, 2026
mpkorstanje
left a comment
Member
There was a problem hiding this comment.
LGTM. Some language nitpicks, but I'm not 100% sure about any of them.
|
|
||
| Another example shows how to record the state of an application under test exactly at | ||
| the point of unexpected exception being thrown during setup and cleanup. Note that unlike | ||
| the point of an unexpected exception being thrown during setup and cleanup. Note that unlike |
Member
There was a problem hiding this comment.
Suggested change
| the point of an unexpected exception being thrown during setup and cleanup. Note that unlike | |
| the point where an unexpected exception is thrown during setup and cleanup. Note that unlike |
| methods in a test class, albeit in different contexts — for example, with different | ||
| parameters, by preparing the test class instance differently, or multiple times without | ||
| modifying the context. | ||
| Please refer to the implementations of |
Member
There was a problem hiding this comment.
Suggested change
| Please refer to the implementations of | |
| Please refer to the implementation of |
| modifying the context. | ||
| Please refer to the implementations of | ||
| xref:writing-tests/parameterized-classes-and-tests.adoc[Parameterized Classes] which uses this extension | ||
| xref:writing-tests/parameterized-classes-and-tests.adoc[Parameterized Classes] which use this extension |
Member
There was a problem hiding this comment.
Suggested change
| xref:writing-tests/parameterized-classes-and-tests.adoc[Parameterized Classes] which use this extension | |
| xref:writing-tests/parameterized-classes-and-tests.adoc[Parameterized Classes] which uses this extension |
There is only one implementation of @ParameterizedClass.
Signed-off-by: Danil Pavlov <danil.pavlov@jetbrains.com>
✅ All tests passed ✅🏷️ Commit: b611a4b Learn more about TestLens at testlens.app/docs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Kotlin tabbed code snippets to the Extension Model section of the User Guide.
Pages updated:
Plus, a possible error in the
DatabaseTestsDemoJava test class and its output was fixed.I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@APIannotations