Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r35baeb163866f62a72bccf6438ddc08b41407ecf -r805900e6c21f2b90ae2c238afb48dc054f769084 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 35baeb163866f62a72bccf6438ddc08b41407ecf) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 805900e6c21f2b90ae2c238afb48dc054f769084) @@ -51,6 +51,11 @@ [TestFixture] public class HeightStructuresFailureMechanismContextTreeNodeInfoTest : NUnitFormTest { + private const int contextMenuRelevancyIndexWhenRelevant = 0; + private const int contextMenuRelevancyIndexWhenNotRelevant = 0; + private const int contextMenuValidateAllIndex = 2; + private const int contextMenuCalculateAllIndex = 3; + private const int contextMenuClearAllIndex = 4; private readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Ringtoets.HydraRing.IO, "HydraulicBoundaryLocationReader"); private MockRepository mocksRepository; @@ -65,14 +70,6 @@ info = plugin.GetTreeNodeInfos().First(tni => tni.TagType == typeof(HeightStructuresFailureMechanismContext)); } - public override void TearDown() - { - plugin.Dispose(); - mocksRepository.VerifyAll(); - - base.TearDown(); - } - [Test] public void Initialized_Always_ExpectedPropertiesSet() { @@ -836,10 +833,12 @@ } } - private const int contextMenuRelevancyIndexWhenRelevant = 0; - private const int contextMenuRelevancyIndexWhenNotRelevant = 0; - private const int contextMenuValidateAllIndex = 2; - private const int contextMenuCalculateAllIndex = 3; - private const int contextMenuClearAllIndex = 4; + public override void TearDown() + { + plugin.Dispose(); + mocksRepository.VerifyAll(); + + base.TearDown(); + } } } \ No newline at end of file