Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs =================================================================== diff -u -re570ba372fafe1802a4caae2ef9410b64457198b -r5724d9646d808c712d3bd87ecc89d8e23426c83f --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision e570ba372fafe1802a4caae2ef9410b64457198b) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision 5724d9646d808c712d3bd87ecc89d8e23426c83f) @@ -76,21 +76,21 @@ Assert.IsNull(heightStructuresFailureMechanismContextPropertyInfo.AdditionalDataCheck); Assert.IsNull(heightStructuresFailureMechanismContextPropertyInfo.AfterCreate); - PropertyInfo heightStructuresInputContextPropertyInfo = PluginTestHelper.AssertPropertyInfoDefined( - propertyInfos, - typeof(HeightStructuresInputContext), - typeof(HeightStructuresInputContextProperties)); - Assert.IsNull(heightStructuresInputContextPropertyInfo.AdditionalDataCheck); - Assert.IsNull(heightStructuresInputContextPropertyInfo.GetObjectPropertiesData); - Assert.IsNull(heightStructuresInputContextPropertyInfo.AfterCreate); - PropertyInfo heightStructurePropertyInfo = PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, 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(); }