Skip to content

Commit

Permalink
Update test-framework/common/src/main/java/io/quarkus/test/common/Wit…
Browse files Browse the repository at this point in the history
…hTestResource.java

Co-authored-by: Stéphane Épardaud <[email protected]>
  • Loading branch information
geoand and FroMage committed Sep 3, 2024
1 parent e51bef5 commit 91c009e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Used to define a test resource, which can affect various aspects of the application lifecycle.
* <p>
* As of Quarkus 3.16, the default behavior of the annotation (meaning that {@code scope} has not been set)
* is that test classes annotated with same {@code WithTestResource} will <strong>not</strong> force a restart
* is that test classes annotated with the same {@code WithTestResource} will <strong>not</strong> force a restart
* of Quarkus.
* <p>
* The equivalent behavior to {@code QuarkusTestResource(restrictToAnnotatedClass = false)} is to use
Expand Down

0 comments on commit 91c009e

Please sign in to comment.