Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Structures/StructuresOutputTest.cs =================================================================== diff -u -r889e8e4ee8267b316e00e8f8a1035c60afb200a0 -r72e8e672bbfb506c8a9b71b8999591bae5cbafe7 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Structures/StructuresOutputTest.cs (.../StructuresOutputTest.cs) (revision 889e8e4ee8267b316e00e8f8a1035c60afb200a0) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Structures/StructuresOutputTest.cs (.../StructuresOutputTest.cs) (revision 72e8e672bbfb506c8a9b71b8999591bae5cbafe7) @@ -57,7 +57,7 @@ } [Test] - public void SetIllustrationPoints_GeneralResultNull_ThrowsArgumentNullException() + public void SetGeneralResult_GeneralResultNull_ThrowsArgumentNullException() { // Setup var structuresOutput = new StructuresOutput(new TestProbabilityAssessmentOutput()); @@ -71,7 +71,7 @@ } [Test] - public void SetIllustrationPoints_ValidGeneralResult_SetExpectedProperties() + public void SetGeneralResult_ValidGeneralResult_SetExpectedProperties() { // Setup var generalResult = new TestGeneralResultFaultTreeIllustrationPoint();