Exemple #1
0
 public void ReadFromDirectory_WhenDirectoryNotFound_ThrowDirectoryNotFoundException()
 {
     var path   = FileUtils.GetFullPath("DirectoryNotFound/");
     var errors = new List <string>();
     var deserializedPokeTrainers = directoryReader.ReadFromDirectory <PokeTrainer>(path, ref errors);
 }