Home | History | Annotate | Download | only in framework

Lines Matching refs:fName

80 	private String fName;
87 fName= null;
93 fName= name;
152 assertNotNull("TestCase.fName cannot be null", fName); // Some VMs crash when calling getMethod(null,null);
159 runMethod= getClass().getMethod(fName, (Class[])null);
161 fail("Method \""+fName+"\" not found");
164 fail("Method \""+fName+"\" should be public");
203 return fName;
210 fName= name;