Add tests for common properties in maps

This commit is contained in:
Daniel Cronqvist 2024-08-12 22:17:13 +02:00
parent 46d5127c72
commit 5fd05683f6
4 changed files with 161 additions and 1 deletions

View file

@ -30,7 +30,8 @@ public static partial class TestData
public static IEnumerable<object[]> MapsThatHaveTmxAndTmj =>
[
["Serialization.TestData.Map.default_map.default-map", TestData.DefaultMap(), Array.Empty<CustomTypeDefinition>()]
["Serialization.TestData.Map.default_map.default-map", TestData.DefaultMap(), Array.Empty<CustomTypeDefinition>()],
["Serialization.TestData.Map.map_with_common_props.map-with-common-props", TestData.MapWithCommonProps(), Array.Empty<CustomTypeDefinition>()]
];
private static CustomTypeDefinition[] typedefs = [