Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs =================================================================== diff -u -rae8af28b6d5528cbbaa329dcffea6c8dbbe2a39f -r805900e6c21f2b90ae2c238afb48dc054f769084 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs (.../HeightStructuresFailureMechanismContextPropertiesTest.cs) (revision ae8af28b6d5528cbbaa329dcffea6c8dbbe2a39f) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs (.../HeightStructuresFailureMechanismContextPropertiesTest.cs) (revision 805900e6c21f2b90ae2c238afb48dc054f769084) @@ -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