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

Could not run the tests through code lens if the method has parameters #134

Closed
bsaby opened this issue Mar 7, 2018 · 1 comment
Closed
Labels
Milestone

Comments

@bsaby
Copy link

bsaby commented Mar 7, 2018

  1. Clone Junit projects from https://github.com/junit-team/junit5-samples
  2. Open the junit5 project, e.g. junit5-maven-consumer
  3. Trigger test from FirstTest class level: test passed
  4. Trigger test from FirstTest method level: test skipped

image

LOG:
image

@ansyral ansyral added the bug label Mar 7, 2018
@ansyral
Copy link
Collaborator

ansyral commented Mar 7, 2018

The test has a parameter with TestInfo injected, that is why runner failed to parse test name

@bsaby bsaby mentioned this issue Mar 7, 2018
8 tasks
@bsaby bsaby mentioned this issue Jun 21, 2018
7 tasks
@bsaby bsaby mentioned this issue Jul 11, 2018
7 tasks
@bsaby bsaby mentioned this issue Aug 8, 2018
8 tasks
@bsaby bsaby mentioned this issue Sep 21, 2018
8 tasks
@bsaby bsaby mentioned this issue Oct 10, 2018
8 tasks
@bsaby bsaby mentioned this issue Nov 20, 2018
7 tasks
@jdneo jdneo changed the title Trigger test from FirstTest method level: test skipped Could not run the tests through code lens if the method has parameters Dec 5, 2018
@bsaby bsaby mentioned this issue Dec 10, 2018
8 tasks
@jdneo jdneo mentioned this issue Dec 14, 2018
6 tasks
@jdneo jdneo added this to the 0.13.0 milestone Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants