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 f5485fa commit 2045987Copy full SHA for 2045987
junit-jupiter-engine/src/test/java/org/junit/jupiter/api/condition/AbstractExecutionConditionTests.java
@@ -40,6 +40,11 @@
40
* Abstract base class for unit testing a concrete {@link ExecutionCondition}
41
* implementation.
42
*
43
+ * <p><strong>WARNING</strong>: this abstract base class currently does not
44
+ * support tests in {@code @Nested} test classes within the
45
+ * {@linkplain #getTestClass() test class}, since {@link #beforeEach(TestInfo)}
46
+ * instantiates the test class using the no-args default constructor.
47
+ *
48
* @since 5.1
49
*/
50
@TestInstance(Lifecycle.PER_CLASS)
0 commit comments