Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/IllustrationPoints/FaultTreeIllustrationPointTestFactoryTest.cs =================================================================== diff -u -r57b198a3f80256e02b871d8de11c05d9f2dcf311 -r6ef5e439a6d9f40ebd9926251945e0935fbbc314 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/IllustrationPoints/FaultTreeIllustrationPointTestFactoryTest.cs (.../FaultTreeIllustrationPointTestFactoryTest.cs) (revision 57b198a3f80256e02b871d8de11c05d9f2dcf311) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/IllustrationPoints/FaultTreeIllustrationPointTestFactoryTest.cs (.../FaultTreeIllustrationPointTestFactoryTest.cs) (revision 6ef5e439a6d9f40ebd9926251945e0935fbbc314) @@ -30,7 +30,7 @@ public class FaultTreeIllustrationPointTestFactoryTest { [Test] - public void CreateTestFaultTreeIllustrationPoint_ReturnsExpectedProperties() + public void CreateTestFaultTreeIllustrationPoint_DefaultBeta_ReturnsExpectedProperties() { // Call FaultTreeIllustrationPoint illustrationPoint = FaultTreeIllustrationPointTestFactory.CreateTestFaultTreeIllustrationPoint(); @@ -45,7 +45,7 @@ } [Test] - public void CreateTestFaultTreeIllustrationPoint_ValidParameter_ReturnsExpectedProperties() + public void CreateTestFaultTreeIllustrationPoint_WithBeta_ReturnsExpectedProperties() { // Setup double beta = new Random().NextDouble();