Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/GrassCoverErosionOutwardsPluginTest.cs =================================================================== diff -u -r2e1466c5ff960c69484f4e4bac08f7b3a3b17493 -r2973c5f790a5131e427bd5f73e2a620044199639 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/GrassCoverErosionOutwardsPluginTest.cs (.../GrassCoverErosionOutwardsPluginTest.cs) (revision 2e1466c5ff960c69484f4e4bac08f7b3a3b17493) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/GrassCoverErosionOutwardsPluginTest.cs (.../GrassCoverErosionOutwardsPluginTest.cs) (revision 2973c5f790a5131e427bd5f73e2a620044199639) @@ -119,35 +119,35 @@ Assert.AreEqual(7, propertyInfos.Length); PropertyInfo grassCoverErosionOutwardsFailureMechanismProperties = PluginTestHelper.AssertPropertyInfoDefined( - propertyInfos, - typeof(GrassCoverErosionOutwardsFailureMechanismContext), + propertyInfos, + typeof(GrassCoverErosionOutwardsFailureMechanismContext), typeof(GrassCoverErosionOutwardsFailureMechanismProperties)); Assert.IsNull(grassCoverErosionOutwardsFailureMechanismProperties.AdditionalDataCheck); Assert.IsNull(grassCoverErosionOutwardsFailureMechanismProperties.AfterCreate); var waterLevelHydraulicBoundaryLocationsContextProperties = PluginTestHelper.AssertPropertyInfoDefined( - propertyInfos, - typeof(GrassCoverErosionOutwardsDesignWaterLevelLocationsContext), + propertyInfos, + typeof(GrassCoverErosionOutwardsDesignWaterLevelLocationsContext), typeof(GrassCoverErosionOutwardsDesignWaterLevelLocationsContextProperties)); Assert.IsNull(waterLevelHydraulicBoundaryLocationsContextProperties.AdditionalDataCheck); Assert.IsNull(waterLevelHydraulicBoundaryLocationsContextProperties.AfterCreate); var waveHeightLocationContextProperties = PluginTestHelper.AssertPropertyInfoDefined( - propertyInfos, + propertyInfos, typeof(GrassCoverErosionOutwardsWaveHeightLocationsContext), typeof(GrassCoverErosionOutwardsWaveHeightLocationsContextProperties)); Assert.IsNull(waveHeightLocationContextProperties.AdditionalDataCheck); Assert.IsNull(waveHeightLocationContextProperties.AfterCreate); var grassCoverErosionWaveConditionsOutputProperties = PluginTestHelper.AssertPropertyInfoDefined( - propertyInfos, + propertyInfos, typeof(GrassCoverErosionOutwardsWaveConditionsOutput), typeof(GrassCoverErosionOutwardsWaveConditionsOutputProperties)); Assert.IsNull(grassCoverErosionWaveConditionsOutputProperties.AdditionalDataCheck); Assert.IsNull(grassCoverErosionWaveConditionsOutputProperties.AfterCreate); var grassCoverErosionWaveConditionsInputContextroperties = PluginTestHelper.AssertPropertyInfoDefined( - propertyInfos, + propertyInfos, typeof(GrassCoverErosionOutwardsWaveConditionsInputContext), typeof(GrassCoverErosionOutwardsWaveConditionsInputContextProperties)); Assert.IsNull(grassCoverErosionWaveConditionsInputContextroperties.AdditionalDataCheck); @@ -161,7 +161,7 @@ Assert.IsNull(grassCoverErosionDesignWaterLevelLocationContextProperties.AfterCreate); var grasCoverErosionWaveHeightWaterLevelLocationContextProperties = PluginTestHelper.AssertPropertyInfoDefined( - propertyInfos, + propertyInfos, typeof(GrassCoverErosionOutwardsWaveHeightLocationContext), typeof(GrassCoverErosionOutwardsWaveHeightLocationContextProperties)); Assert.IsNull(grasCoverErosionWaveHeightWaterLevelLocationContextProperties.AdditionalDataCheck);