File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
junit-platform-suite-api/src/main/java/org/junit/platform/suite/api Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments