Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs =================================================================== diff -u -rebbeffd91eaea94fc32dad0d24b11b1db8d57b9b -r10c4bc363c570e20b905fcccbd55a2098ccfaa93 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs (.../GeneralResultFaultTreeIllustrationPointViewInfoTest.cs) (revision ebbeffd91eaea94fc32dad0d24b11b1db8d57b9b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs (.../GeneralResultFaultTreeIllustrationPointViewInfoTest.cs) (revision 10c4bc363c570e20b905fcccbd55a2098ccfaa93) @@ -75,17 +75,11 @@ [Test] public void GetViewName_Always_ReturnsCalculationOutputDisplayName() { - // Setup - using (var view = new GeneralResultFaultTreeIllustrationPointView(() => new TestGeneralResultFaultTreeIllustrationPoint())) - { - var calculation = new TestStructuresCalculation(); + // Call + string viewName = info.GetViewName(null, null); - // Call - string viewName = info.GetViewName(view, calculation); - - // Assert - Assert.AreEqual("Resultaat", viewName); - } + // Assert + Assert.AreEqual("Resultaat", viewName); } [Test] @@ -102,8 +96,7 @@ Assert.AreSame(calculation, viewData); } - [Ignore("Just a base class")] - public class ShouldCloseGeneralResultFaultTreeIllustrationPointViewForStructuresTester : ShouldCloseViewWithCalculationDataTester + public abstract class ShouldCloseGeneralResultFaultTreeIllustrationPointViewForStructuresTester : ShouldCloseViewWithCalculationDataTester { protected override bool PerformShouldCloseViewWithCalculationDataMethod(IView view, object o) {