function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Michelle GrantMichelle Grant 

Apex Test Results Issue in Eclipse Force.com IDE

I am working on an Apex test class with four test methods that passed with 100% code coverage several weeks ago. Now when I run it in Eclipse all I get is an ID with a green checkmark:
Apex Test Result issue
When I click to open it up, there is nothing underneath, and code coverage shows at 0%. Our sandbox has been upgraded to Spring 17, and I have read posts about needing upgrade the project but I cannot find that option, so I created a new project instead and it still is not working. I am using a Windows machine with Eclipse Mars version 4.5.2. What am I missing here? Thank you!
Best Answer chosen by Michelle Grant
Michelle GrantMichelle Grant
I had the test selected. I am not using Test suites though. It is strange-- I waited a few hours, ran the same test configuration, and then it worked, so this is no longer an issue. Thanks though.

All Answers

FearNoneFearNone
Hi Michelle,

I guess you haven't selected the test method to be executed...
Can you locate this setting:
User-added image
Michelle GrantMichelle Grant
I had the test selected. I am not using Test suites though. It is strange-- I waited a few hours, ran the same test configuration, and then it worked, so this is no longer an issue. Thanks though.
This was selected as the best answer
FearNoneFearNone
glad to hear that... User-added image