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
Oliver HuntsmanOliver Huntsman 

Help please with Eclipse and Getting started with Force.com IDE

Hi there, 

I am currently working through:-

https://developer.salesforce.com/docs/atlas.en-us.eclipse.meta/eclipse/eclipse_quickstart.htm

I have gotten all the way down to the bottom all fine and am doing Step 3. add the tests.

I get everything set up correctly as per the instructions - see screenshot ( there are no test suites that appear but I understand that the Test suites need to be created)

I then hit test and then I get an error asking about the classId and className either missing or null - second screenshotFirst screenshot

Second screenshot

I am running on Eclipse Oxygen with the latest JDK ( Mars and Nova didn't seem to work at all on my machine despite many attempts at aiming eclipse to the Java/bin on my Mac)

 
Best Answer chosen by Oliver Huntsman
Aman MalikAman Malik
Hi Oliver,
Can you please make sure that, your test class saved to server. If it is not, save it first and try to run it again.

Thanks,
Aman

All Answers

Aman MalikAman Malik
Hi Oliver,
Can you please make sure that, your test class saved to server. If it is not, save it first and try to run it again.

Thanks,
Aman
This was selected as the best answer
Oliver HuntsmanOliver Huntsman
Thank you Aman, It wasn't saved to the server.