You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit, configuration parameters that were specific to
JUnit Jupiter used a prefix of "junit" instead of "junit.jupiter" which
could lead to confusion regarding scope of applicability and future
conflicts between various test engines.
This issue addresses these issues by renaming junit.conditions.deactivate
and junit.extensions.autodetection.enabled to
junit.jupiter.conditions.deactivate and
junit.jupiter.extensions.autodetection.enabled, respectively.
Issue: #1004
Prior to this commit, configuration parameters that were specific to
JUnit Jupiter used a prefix of "junit" instead of "junit.jupiter" which
could lead to confusion regarding scope of applicability and future
conflicts between various test engines.
This issue addresses these issues by renaming junit.conditions.deactivate
and junit.extensions.autodetection.enabled to
junit.jupiter.conditions.deactivate and
junit.jupiter.extensions.autodetection.enabled, respectively.
Issue: junit-team#1004
Overview
JUnit Jupiter currently supports the following configuration parameters, which misleadingly seem to apply to anything related to JUnit.
junit.extensions.autodetection.enabled
junit.conditions.deactivate
Related Issues
Deliverables
junit.jupiter
as a prefix for all configuration parameter names that are specific to JUnit Jupiter.Constants
.Checklist:
junit.jupiter.extensions.autodetection.enabled
junit.jupiter.testinstance.lifecycle.default
junit.jupiter.conditions.deactivate
The text was updated successfully, but these errors were encountered: