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()
161 String fName = getName(); in runTest() local162 assertNotNull(fName); in runTest()169 method = getClass().getMethod(fName, (Class[]) null); in runTest()171 fail("Method \""+fName+"\" not found"); in runTest()175 fail("Method \""+fName+"\" should be public"); in runTest()