Skip to content

Commit

Permalink
Document limitation of AbstractExecutionConditionTests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jul 4, 2022
1 parent f5485fa commit 2045987
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
* Abstract base class for unit testing a concrete {@link ExecutionCondition}
* implementation.
*
* <p><strong>WARNING</strong>: this abstract base class currently does not
* support tests in {@code @Nested} test classes within the
* {@linkplain #getTestClass() test class}, since {@link #beforeEach(TestInfo)}
* instantiates the test class using the no-args default constructor.
*
* @since 5.1
*/
@TestInstance(Lifecycle.PER_CLASS)
Expand Down

0 comments on commit 2045987

Please sign in to comment.