Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/IllustrationPoints/SubmechanismIllustrationPointStochastCreateExtensionsTest.cs =================================================================== diff -u -r54242411470f330f6f4c75d1d05bfd0911706873 -r548ebfbd35f147dc64cb0d566fe8f30ec2a0e434 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/IllustrationPoints/SubmechanismIllustrationPointStochastCreateExtensionsTest.cs (.../SubmechanismIllustrationPointStochastCreateExtensionsTest.cs) (revision 54242411470f330f6f4c75d1d05bfd0911706873) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/IllustrationPoints/SubmechanismIllustrationPointStochastCreateExtensionsTest.cs (.../SubmechanismIllustrationPointStochastCreateExtensionsTest.cs) (revision 548ebfbd35f147dc64cb0d566fe8f30ec2a0e434) @@ -36,7 +36,7 @@ public void CreateSubmechanismIllustrationPointStochastEntity_StochastNull_ThrowsArgumentNullException() { // Call - TestDelegate call = () => ((SubmechanismIllustrationPointStochast) null).CreateHydraulicLocationRealizedStochastEntity(0); + TestDelegate call = () => ((SubmechanismIllustrationPointStochast) null).CreateSubmechanismIllustrationPointStochastEntity(0); // Assert string paramName = Assert.Throws(call).ParamName; @@ -55,7 +55,7 @@ int order = random.Next(); // Call - SubmechanismIllustrationPointStochastEntity entity = stochast.CreateHydraulicLocationRealizedStochastEntity(order); + SubmechanismIllustrationPointStochastEntity entity = stochast.CreateSubmechanismIllustrationPointStochastEntity(order); // Assert TestHelper.AssertAreEqualButNotSame(stochast.Name, entity.Name);