Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs =================================================================== diff -u -r04cf5f873b69cb330aeda88b622e286b2aefa852 -r24967d60d31f04145505353b45b80f77b9dc1610 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs) (revision 04cf5f873b69cb330aeda88b622e286b2aefa852) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs) (revision 24967d60d31f04145505353b45b80f77b9dc1610) @@ -24,6 +24,7 @@ using Core.Common.TestUtil; using NUnit.Framework; using Rhino.Mocks; +using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Forms.PropertyClasses; using Ringtoets.GrassCoverErosionOutwards.Data; using Ringtoets.GrassCoverErosionOutwards.Forms.PresentationObjects; @@ -70,6 +71,7 @@ var context = new GrassCoverErosionOutwardsWaveConditionsInputContext( new WaveConditionsInput(), new TestWaveConditionsCalculation(), + new ObservableTestAssessmentSectionStub(), new GrassCoverErosionOutwardsFailureMechanism()); // Call @@ -88,6 +90,7 @@ var context = new GrassCoverErosionOutwardsWaveConditionsInputContext( new WaveConditionsInput(), new TestWaveConditionsCalculation(), + new ObservableTestAssessmentSectionStub(), new GrassCoverErosionOutwardsFailureMechanism()); // Call @@ -106,6 +109,7 @@ var context = new GrassCoverErosionOutwardsWaveConditionsInputContext( new WaveConditionsInput(), new TestWaveConditionsCalculation(), + new ObservableTestAssessmentSectionStub(), new GrassCoverErosionOutwardsFailureMechanism()); // Call