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
Philip VillanuevaPhilip Villanueva 

Apex challenge In Getting Started with Apex Section

I am getting an error with the Apex challenge.

"No Apex class named 'StringArrayTest' was found"

Yet, the Apex class, StringArrayTest is listed in Develop > Apex Classes.  Am I missing something?

Philip VillanuevaPhilip Villanueva
Also, I ran the debug in the Developer Console.  It found the Apex class, but it states the method, generateStringArray does not exist or incorrect signature.
Philip VillanuevaPhilip Villanueva
I fixed the method, there was a typo.  After I fixed the generateStringArray method, I tested the class using the developer console.  It returned no errors.  However, the challenge still states it can find the Apex Class StringArrayTest.