Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Enno Runne <[email protected]>
  • Loading branch information
octonato and ennru authored Nov 23, 2023
1 parent 58b63b4 commit a63644e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
import org.junit.rules.ExternalResource;

/**
* A JUnit external resource for {@link KalixTestKit}, which automatically manages the lifecycle of
* A JUnit 4 external resource for {@link KalixTestKit}, which automatically manages the lifecycle of
* the testkit. The testkit will be automatically stopped when the test completes or fails.
*
* If you prefer JUnit 5 "Jupiter" use {@link KalixTestKitExtension}.
*
* <p>Example:
*
* <pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import org.junit.rules.ExternalResource;

/**
* A JUnit Extension for {@link KalixTestKit}, which automatically manages the lifecycle of
* A JUnit 5 "Jupiter" Extension for {@link KalixTestKit}, which automatically manages the lifecycle of
* the testkit. The testkit will be automatically stopped when the test completes or fails.
*
* <p>Example:
Expand Down

0 comments on commit a63644e

Please sign in to comment.