Beispiel #1
0
        public void ReadFromDirectory_WhenDirectoryNotFound_ThrowDirectoryNotFoundException()
        {
            var path   = FileUtils.GetFullPath("DirectoryNotFound/");
            var errors = new List <string>();

            directoryReader.ReadFromDirectoryWithSpecification <PokeTrainerFileSpecification>(path, ref errors);
        }