Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs =================================================================== diff -u -r16ffb4842cab4a8c457638eef546fd87bea3f0f6 -r57aa4b3ba3e2171b2f6c9a86719a26557dba29e6 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs (.../RingtoetsPluginTest.cs) (revision 16ffb4842cab4a8c457638eef546fd87bea3f0f6) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs (.../RingtoetsPluginTest.cs) (revision 57aa4b3ba3e2171b2f6c9a86719a26557dba29e6) @@ -38,7 +38,6 @@ using NUnit.Extensions.Forms; using NUnit.Framework; using Rhino.Mocks; -using Rhino.Mocks.Constraints; using Ringtoets.Common.Data; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Calculation; @@ -205,7 +204,7 @@ PropertyInfo[] propertyInfos = plugin.GetPropertyInfos().ToArray(); // Assert - Assert.AreEqual(14, propertyInfos.Length); + Assert.AreEqual(15, propertyInfos.Length); PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, @@ -276,6 +275,11 @@ propertyInfos, typeof(ForeshoreProfile), typeof(ForeshoreProfileProperties)); + + PluginTestHelper.AssertPropertyInfoDefined( + propertyInfos, + typeof(ForeshoreProfilesContext), + typeof(ForeshoreProfileCollectionProperties)); } }