mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-09 02:26:02 +03:00
Add tests for common properties in maps
This commit is contained in:
parent
46d5127c72
commit
5fd05683f6
4 changed files with 161 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue