Searched refs:fName (Results 1 – 2 of 2) sorted by relevance
44 String fName = getName(); in runTest() local45 assertNotNull(fName); in runTest()54 method = testClass.getMethod(fName, (Class[]) null); in runTest()56 fail("Method \""+fName+"\" not found"); in runTest()60 fail("Method \""+fName+"\" should be public"); in runTest()
155 String fName = getName(); in runTest() local156 assertNotNull(fName); in runTest()163 method = getClass().getMethod(fName, (Class[]) null); in runTest()165 fail("Method \""+fName+"\" not found"); in runTest()169 fail("Method \""+fName+"\" should be public"); in runTest()