public void TestCreateFile() { var fr = new FileRepo(); fr.Append("hello"); Assert.IsTrue(fr.LogFileExists()); }