Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/AssessmentSectionExtensionsTest.cs =================================================================== diff -u -re3b58f9f74ce55c3334ca41ba325a7e5ff94052a -r1e14ee40087ad0c42f889f6ee86c13bf6d7d192b --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/AssessmentSectionExtensionsTest.cs (.../AssessmentSectionExtensionsTest.cs) (revision e3b58f9f74ce55c3334ca41ba325a7e5ff94052a) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/AssessmentSectionExtensionsTest.cs (.../AssessmentSectionExtensionsTest.cs) (revision 1e14ee40087ad0c42f889f6ee86c13bf6d7d192b) @@ -84,6 +84,7 @@ [Test] public void GetNormativeAssessmentLevel_NoCorrespondingCalculation_ReturnsNaN() { + // Setup var assessmentSection = new AssessmentSectionStub(); assessmentSection.FailureMechanismContribution.NormativeNorm = new Random(32).NextEnumValue(); @@ -98,6 +99,7 @@ [Test] public void GetNormativeAssessmentLevel_NoCorrespondingAssessmentLevelOutput_ReturnsNaN() { + // Setup var assessmentSection = new AssessmentSectionStub(); var hydraulicBoundaryLocation = new TestHydraulicBoundaryLocation(); @@ -180,6 +182,7 @@ [Test] public void GetAssessmentLevel_NoCorrespondingCalculation_ReturnsNaN() { + // Setup var assessmentSection = new AssessmentSectionStub(); // Call @@ -193,6 +196,7 @@ [Test] public void GetAssessmentLevel_NoCorrespondingAssessmentLevelOutput_ReturnsNaN() { + // Setup var assessmentSection = new AssessmentSectionStub(); var hydraulicBoundaryLocation = new TestHydraulicBoundaryLocation();