Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs =================================================================== diff -u -r9383ddebb862ad6d2e18939d544c3710745a7e3f -rcac59383f988a0ae04b351f9e880910a35284947 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs (.../RingtoetsPluginTest.cs) (revision 9383ddebb862ad6d2e18939d544c3710745a7e3f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs (.../RingtoetsPluginTest.cs) (revision cac59383f988a0ae04b351f9e880910a35284947) @@ -207,103 +207,90 @@ typeof(IProject), typeof(RingtoetsProjectProperties)); Assert.IsNull(ringtoetsProjectProperties.AdditionalDataCheck); - Assert.IsNull(ringtoetsProjectProperties.GetObjectPropertiesData); Assert.IsNull(ringtoetsProjectProperties.AfterCreate); PropertyInfo assessmentSectionProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(IAssessmentSection), typeof(AssessmentSectionProperties)); Assert.IsNull(assessmentSectionProperties.AdditionalDataCheck); - Assert.IsNull(assessmentSectionProperties.GetObjectPropertiesData); Assert.IsNull(assessmentSectionProperties.AfterCreate); PropertyInfo hydraulicBoundaryDatabaseProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(HydraulicBoundaryDatabaseContext), typeof(HydraulicBoundaryDatabaseProperties)); Assert.IsNull(hydraulicBoundaryDatabaseProperties.AdditionalDataCheck); - Assert.IsNull(hydraulicBoundaryDatabaseProperties.GetObjectPropertiesData); Assert.IsNull(hydraulicBoundaryDatabaseProperties.AfterCreate); PropertyInfo failureMechanismContributionProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(FailureMechanismContributionContext), typeof(FailureMechanismContributionProperties)); Assert.IsNull(failureMechanismContributionProperties.AdditionalDataCheck); - Assert.IsNull(failureMechanismContributionProperties.GetObjectPropertiesData); Assert.IsNotNull(failureMechanismContributionProperties.AfterCreate); PropertyInfo standAloneFailureMechanismProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(FailureMechanismContext), typeof(StandAloneFailureMechanismContextProperties)); Assert.IsNull(standAloneFailureMechanismProperties.AdditionalDataCheck); - Assert.IsNull(standAloneFailureMechanismProperties.GetObjectPropertiesData); Assert.IsNull(standAloneFailureMechanismProperties.AfterCreate); PropertyInfo calculationGroupProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(ICalculationContext), typeof(CalculationGroupContextProperties)); Assert.IsNull(calculationGroupProperties.AdditionalDataCheck); - Assert.IsNull(calculationGroupProperties.GetObjectPropertiesData); Assert.IsNull(calculationGroupProperties.AfterCreate); PropertyInfo calculationContextProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(ICalculationContext), typeof(CalculationContextProperties)); Assert.IsNull(calculationContextProperties.AdditionalDataCheck); - Assert.IsNull(calculationContextProperties.GetObjectPropertiesData); Assert.IsNull(calculationContextProperties.AfterCreate); PropertyInfo outputContextProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(ProbabilityAssessmentOutput), typeof(ProbabilityAssessmentOutputProperties)); Assert.IsNull(outputContextProperties.AdditionalDataCheck); - Assert.IsNull(outputContextProperties.GetObjectPropertiesData); Assert.IsNull(outputContextProperties.AfterCreate); PropertyInfo designWaterLevelLocationsContextProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(DesignWaterLevelLocationsContext), typeof(DesignWaterLevelLocationsContextProperties)); Assert.IsNull(designWaterLevelLocationsContextProperties.AdditionalDataCheck); - Assert.IsNull(designWaterLevelLocationsContextProperties.GetObjectPropertiesData); Assert.IsNull(designWaterLevelLocationsContextProperties.AfterCreate); PropertyInfo designWaterLevelLocationContextProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(DesignWaterLevelLocationContext), typeof(DesignWaterLevelLocationContextProperties)); Assert.IsNull(designWaterLevelLocationContextProperties.AdditionalDataCheck); - Assert.IsNull(designWaterLevelLocationContextProperties.GetObjectPropertiesData); Assert.IsNull(designWaterLevelLocationContextProperties.AfterCreate); PropertyInfo waveHeightLocationsContextProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(WaveHeightLocationsContext), typeof(WaveHeightLocationsContextProperties)); Assert.IsNull(waveHeightLocationsContextProperties.AdditionalDataCheck); - Assert.IsNull(waveHeightLocationsContextProperties.GetObjectPropertiesData); Assert.IsNull(waveHeightLocationsContextProperties.AfterCreate); PropertyInfo waveHeightLocationContextProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(WaveHeightLocationContext), typeof(WaveHeightLocationContextProperties)); Assert.IsNull(waveHeightLocationContextProperties.AdditionalDataCheck); - Assert.IsNull(waveHeightLocationContextProperties.GetObjectPropertiesData); Assert.IsNull(waveHeightLocationContextProperties.AfterCreate); PropertyInfo foreshoreProfileProperties = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(ForeshoreProfile), typeof(ForeshoreProfileProperties)); Assert.IsNull(foreshoreProfileProperties.AdditionalDataCheck); - Assert.IsNull(foreshoreProfileProperties.GetObjectPropertiesData); Assert.IsNull(foreshoreProfileProperties.AfterCreate); } }