-
Notifications
You must be signed in to change notification settings - Fork 134
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
Can't run test cases #508
Comments
I used the classpath fix in #470 which caused the test to appear. That part definitely helped. However, when I attempt to run the test is always says "skipped". Eventually, I found that my test was in a class that had a base class, which also had a base class. There was a @before attribute in both base classes that was causing a silent failure. Once I commented out the base class attributes, the test was able to launch, hit a break point and then fail in a way that I could see. |
This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further. |
Installed Java Test Runner.
Tagged test methods with Test tag.
imported org.junit.;
imported org.mockito.Mockito.;
Can't run any of the tests from the method level. There's no "Run" button on either of the methods.
The text was updated successfully, but these errors were encountered: