Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/StabilityPointStructuresPluginTest.cs =================================================================== diff -u -r9383ddebb862ad6d2e18939d544c3710745a7e3f -rcac59383f988a0ae04b351f9e880910a35284947 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/StabilityPointStructuresPluginTest.cs (.../StabilityPointStructuresPluginTest.cs) (revision 9383ddebb862ad6d2e18939d544c3710745a7e3f) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/StabilityPointStructuresPluginTest.cs (.../StabilityPointStructuresPluginTest.cs) (revision cac59383f988a0ae04b351f9e880910a35284947) @@ -69,23 +69,20 @@ typeof(StabilityPointStructuresFailureMechanismContext), typeof(StabilityPointStructuresFailureMechanismProperties)); Assert.IsNull(failureMechanismContextProperties.AdditionalDataCheck); - Assert.IsNull(failureMechanismContextProperties.GetObjectPropertiesData); Assert.IsNull(failureMechanismContextProperties.AfterCreate); PropertyInfo stabilityPointStructureProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(StabilityPointStructure), typeof(StabilityPointStructureProperties)); Assert.IsNull(stabilityPointStructureProperties.AdditionalDataCheck); - Assert.IsNull(stabilityPointStructureProperties.GetObjectPropertiesData); Assert.IsNull(stabilityPointStructureProperties.AfterCreate); PropertyInfo stabilityPointStructuresInputContextPropertyInfo = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(StabilityPointStructuresInputContext), typeof(StabilityPointStructuresInputContextProperties)); Assert.IsNull(stabilityPointStructuresInputContextPropertyInfo.AdditionalDataCheck); - Assert.IsNull(stabilityPointStructuresInputContextPropertyInfo.GetObjectPropertiesData); Assert.IsNull(stabilityPointStructuresInputContextPropertyInfo.AfterCreate); } }