From 612b5cdb3346041b52e6275e77c74a905d740db9 Mon Sep 17 00:00:00 2001 From: Daniel Cronqvist Date: Sat, 31 Aug 2024 20:02:08 +0200 Subject: [PATCH] Rename tests --- .../Properties/HasPropertiesBaseTests.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/DotTiled.Tests/Properties/HasPropertiesBaseTests.cs b/src/DotTiled.Tests/Properties/HasPropertiesBaseTests.cs index 8676156..ca173d0 100644 --- a/src/DotTiled.Tests/Properties/HasPropertiesBaseTests.cs +++ b/src/DotTiled.Tests/Properties/HasPropertiesBaseTests.cs @@ -21,7 +21,7 @@ public class HasPropertiesBaseTests } [Fact] - public void MapClassPropertyTo_PropertyNotFound_ThrowsKeyNotFoundException() + public void MapPropertiesTo_NestedPropertyNotFound_ThrowsKeyNotFoundException() { // Arrange List props = [ @@ -40,7 +40,7 @@ public class HasPropertiesBaseTests } [Fact] - public void MapClassPropertyTo_PropertyIsNotClassProperty_ThrowsInvalidCastException() + public void MapPropertiesTo_NestedPropertyIsNotClassProperty_ThrowsInvalidCastException() { // Arrange List props = [ @@ -53,7 +53,7 @@ public class HasPropertiesBaseTests } [Fact] - public void MapClassPropertyTo_AllBasicValidProperties_ReturnsMappedProperty() + public void MapPropertiesTo_NestedAllBasicValidProperties_ReturnsMappedProperty() { // Arrange List props = [ @@ -93,7 +93,7 @@ public class HasPropertiesBaseTests } [Fact] - public void MapClassPropertyTo_NestedMapTo_ReturnsMappedProperty() + public void MapPropertiesTo_NestedNestedMapTo_ReturnsMappedProperty() { // Arrange List props = [ @@ -147,7 +147,7 @@ public class HasPropertiesBaseTests } [Fact] - public void MapClassPropertyTo_EnumProperty_ReturnsMappedProperty() + public void MapPropertiesTo_NestedEnumProperty_ReturnsMappedProperty() { // Arrange List props = [ @@ -181,7 +181,7 @@ public class HasPropertiesBaseTests } [Fact] - public void MapClassPropertyTo_EnumWithFlagsProperty_ReturnsMappedProperty() + public void MapPropertiesTo_NestedEnumWithFlagsProperty_ReturnsMappedProperty() { // Arrange List props = [