Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs =================================================================== diff -u -r9383ddebb862ad6d2e18939d544c3710745a7e3f -rcac59383f988a0ae04b351f9e880910a35284947 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision 9383ddebb862ad6d2e18939d544c3710745a7e3f) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision cac59383f988a0ae04b351f9e880910a35284947) @@ -74,7 +74,6 @@ propertyInfos, typeof(HeightStructuresFailureMechanismContext), typeof(HeightStructuresFailureMechanismProperties)); - Assert.IsNull(heightStructuresFailureMechanismContextPropertyInfo.GetObjectPropertiesData); Assert.IsNull(heightStructuresFailureMechanismContextPropertyInfo.AdditionalDataCheck); Assert.IsNull(heightStructuresFailureMechanismContextPropertyInfo.AfterCreate); @@ -83,15 +82,13 @@ typeof(HeightStructure), typeof(HeightStructureProperties)); Assert.IsNull(heightStructurePropertyInfo.AdditionalDataCheck); - Assert.IsNull(heightStructurePropertyInfo.GetObjectPropertiesData); Assert.IsNull(heightStructurePropertyInfo.AfterCreate); PropertyInfo heightStructuresInputContextPropertyInfo = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(HeightStructuresInputContext), typeof(HeightStructuresInputContextProperties)); Assert.IsNull(heightStructuresInputContextPropertyInfo.AdditionalDataCheck); - Assert.IsNull(heightStructuresInputContextPropertyInfo.GetObjectPropertiesData); Assert.IsNull(heightStructuresInputContextPropertyInfo.AfterCreate); } mocks.VerifyAll();