Example #1
0
 public void SetupAppendAllLines()
 {
     _testFilePath  = FileUtils.GetTestFilePath();
     _linesToAppend = ValuesGenerator.ArrayOfStrings(count: 20, minLength: 20, maxLength: 80);
 }
Example #2
0
 public void SetupReadAllLines()
 => File.WriteAllLines(_testFilePath = FileUtils.GetTestFilePath(), ValuesGenerator.ArrayOfStrings(count: 100, minLength: 20, maxLength: 80));