You need to sign in to do that
Don't have an account?

MyController
Could you please help me with the class:
public class MyController {
public String getName() {
return 'MyController';
}
}
There is a warning message at the first line of the class (I use Eclipse).
I used first test example from "Visual force developer guide":
http://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_controller_getter_methods.htm
Not covered sounds like you have asked Eclipse to run the unit tests for that class and there aren't any.
Are you seeing this error when saving or when testing?