Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresFailureMechanismTest.cs =================================================================== diff -u -r9d464742b12df2c1a1779e74b8e289eed5045e91 -r13aca975c179d9609126daac3b96d59c3183be34 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresFailureMechanismTest.cs (.../ClosingStructuresFailureMechanismTest.cs) (revision 9d464742b12df2c1a1779e74b8e289eed5045e91) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresFailureMechanismTest.cs (.../ClosingStructuresFailureMechanismTest.cs) (revision 13aca975c179d9609126daac3b96d59c3183be34) @@ -79,7 +79,7 @@ } [Test] - public void ClearAllSections_WithSectionsAndSectionResults_SectionsAndSectionResultsCleared() + public void ClearAllSections_WithSectionResults_SectionResultsCleared() { // Setup var failureMechanism = new ClosingStructuresFailureMechanism(); @@ -97,14 +97,12 @@ }); // Precondition - Assert.AreEqual(2, failureMechanism.Sections.Count()); Assert.AreEqual(2, failureMechanism.SectionResults.Count()); // Call failureMechanism.ClearAllSections(); // Assert - CollectionAssert.IsEmpty(failureMechanism.Sections); CollectionAssert.IsEmpty(failureMechanism.SectionResults); }