Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce support for selecting packages, classes, and methods in ConsoleLauncher and Gradle plugin #437

Closed
6 tasks done
sbrannen opened this issue Jul 25, 2016 · 2 comments

Comments

@sbrannen
Copy link
Member

sbrannen commented Jul 25, 2016

Overview

#410 removed the generic name based selectors previously used by the DiscoveryRequestCreator.

Consequently, that deleted code has been relocated to DiscoveryRequestCreator as a private, internal implementation detail; however, this is only a temporary solution.

This issue therefore aims to provide a robust solution that will accommodate support for additional test artifact types other than Java based packages, classes, and methods.

Related Issues

Deliverables

  • Introduce explicit support for selecting packages in ConsoleLauncher via -p | --select-package
  • Introduce explicit support for selecting packages in the JUnit Platform Gradle plugin
  • Introduce explicit support for selecting classes in ConsoleLauncher via -c | --select-class
  • Introduce explicit support for selecting classes in the JUnit Platform Gradle plugin
  • Introduce explicit support for selecting methods in ConsoleLauncher via -m | --select-method
  • Introduce explicit support for selecting methods in the JUnit Platform Gradle plugin
@sbrannen sbrannen added this to the 5.0 M3 milestone Jul 25, 2016
@sbrannen sbrannen changed the title Introduce explicit support for selecting packages, classes, and methods in ConsoleLauncher and Gradle plugin Introduce support for selecting packages, classes, and methods in ConsoleLauncher and Gradle plugin Aug 10, 2016
@sbrannen sbrannen self-assigned this Aug 10, 2016
@sbrannen sbrannen removed their assignment Oct 4, 2016
@marcphilipp
Copy link
Member

I've updated the issue's description and removed the java part of the long options to be in sync with our decision wrt. DiscoverySelectors for packages, classes, and methods.

@marcphilipp
Copy link
Member

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants