Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveConditionsInputContextTreeNodeInfoTest.cs =================================================================== diff -u -rec15ff35b39f333c422b8ca6988c34bd8573f134 -r0c889cff16b60d497640a21c3c9a2ede888dd263 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveConditionsInputContextTreeNodeInfoTest.cs (.../WaveConditionsInputContextTreeNodeInfoTest.cs) (revision ec15ff35b39f333c422b8ca6988c34bd8573f134) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveConditionsInputContextTreeNodeInfoTest.cs (.../WaveConditionsInputContextTreeNodeInfoTest.cs) (revision 0c889cff16b60d497640a21c3c9a2ede888dd263) @@ -34,6 +34,7 @@ using Ringtoets.Common.Forms.Properties; using Ringtoets.Revetment.Data; using Ringtoets.Revetment.Forms.PresentationObjects; +using Ringtoets.Revetment.Forms.TestUtil; using Ringtoets.Revetment.TestUtil; namespace Ringtoets.Integration.Plugin.Test.TreeNodeInfos @@ -146,26 +147,5 @@ { return plugin.GetTreeNodeInfos().First(tni => tni.TagType == typeof(WaveConditionsInputContext)); } - - private class TestWaveConditionsInputContext : WaveConditionsInputContext - { - public TestWaveConditionsInputContext(WaveConditionsInput wrappedData) : base(wrappedData, new TestWaveConditionsCalculation()) { } - - public override IEnumerable HydraulicBoundaryLocations - { - get - { - throw new NotImplementedException(); - } - } - - public override IEnumerable ForeshoreProfiles - { - get - { - throw new NotImplementedException(); - } - } - } } } \ No newline at end of file