Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismAssemblyFactoryTest.cs =================================================================== diff -u -r683af9236e18614fe6815cf6d7ac1b8cda22b57b -r2194a4f6a2084e99fe5d74d3d59fc286ba706ca4 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismAssemblyFactoryTest.cs (.../GrassCoverErosionInwardsFailureMechanismAssemblyFactoryTest.cs) (revision 683af9236e18614fe6815cf6d7ac1b8cda22b57b) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/GrassCoverErosionInwardsFailureMechanismAssemblyFactoryTest.cs (.../GrassCoverErosionInwardsFailureMechanismAssemblyFactoryTest.cs) (revision 2194a4f6a2084e99fe5d74d3d59fc286ba706ca4) @@ -249,7 +249,7 @@ FailureMechanismSectionAssembly actualOutput = GrassCoverErosionInwardsFailureMechanismAssemblyFactory.AssembleDetailedAssessment( sectionResult, - new GrassCoverErosionInwardsFailureMechanism(), + failureMechanism, assessmentSection); // Assert @@ -280,7 +280,7 @@ // Call TestDelegate call = () => GrassCoverErosionInwardsFailureMechanismAssemblyFactory.AssembleDetailedAssessment( sectionResult, - new GrassCoverErosionInwardsFailureMechanism(), + failureMechanism, assessmentSection); // Assert @@ -433,7 +433,7 @@ // Call TestDelegate call = () => GrassCoverErosionInwardsFailureMechanismAssemblyFactory.AssembleTailorMadeAssessment( sectionResult, - new GrassCoverErosionInwardsFailureMechanism(), + failureMechanism, assessmentSection); // Assert @@ -640,7 +640,7 @@ // Call TestDelegate call = () => GrassCoverErosionInwardsFailureMechanismAssemblyFactory.AssembleCombinedAssessment( sectionResult, - new GrassCoverErosionInwardsFailureMechanism(), + failureMechanism, assessmentSection); // Assert