We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to execute remote tests using JUnit 4.12 with Groovy&co steroids from IDEA:
java.lang.Exception: No tests found matching method name filter from org.junit.runner.Request$1@3af039ed at org.junit.internal.requests.FilterRequest.getRunner(FilterRequest.java:40) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.runner.JUnitCore$run$0.call(Unknown Source) at com.onresolve.scriptrunner.canned.common.admin.RunUnitTests.doScript(RunUnitTests.groovy:320)
See also
Issue can be reproduces also by another JUnit users on this repo
The text was updated successfully, but these errors were encountered:
IDEA is passing a Filter to JUnit to select which tests to run, but that filter filters out all tests. Three possibilities:
Description
Either the IDEA team or the Spock team should be around to debug this.
Sorry, something went wrong.
@hellboy81 what's com.onresolve.scriptrunner.canned.common.admin.RunUnitTests?
com.onresolve.scriptrunner.canned.common.admin.RunUnitTests
@marcphilipp it's from ScriptRunner plugin for Jira.
No branches or pull requests
Trying to execute remote tests using JUnit 4.12 with Groovy&co steroids from IDEA:
See also
Issue can be reproduces also by another JUnit users on this repo
The text was updated successfully, but these errors were encountered: