Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssemblyResultTotalViewInfoTest.cs =================================================================== diff -u -r9dbf7bccb39f8f0516c34a816cdec5ad669d440f -ra0a4e562a35b80812564d9755592c7142cf025c2 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssemblyResultTotalViewInfoTest.cs (.../AssemblyResultTotalViewInfoTest.cs) (revision 9dbf7bccb39f8f0516c34a816cdec5ad669d440f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssemblyResultTotalViewInfoTest.cs (.../AssemblyResultTotalViewInfoTest.cs) (revision a0a4e562a35b80812564d9755592c7142cf025c2) @@ -53,6 +53,14 @@ } [Test] + public void Initialized_Always_ExpectedPropertiesSet() + { + // Assert + Assert.AreEqual(typeof(AssemblyResultTotalContext), info.DataType); + Assert.AreEqual(typeof(AssessmentSection), info.ViewDataType); + } + + [Test] public void CreateInstance_WithContext_SetsExpectedViewProperties() { // Setup Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssessmentSectionAssemblyCategoriesViewInfoTest.cs =================================================================== diff -u -r843c065c6890d47a6088e1500778b578806989df -ra0a4e562a35b80812564d9755592c7142cf025c2 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssessmentSectionAssemblyCategoriesViewInfoTest.cs (.../AssessmentSectionAssemblyCategoriesViewInfoTest.cs) (revision 843c065c6890d47a6088e1500778b578806989df) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssessmentSectionAssemblyCategoriesViewInfoTest.cs (.../AssessmentSectionAssemblyCategoriesViewInfoTest.cs) (revision a0a4e562a35b80812564d9755592c7142cf025c2) @@ -28,6 +28,7 @@ using Rhino.Mocks; using Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Calculators; using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.Contribution; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Forms.Views; @@ -55,6 +56,14 @@ } [Test] + public void Initialized_Always_ExpectedPropertiesSet() + { + // Assert + Assert.AreEqual(typeof(NormContext), info.DataType); + Assert.AreEqual(typeof(FailureMechanismContribution), info.ViewDataType); + } + + [Test] public void CreateInstance_WithContext_SetsExpectedViewProperties() { // Setup