Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/PipingStructureSectionResultRowTest.cs =================================================================== diff -u -r802ea30d1fe8fbae93e58dff9ab054dbabca11ae -r4dd22071543e74b1895bec2048c9816df5b25d06 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/PipingStructureSectionResultRowTest.cs (.../PipingStructureSectionResultRowTest.cs) (revision 802ea30d1fe8fbae93e58dff9ab054dbabca11ae) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/PipingStructureSectionResultRowTest.cs (.../PipingStructureSectionResultRowTest.cs) (revision 4dd22071543e74b1895bec2048c9816df5b25d06) @@ -37,7 +37,7 @@ public class PipingStructureSectionResultRowTest { [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 PipingStructureFailureMechanismSectionResult(section); - - // Call - var row = new PipingStructureSectionResultRow(result); - - // Assert Assert.AreEqual(result.AssessmentLayerTwoA, row.AssessmentLayerTwoA); Assert.AreEqual(result.AssessmentLayerThree, row.AssessmentLayerThree);