Searched refs:openFileInput (Results 1 – 2 of 2) sorted by relevance
162 try (FileInputStream fileInputStream = context.openFileInput("__test__")) { in openFileInput_shouldReturnAFileInputStream()171 … try (FileInputStream fileInputStream = context.openFileInput("data" + File.separator + "test")) {} in openFileInput_shouldNotAcceptPathsWithSeparatorCharacters()
119 public FileInputStream openFileInput(String s) throws FileNotFoundException { in openFileInput() method in MockContext.MockContext2