Index: Ringtoets/Asphalt/test/Ringtoets.Asphalt.Plugin.Test/WaveImpactAsphaltCoverPluginTest.cs =================================================================== diff -u -r1dddcf22e6d496a00dcfe85cf8d1302a8df121cd -r9a196c8bc554a2e97ff094d7ffb2e99c42eb04fd --- Ringtoets/Asphalt/test/Ringtoets.Asphalt.Plugin.Test/WaveImpactAsphaltCoverPluginTest.cs (.../WaveImpactAsphaltCoverPluginTest.cs) (revision 1dddcf22e6d496a00dcfe85cf8d1302a8df121cd) +++ Ringtoets/Asphalt/test/Ringtoets.Asphalt.Plugin.Test/WaveImpactAsphaltCoverPluginTest.cs (.../WaveImpactAsphaltCoverPluginTest.cs) (revision 9a196c8bc554a2e97ff094d7ffb2e99c42eb04fd) @@ -23,14 +23,14 @@ using System.Linq; using Core.Common.Controls.TreeView; using Core.Common.Gui.Plugin; +using Core.Common.Gui.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Asphalt.Data; using Ringtoets.Asphalt.Forms.PresentationObjects; using Ringtoets.Asphalt.Forms.PropertyClasses; using Ringtoets.Asphalt.Forms.Views; using Ringtoets.Common.Forms.PresentationObjects; -using GuiTestHelper = Core.Common.Gui.TestUtil.GuiTestHelper; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; namespace Ringtoets.Asphalt.Plugin.Test @@ -61,7 +61,7 @@ // Assert Assert.AreEqual(1, propertyInfos.Length); - GuiTestHelper.AssertPropertyInfoDefined< + PluginTestHelper.AssertPropertyInfoDefined< WaveImpactAsphaltCoverFailureMechanismContext, WaveImpactAsphaltCoverFailureMechanismContextProperties>(propertyInfos); }