@Test
 public void testTestString() {
   part3.getString();
   part3.setFileName("INCORRECT_FILENAME");
   part3.getString();
 }