Skip to content

Commit f74202e

Browse files
committed
Update Suite annotation to match
1 parent 6f2dacd commit f74202e

File tree

1 file changed

+1
-2
lines changed
  • junit-platform-suite-api/src/main/java/org/junit/platform/suite/api

1 file changed

+1
-2
lines changed

junit-platform-suite-api/src/main/java/org/junit/platform/suite/api/Suite.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
*
4747
* <p>Note: Tests in a suite are executed in addition to the tests executed by every
4848
* other test engine. This can result in the same tests being executed twice. This can be
49-
* prevented by configuring your build tool to only include the
50-
* {@value org.junit.platform.suite.engine.SuiteEngineDescriptor#ENGINE_ID} engine. Or by
49+
* prevented by configuring your build tool to only include the Suite Engine. Or by
5150
* using a naming pattern. For example name all suites {@code *Suite} and all tests
5251
* {@code *Test} and configure your build tool to only include the former. Alternatively,
5352
* consider using tags to select specific groups of tests.

0 commit comments

Comments
 (0)