Krzysztof Sierszeń created SUREFIRE-2037: --------------------------------------------
Summary: Allow for surefire-junit-platform's TestMethodFilter to support custom TestSources Key: SUREFIRE-2037 URL: https://issues.apache.org/jira/browse/SUREFIRE-2037 Project: Maven Surefire Issue Type: Improvement Components: JUnit 5.x support Affects Versions: 3.0.0-M5 Reporter: Krzysztof Sierszeń Since JUnit 5 allows for custom `TestSource`s to be configured, `TestMethodFilter` could provide a way for those sources to be recognized and filterable. This way, custom method sources will enjoy the same filtering capabilities that method sources do. For now, this change specifically targets ArchUnit's `FieldSource`, and I'm planning to use the solution provided to solve [the following issue]([https://github.com/TNG/ArchUnit/issues/641).] -- This message was sent by Atlassian Jira (v8.20.1#820001)