Lines Matching refs:getName
56 …return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or Te… in createTest()
133 fName= theClass.getName();
137 …addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or T…
142 addTest(warning("Class "+theClass.getName()+" is not public"));
154 addTest(warning("No tests found in "+theClass.getName()));
227 public String getName() {
279 if (getName() != null)
280 return getName();
285 String name= m.getName();
290 …addTest(warning("Test method isn't public: "+ m.getName() + "(" + theClass.getCanonicalName() + ")…
304 m.getName().startsWith("test") &&