void
TFileHandler::isFileExist () {
  FileHandler fh;
  QVERIFY (fh.isFileExist (tFilename) == true);
}