Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs =================================================================== diff -u -r4bf59bb3506b840b284efe0c0f4431b7876e0e5b -r1e9ee6964df3301ff52ce5a5c464228a7e407327 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision 4bf59bb3506b840b284efe0c0f4431b7876e0e5b) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision 1e9ee6964df3301ff52ce5a5c464228a7e407327) @@ -58,7 +58,7 @@ PropertyInfo[] propertyInfos = plugin.GetPropertyInfos().ToArray(); // Assert - Assert.AreEqual(3, propertyInfos.Length); + Assert.AreEqual(4, propertyInfos.Length); PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, @@ -72,6 +72,11 @@ PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, + typeof(HeightStructuresContext), + typeof(HeightStructureCollectionProperties)); + + PluginTestHelper.AssertPropertyInfoDefined( + propertyInfos, typeof(HeightStructuresInputContext), typeof(HeightStructuresInputContextProperties)); }