mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-05 17:02:49 +02:00
Rename tests
This commit is contained in:
parent
4e273cd521
commit
612b5cdb33
1 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ public class HasPropertiesBaseTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public void MapClassPropertyTo_PropertyNotFound_ThrowsKeyNotFoundException()
|
public void MapPropertiesTo_NestedPropertyNotFound_ThrowsKeyNotFoundException()
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
List<IProperty> props = [
|
List<IProperty> props = [
|
||||||
|
@ -40,7 +40,7 @@ public class HasPropertiesBaseTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public void MapClassPropertyTo_PropertyIsNotClassProperty_ThrowsInvalidCastException()
|
public void MapPropertiesTo_NestedPropertyIsNotClassProperty_ThrowsInvalidCastException()
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
List<IProperty> props = [
|
List<IProperty> props = [
|
||||||
|
@ -53,7 +53,7 @@ public class HasPropertiesBaseTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public void MapClassPropertyTo_AllBasicValidProperties_ReturnsMappedProperty()
|
public void MapPropertiesTo_NestedAllBasicValidProperties_ReturnsMappedProperty()
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
List<IProperty> props = [
|
List<IProperty> props = [
|
||||||
|
@ -93,7 +93,7 @@ public class HasPropertiesBaseTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public void MapClassPropertyTo_NestedMapTo_ReturnsMappedProperty()
|
public void MapPropertiesTo_NestedNestedMapTo_ReturnsMappedProperty()
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
List<IProperty> props = [
|
List<IProperty> props = [
|
||||||
|
@ -147,7 +147,7 @@ public class HasPropertiesBaseTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public void MapClassPropertyTo_EnumProperty_ReturnsMappedProperty()
|
public void MapPropertiesTo_NestedEnumProperty_ReturnsMappedProperty()
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
List<IProperty> props = [
|
List<IProperty> props = [
|
||||||
|
@ -181,7 +181,7 @@ public class HasPropertiesBaseTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public void MapClassPropertyTo_EnumWithFlagsProperty_ReturnsMappedProperty()
|
public void MapPropertiesTo_NestedEnumWithFlagsProperty_ReturnsMappedProperty()
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
List<IProperty> props = [
|
List<IProperty> props = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue