Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs =================================================================== diff -u -r15a5390b22bbd15e777f7df088c61e2b05803723 -r24da3aa72ccc0776599628c9f971081694048d9a --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs (.../HeightStructuresFailureMechanismContextPropertiesTest.cs) (revision 15a5390b22bbd15e777f7df088c61e2b05803723) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs (.../HeightStructuresFailureMechanismContextPropertiesTest.cs) (revision 24da3aa72ccc0776599628c9f971081694048d9a) @@ -35,6 +35,12 @@ [TestFixture] public class HeightStructuresFailureMechanismContextPropertiesTest { + private const int namePropertyIndex = 0; + private const int codePropertyIndex = 1; + private const int gravitationalAccelerationPropertyIndex = 2; + private const int lengthEffectPropertyIndex = 3; + private const int modelfactorOvertoppingFlowPropertyIndex = 4; + private const int modelFactorForStorageVolumePropertyIndex = 5; private MockRepository mockRepository; [SetUp] @@ -175,12 +181,5 @@ mockRepository.VerifyAll(); } - - private const int namePropertyIndex = 0; - private const int codePropertyIndex = 1; - private const int gravitationalAccelerationPropertyIndex = 2; - private const int lengthEffectPropertyIndex = 3; - private const int modelfactorOvertoppingFlowPropertyIndex = 4; - private const int modelFactorForStorageVolumePropertyIndex = 5; } } \ No newline at end of file