Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -rcc91baaea7dfcc12765017b57ffc768c7d02f7a1 -r746effcbca139c44fe93d96707671311c685a2b9 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensionsTest.cs (.../ClosingStructuresFailureMechanismCreateExtensionsTest.cs) (revision cc91baaea7dfcc12765017b57ffc768c7d02f7a1) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensionsTest.cs (.../ClosingStructuresFailureMechanismCreateExtensionsTest.cs) (revision 746effcbca139c44fe93d96707671311c685a2b9) @@ -129,7 +129,7 @@ } [Test] - public void Create_WithForeShoreProfiles_ForeShoreProfileEntitiesCreated() + public void Create_WithForeshoreProfiles_ForeshoreProfileEntitiesCreated() { // Setup var profile = new TestForeshoreProfile(); @@ -140,7 +140,7 @@ var persistenceRegistry = new PersistenceRegistry(); // Call - var entity = failureMechanism.Create(persistenceRegistry); + FailureMechanismEntity entity = failureMechanism.Create(persistenceRegistry); // Assert Assert.AreEqual(1, entity.ForeshoreProfileEntities.Count); Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -rcc91baaea7dfcc12765017b57ffc768c7d02f7a1 -r746effcbca139c44fe93d96707671311c685a2b9 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensionsTest.cs (.../HeightStructuresFailureMechanismCreateExtensionsTest.cs) (revision cc91baaea7dfcc12765017b57ffc768c7d02f7a1) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensionsTest.cs (.../HeightStructuresFailureMechanismCreateExtensionsTest.cs) (revision 746effcbca139c44fe93d96707671311c685a2b9) @@ -126,7 +126,7 @@ } [Test] - public void Create_WithForeShoreProfiles_ForeShoreProfileEntitiesCreated() + public void Create_WithForeshoreProfiles_ForeshoreProfileEntitiesCreated() { // Setup var profile = new TestForeshoreProfile(); @@ -137,7 +137,7 @@ var persistenceRegistry = new PersistenceRegistry(); // Call - var entity = failureMechanism.Create(persistenceRegistry); + FailureMechanismEntity entity = failureMechanism.Create(persistenceRegistry); // Assert Assert.AreEqual(1, entity.ForeshoreProfileEntities.Count); Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -rcc91baaea7dfcc12765017b57ffc768c7d02f7a1 -r746effcbca139c44fe93d96707671311c685a2b9 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs (.../StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs) (revision cc91baaea7dfcc12765017b57ffc768c7d02f7a1) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs (.../StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs) (revision 746effcbca139c44fe93d96707671311c685a2b9) @@ -126,7 +126,7 @@ } [Test] - public void Create_WithForeShoreProfiles_ForeShoreProfileEntitiesCreated() + public void Create_WithForeshoreProfiles_ForeshoreProfileEntitiesCreated() { // Setup var profile = new TestForeshoreProfile(); @@ -137,7 +137,7 @@ var persistenceRegistry = new PersistenceRegistry(); // Call - var entity = failureMechanism.Create(persistenceRegistry); + FailureMechanismEntity entity = failureMechanism.Create(persistenceRegistry); // Assert Assert.AreEqual(1, entity.ForeshoreProfileEntities.Count);