Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -rc114776ae9eae9848dd5841211bbe2105ae57dc7 -rd9ab95693a5400fd60bc7ade6c727823d7814259 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision c114776ae9eae9848dd5841211bbe2105ae57dc7) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision d9ab95693a5400fd60bc7ade6c727823d7814259) @@ -58,6 +58,11 @@ private readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Ringtoets.Integration.Service, "HydraRingCalculation"); + public override void Setup() + { + mockRepository = new MockRepository(); + } + [Test] public void Initialized_Always_ExpectedPropertiesSet() { @@ -565,11 +570,6 @@ mockRepository.VerifyAll(); } - public override void Setup() - { - mockRepository = new MockRepository(); - } - private static TreeNodeInfo GetInfo(RingtoetsPlugin plugin) { return plugin.GetTreeNodeInfos().First(tni => tni.TagType == typeof(WaveHeightLocationsContext));