Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r0abf371c5f6f450232d49f3c1a031476063ce04b -r12523c3e374d5e02309863685e7fd973778e8514 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 0abf371c5f6f450232d49f3c1a031476063ce04b) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 12523c3e374d5e02309863685e7fd973778e8514) @@ -43,6 +43,17 @@ [TestFixture] public class HeightStructuresInputContextPropertiesTest { + private const int orientationOfTheNormalOfTheStructurePropertyIndex = 0; + private const int levelOfCrestOfStructurePropertyIndex = 1; + private const int allowableIncreaseOfLevelForStoragePropertyIndex = 2; + private const int storageStructureAreaPropertyIndex = 3; + private const int flowWidthAtBottomProtectionPropertyIndex = 4; + private const int widthOfFlowAperturesPropertyIndex = 5; + private const int criticalOvertoppingDischargePropertyIndex = 6; + private const int failureProbabilityOfStructureGivenErosionPropertyIndex = 7; + private const int modelFactorOvertoppingSuperCriticalFlowPropertyIndex = 8; + private const int hydraulicBoundaryLocationPropertyIndex = 9; + private const int stormDurationPropertyIndex = 10; private MockRepository mockRepository; [SetUp] @@ -363,17 +374,5 @@ { Assert.AreEqual(expected.Data, actual.Data); } - - private const int orientationOfTheNormalOfTheStructurePropertyIndex = 0; - private const int levelOfCrestOfStructurePropertyIndex = 1; - private const int allowableIncreaseOfLevelForStoragePropertyIndex = 2; - private const int storageStructureAreaPropertyIndex = 3; - private const int flowWidthAtBottomProtectionPropertyIndex = 4; - private const int widthOfFlowAperturesPropertyIndex = 5; - private const int criticalOvertoppingDischargePropertyIndex = 6; - private const int failureProbabilityOfStructureGivenErosionPropertyIndex = 7; - private const int modelFactorOvertoppingSuperCriticalFlowPropertyIndex = 8; - private const int hydraulicBoundaryLocationPropertyIndex = 9; - private const int stormDurationPropertyIndex = 10; } } \ No newline at end of file