Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresFailureMechanismAssemblyFactoryTest.cs =================================================================== diff -u -rb6aef8024f47ca91daacd5f5da44d73751f27545 -r97969a44c353d136c207adf0b295c827b9e4222f --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresFailureMechanismAssemblyFactoryTest.cs (.../ClosingStructuresFailureMechanismAssemblyFactoryTest.cs) (revision b6aef8024f47ca91daacd5f5da44d73751f27545) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresFailureMechanismAssemblyFactoryTest.cs (.../ClosingStructuresFailureMechanismAssemblyFactoryTest.cs) (revision 97969a44c353d136c207adf0b295c827b9e4222f) @@ -968,7 +968,7 @@ sectionResult, failureMechanism, assessmentSection, - new Random(39).NextBoolean()); + useManualAssembly); // Assert var exception = Assert.Throws(call); Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismAssemblyFactoryTest.cs =================================================================== diff -u -r0949ad907784af8e6b9ad46ddd40aceb53bab0ed -r97969a44c353d136c207adf0b295c827b9e4222f --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismAssemblyFactoryTest.cs (.../GrassCoverErosionInwardsFailureMechanismAssemblyFactoryTest.cs) (revision 0949ad907784af8e6b9ad46ddd40aceb53bab0ed) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismAssemblyFactoryTest.cs (.../GrassCoverErosionInwardsFailureMechanismAssemblyFactoryTest.cs) (revision 97969a44c353d136c207adf0b295c827b9e4222f) @@ -966,7 +966,7 @@ sectionResult, failureMechanism, assessmentSection, - new Random(39).NextBoolean()); + useManualAssembly); // Assert var exception = Assert.Throws(call); @@ -1106,7 +1106,7 @@ FailureMechanismSectionAssemblyCalculatorStub sectionCalculator = calculatorFactory.LastCreatedFailureMechanismSectionAssemblyCalculator; FailureMechanismSectionAssembly expectedAssembly = sectionCalculator.AssembleManual( sectionResult.ManualAssemblyProbability, - AssemblyCategoriesInputFactory.CreateAssemblyCategoriesInput(0.0, failureMechanism, assessmentSection)); + AssemblyCategoriesInputFactory.CreateAssemblyCategoriesInput(failureMechanism.GeneralInput.N, failureMechanism, assessmentSection)); AssemblyToolTestHelper.AssertAreEqual(expectedAssembly, calculator.FailureMechanismSectionAssemblies.Single()); mocks.VerifyAll(); } Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructuresFailureMechanismAssemblyFactoryTest.cs =================================================================== diff -u -rbc524ff12185a64dc843839fd1711ba8df3561a4 -r97969a44c353d136c207adf0b295c827b9e4222f --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructuresFailureMechanismAssemblyFactoryTest.cs (.../HeightStructuresFailureMechanismAssemblyFactoryTest.cs) (revision bc524ff12185a64dc843839fd1711ba8df3561a4) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructuresFailureMechanismAssemblyFactoryTest.cs (.../HeightStructuresFailureMechanismAssemblyFactoryTest.cs) (revision 97969a44c353d136c207adf0b295c827b9e4222f) @@ -968,7 +968,7 @@ sectionResult, failureMechanism, assessmentSection, - new Random(39).NextBoolean()); + useManualAssembly); // Assert var exception = Assert.Throws(call); Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsFailureMechanismAssemblyFactoryTest.cs =================================================================== diff -u -rc5a7095a0ac52bdc50d22bb7a6d266fad43b8824 -r97969a44c353d136c207adf0b295c827b9e4222f --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsFailureMechanismAssemblyFactoryTest.cs (.../MacroStabilityInwardsFailureMechanismAssemblyFactoryTest.cs) (revision c5a7095a0ac52bdc50d22bb7a6d266fad43b8824) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/MacroStabilityInwardsFailureMechanismAssemblyFactoryTest.cs (.../MacroStabilityInwardsFailureMechanismAssemblyFactoryTest.cs) (revision 97969a44c353d136c207adf0b295c827b9e4222f) @@ -1053,7 +1053,7 @@ sectionResult, failureMechanism, assessmentSection, - new Random(39).NextBoolean()); + useManualAssembly); // Assert var exception = Assert.Throws(call); Index: Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/PipingFailureMechanismAssemblyFactoryTest.cs =================================================================== diff -u -r68c113b9959a66e1c98da2f210283cece12459b0 -r97969a44c353d136c207adf0b295c827b9e4222f --- Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/PipingFailureMechanismAssemblyFactoryTest.cs (.../PipingFailureMechanismAssemblyFactoryTest.cs) (revision 68c113b9959a66e1c98da2f210283cece12459b0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/PipingFailureMechanismAssemblyFactoryTest.cs (.../PipingFailureMechanismAssemblyFactoryTest.cs) (revision 97969a44c353d136c207adf0b295c827b9e4222f) @@ -1052,7 +1052,7 @@ sectionResult, failureMechanism, assessmentSection, - new Random(39).NextBoolean()); + useManualAssembly); // Assert var exception = Assert.Throws(call); Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresFailureMechanismAssemblyFactoryTest.cs =================================================================== diff -u -ra7e68fa9619f92521fae84b1d74bfb83936c2bf6 -r97969a44c353d136c207adf0b295c827b9e4222f --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresFailureMechanismAssemblyFactoryTest.cs (.../StabilityPointStructuresFailureMechanismAssemblyFactoryTest.cs) (revision a7e68fa9619f92521fae84b1d74bfb83936c2bf6) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresFailureMechanismAssemblyFactoryTest.cs (.../StabilityPointStructuresFailureMechanismAssemblyFactoryTest.cs) (revision 97969a44c353d136c207adf0b295c827b9e4222f) @@ -966,7 +966,7 @@ sectionResult, failureMechanism, assessmentSection, - new Random(39).NextBoolean()); + useManualAssembly); // Assert var exception = Assert.Throws(call);