Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/WaterPressureAsphaltCoverSectionResultRowTest.cs =================================================================== diff -u -r802ea30d1fe8fbae93e58dff9ab054dbabca11ae -r4dd22071543e74b1895bec2048c9816df5b25d06 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/WaterPressureAsphaltCoverSectionResultRowTest.cs (.../WaterPressureAsphaltCoverSectionResultRowTest.cs) (revision 802ea30d1fe8fbae93e58dff9ab054dbabca11ae) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/WaterPressureAsphaltCoverSectionResultRowTest.cs (.../WaterPressureAsphaltCoverSectionResultRowTest.cs) (revision 4dd22071543e74b1895bec2048c9816df5b25d06) @@ -37,7 +37,7 @@ public class WaterPressureAsphaltCoverSectionResultRowTest { [Test] - public void Constructor_WithSectionResult_ExpectedValues() + public void Constructor_WithParameters_ExpectedValues() { // Setup FailureMechanismSection section = CreateSection(); @@ -48,19 +48,6 @@ // Assert Assert.IsInstanceOf>(row); - } - - [Test] - public void Constructor_WithSectionResult_PropertiesFromSectionAndResult() - { - // Setup - FailureMechanismSection section = CreateSection(); - var result = new WaterPressureAsphaltCoverFailureMechanismSectionResult(section); - - // Call - var row = new WaterPressureAsphaltCoverSectionResultRow(result); - - // Assert Assert.AreEqual(result.AssessmentLayerThree, row.AssessmentLayerThree); TestHelper.AssertTypeConverter(