Unit tests seem to be broken in 1.4.2.0
I just updated to 1.4.2.0 and running the unit tests doesn't bring up the run log. Plus, the run log toolbar doesn't appear in the toolbar View menu. One of my coworkers is on 1.4.1.0 and has no problems with the unit test functionality.
Comments (9)
-
repo owner -
reporter Scott, I'm currently using IDEA 14.1.4. I was trying to rerun some unit tests from a unit test configuration we made in a previous version. In the previous build, I just pressed the green run button with the appropriate configuration selected from the dropdown and the log output panel popped up. Currently, nothing happens when I press that button.
-
repo owner Eli, can you send me your idea.log (at least the relevant excerpt) right after this happens? You can get to that file from Help>Show Log in Explorer. Hopefully there's something helpful in that file.
-
reporter - attached ideaExcerpt.txt
I only get a file on startup. The button doesn't appear to trigger a log. Here's the last bit of the log that spawns on startup. Seems like a class isn't getting located correctly?
-
repo owner Eli, can you verify that under Settings>Plugins, you have the Coverage plugin installed and enabled:
That plugin is standard on IDEA 14 and is where the missing class would be found.
-
reporter It was unchecked. Checking it and restarting fixed it. Not sure when that got unchecked, but I'm glad it was an easy fix. Thanks!
-
reporter - changed status to resolved
Fixed by making sure Coverage plugin was installed and active.
-
repo owner Glad to hear, Eli! Thanks for following up!
-
repo owner - changed component to Apex Unit Testing
- Log in to comment
Eli, what version of IDEA are you using? I'm looking at this now in 14.1.4 and am able to run unit tests and view log output. Can you provide more details about exactly what you're trying to do, how it behaved in the previous build, and how it's behaving now? Thanks!