Searched defs:f (Results 1 – 2 of 2) sorted by relevance
125 Failure f = new Failure(TEST_DESCRIPTION, new RuntimeException("I failed.")); in testLogcatOnFailure() local173 Failure f = new Failure(testDescription, new RuntimeException("I failed.")); in testRetrievingLogcat() local316 Failure f = new Failure(TEST_DESCRIPTION, new RuntimeException("I failed.")); in testMultipleIterations() local
273 protected File writeToFile(File f, byte[] content) throws IOException { in writeToFile()