Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -rf64dceaa32788bad28dcf09f4a1c3150595f1327 -r24da3aa72ccc0776599628c9f971081694048d9a --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision f64dceaa32788bad28dcf09f4a1c3150595f1327) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 24da3aa72ccc0776599628c9f971081694048d9a) @@ -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