Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs =================================================================== diff -u -rb44d8e3eef145d1d54529abdfd6dadf2493f218f -r916cb4dc9f01974939c64d661759cb3a9a749e70 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs (.../GeneralResultFaultTreeIllustrationPointViewInfoTest.cs) (revision b44d8e3eef145d1d54529abdfd6dadf2493f218f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs (.../GeneralResultFaultTreeIllustrationPointViewInfoTest.cs) (revision 916cb4dc9f01974939c64d661759cb3a9a749e70) @@ -96,6 +96,16 @@ Assert.AreSame(calculation, viewData); } + [Test] + public void CreateInstance_Always_CreatesGeneralResultFaultTreeIllustrationPointView() + { + // Call + IView view = info.CreateInstance(null); + + // Assert + Assert.IsInstanceOf(view); + } + public abstract class ShouldCloseGeneralResultFaultTreeIllustrationPointViewForStructuresTester : ShouldCloseViewWithCalculationDataTester { protected override bool PerformShouldCloseViewWithCalculationDataMethod(IView view, object o)