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