We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970d710 commit da41307Copy full SHA for da41307
junit-platform-suite-api/src/main/java/org/junit/platform/suite/api/Suite.java
@@ -46,8 +46,7 @@
46
*
47
* <p>Note: Depending on the declared test selection, different suites may contain the
48
* same tests, potentially with different configurations.
49
- *
50
- * <p>Moreover, tests in a suite are executed in addition to the tests executed by every
+ * Moreover, tests in a suite are executed in addition to the tests executed by every
51
* other test engine. This can result in the same tests being executed twice and can be
52
* prevented by configuring your build tool to only include the
53
* {@code junit-platform-suite} engine. Or by using a naming pattern. For example, name
0 commit comments