Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.TestUtil/ExportableSectionAssemblyResultTestHelper.cs =================================================================== diff -u -rd4337f2d7004bced560528c19eb287023e9f3801 -r9752acce35ee3c14d60181e056e9fcd4b8f0a411 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.TestUtil/ExportableSectionAssemblyResultTestHelper.cs (.../ExportableSectionAssemblyResultTestHelper.cs) (revision d4337f2d7004bced560528c19eb287023e9f3801) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.TestUtil/ExportableSectionAssemblyResultTestHelper.cs (.../ExportableSectionAssemblyResultTestHelper.cs) (revision 9752acce35ee3c14d60181e056e9fcd4b8f0a411) @@ -38,6 +38,12 @@ /// The which was /// used to generate the result. /// The to assert. + /// Thrown when: + /// + /// The values between and + /// do not match. + /// The does not match. + /// public static void AssertExportableSectionAssemblyResult(FailureMechanismSectionAssembly assemblyResult, ExportableAssemblyMethod assemblyMethod, ExportableSectionAssemblyResultWithProbability exportableSectionAssemblyResult) @@ -54,6 +60,12 @@ /// The which was /// used to generate the result. /// The to assert. + /// Thrown when: + /// + /// The values between and + /// do not match. + /// The does not match. + /// public static void AssertExportableSectionAssemblyResult(FailureMechanismSectionAssemblyCategoryGroup assemblyResult, ExportableAssemblyMethod assemblyMethod, ExportableSectionAssemblyResult exportableSectionAssemblyResult)