mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-08 15:26:03 +03:00
Use New Tests
This commit is contained in:
parent
f99b8d4dac
commit
45ac13819a
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ public static partial class TestData
|
|||
public static IEnumerable<object[]> MapTests =>
|
||||
[
|
||||
[GetMapPath("default-map"), (string f) => DefaultMap(), Array.Empty<ICustomTypeDefinition>()],
|
||||
[GetMapPath("default-map-base64"), (string f) => DefaultMapBase64(), Array.Empty<ICustomTypeDefinition>()],
|
||||
[GetMapPath("default-map-base64-gzip"), (string f) => DefaultMapBase64GZip(), Array.Empty<ICustomTypeDefinition>()],
|
||||
[GetMapPath("default-map-base64-zlib"), (string f) => DefaultMapBase64ZLib(), Array.Empty<ICustomTypeDefinition>()],
|
||||
[GetMapPath("map-duplicate-object-id-bug"), (string f) => MapDuplicateObjectIdBug(f), Array.Empty<ICustomTypeDefinition>()],
|
||||
[GetMapPath("map-with-common-props"), (string f) => MapWithCommonProps(), Array.Empty<ICustomTypeDefinition>()],
|
||||
[GetMapPath("map-with-custom-type-props"), (string f) => MapWithCustomTypeProps(), MapWithCustomTypePropsCustomTypeDefinitions()],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue