Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs =================================================================== diff -u -r0abf371c5f6f450232d49f3c1a031476063ce04b -r12523c3e374d5e02309863685e7fd973778e8514 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs (.../HeightStructuresFailureMechanismContextPropertiesTest.cs) (revision 0abf371c5f6f450232d49f3c1a031476063ce04b) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs (.../HeightStructuresFailureMechanismContextPropertiesTest.cs) (revision 12523c3e374d5e02309863685e7fd973778e8514) @@ -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