Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelSubMechanismIllustrationPointPropertiesTest.cs =================================================================== diff -u -r44f75ace98dd75de607002abd122dfe8310d5456 -r09c47b676fdd8a2a9f891f226e1c2a676a3dec08 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelSubMechanismIllustrationPointPropertiesTest.cs (.../TopLevelSubMechanismIllustrationPointPropertiesTest.cs) (revision 44f75ace98dd75de607002abd122dfe8310d5456) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/TopLevelSubMechanismIllustrationPointPropertiesTest.cs (.../TopLevelSubMechanismIllustrationPointPropertiesTest.cs) (revision 09c47b676fdd8a2a9f891f226e1c2a676a3dec08) @@ -89,7 +89,7 @@ { // Setup string illustrationPointName = string.Empty; - var submechanismIllustrationPoint = + var subMechanismIllustrationPoint = new SubMechanismIllustrationPoint(illustrationPointName, 3, Enumerable.Empty(), @@ -99,7 +99,7 @@ WindDirection windDirection = WindDirectionTestFactory.CreateTestWindDirection(); var context = new TopLevelSubMechanismIllustrationPoint(windDirection, closingSituation, - submechanismIllustrationPoint); + subMechanismIllustrationPoint); // Call var properties = new TopLevelSubMechanismIllustrationPointProperties( @@ -121,7 +121,7 @@ { // Setup string illustrationPointName = string.Empty; - var submechanismIllustrationPoint = + var subMechanismIllustrationPoint = new SubMechanismIllustrationPoint(illustrationPointName, 3, Enumerable.Empty(), @@ -131,7 +131,7 @@ WindDirection windDirection = WindDirectionTestFactory.CreateTestWindDirection(); var context = new TopLevelSubMechanismIllustrationPoint(windDirection, closingSituation, - submechanismIllustrationPoint); + subMechanismIllustrationPoint); // Call var properties = new TopLevelSubMechanismIllustrationPointProperties( @@ -162,7 +162,7 @@ }; const string illustrationPointName = "name"; - var submechanismIllustrationPoint = new SubMechanismIllustrationPoint(illustrationPointName, + var subMechanismIllustrationPoint = new SubMechanismIllustrationPoint(illustrationPointName, beta, stochasts, illustrationPointResults); @@ -171,7 +171,7 @@ const string windDirectionName = "windDirection"; var illustrationPoint = new TopLevelSubMechanismIllustrationPoint(WindDirectionTestFactory.CreateTestWindDirection(windDirectionName), closingSituation, - submechanismIllustrationPoint); + subMechanismIllustrationPoint); // Call var properties = new TopLevelSubMechanismIllustrationPointProperties(illustrationPoint, Enumerable.Empty()); @@ -180,8 +180,8 @@ Assert.AreEqual(illustrationPointName, properties.Name); Assert.AreEqual(windDirectionName, properties.WindDirection); Assert.AreEqual(closingSituation, properties.ClosingSituation); - CollectionAssert.AreEqual(submechanismIllustrationPoint.Stochasts, properties.AlphaValues); - CollectionAssert.AreEqual(submechanismIllustrationPoint.Stochasts, properties.Durations); + CollectionAssert.AreEqual(subMechanismIllustrationPoint.Stochasts, properties.AlphaValues); + CollectionAssert.AreEqual(subMechanismIllustrationPoint.Stochasts, properties.Durations); Assert.AreSame(illustrationPoint.SubMechanismIllustrationPoint, properties.SubMechanismIllustrationPointValues.Data); @@ -191,7 +191,7 @@ public void GetProperties_DifferentClosingSituations_ReturnsExpectedAttributeValues() { // Setup - var submechanismIllustrationPoint = + var subMechanismIllustrationPoint = new SubMechanismIllustrationPoint(string.Empty, 3, Enumerable.Empty(), @@ -201,7 +201,7 @@ WindDirection windDirection = WindDirectionTestFactory.CreateTestWindDirection(); var data = new TopLevelSubMechanismIllustrationPoint(windDirection, closingSituation, - submechanismIllustrationPoint); + subMechanismIllustrationPoint); // Call var properties = new TopLevelSubMechanismIllustrationPointProperties(