mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 06:45:11 +00:00
Checkpoint reflection replacement
This commit is contained in:
@@ -336,6 +336,7 @@ namespace SabreTools.Metadata.DatFiles.Test
|
||||
System = "system",
|
||||
Tags = "tags",
|
||||
TitleID = "titleid",
|
||||
Url = "url",
|
||||
Video = [CreateMetadataVideo()],
|
||||
Year = "year",
|
||||
};
|
||||
@@ -1113,6 +1114,7 @@ namespace SabreTools.Metadata.DatFiles.Test
|
||||
Assert.Equal("system", machine.System);
|
||||
Assert.Equal("tags", machine.Tags);
|
||||
Assert.Equal("titleid", machine.TitleID);
|
||||
Assert.Equal("url", machine.Url);
|
||||
Assert.Equal("year", machine.Year);
|
||||
|
||||
string[]? categories = machine.Category;
|
||||
|
||||
Reference in New Issue
Block a user