mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-09 14:16:03 +03:00
Add tests for custom type properties in maps
This commit is contained in:
parent
5fd05683f6
commit
7b7e499b0d
8 changed files with 243 additions and 4 deletions
|
@ -2,7 +2,7 @@ namespace DotTiled.Tests;
|
|||
|
||||
public partial class TmjMapReaderTests
|
||||
{
|
||||
public static IEnumerable<object[]> Maps => TestData.MapsThatHaveTmxAndTmj;
|
||||
public static IEnumerable<object[]> Maps => TestData.MapTests;
|
||||
[Theory]
|
||||
[MemberData(nameof(Maps))]
|
||||
public void TmxMapReaderReadMap_ValidTmjExternalTilesetsAndTemplates_ReturnsMapThatEqualsExpected(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue