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

when i run the test case in the IDEA , will throw exceptions as follows #1595

Closed
vwyuheng opened this issue Mar 11, 2016 · 2 comments
Closed

Comments

@vwyuheng
Copy link

java.lang.Exception: No tests found matching Method execute(com.navercorp.pinpoint.plugin.google.httpclient.HttpRequestIT) from org.junit.internal.requests.ClassRequest@24367e26

at org.junit.internal.requests.FilterRequest.getRunner(FilterRequest.java:40)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:42)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:234)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:74)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
@Xylus
Copy link
Contributor

Xylus commented Mar 15, 2016

hi vwyuheng,
Are you running the integration test on a method directly?
If so, our test runner doesn't support running method level tests. Try running the test on class level.
A fix for this is currently being worked on, so please hang tight :)

@vwyuheng
Copy link
Author

ok,good ,tnx

koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Mar 17, 2016
support  for running method level tests in Pinpoint's TestR
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Mar 22, 2016
support  for running method level tests in Pinpoint's TestRunner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants