Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableCombinedFailureMechanismSectionAssemblyCreator.cs =================================================================== diff -u -r4b7ea112093d1c9c952fd0b56fe78ba13b4e03e8 -r6b8af58990e5ace60e118614138029b501d4227d --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableCombinedFailureMechanismSectionAssemblyCreator.cs (.../AggregatedSerializableCombinedFailureMechanismSectionAssemblyCreator.cs) (revision 4b7ea112093d1c9c952fd0b56fe78ba13b4e03e8) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableCombinedFailureMechanismSectionAssemblyCreator.cs (.../AggregatedSerializableCombinedFailureMechanismSectionAssemblyCreator.cs) (revision 6b8af58990e5ace60e118614138029b501d4227d) @@ -49,7 +49,8 @@ /// for. /// An . /// Thrown when any parameter is null. - /// Thrown when is invalid to create a serializable counterpart for. + /// Thrown when + /// is invalid to create a serializable counterpart for. public static AggregatedSerializableCombinedFailureMechanismSectionAssembly Create(IdentifierGenerator idGenerator, SerializableTotalAssemblyResult serializableTotalAssemblyResult, SerializableFailureMechanismSectionCollection serializableFailureMechanismSectionCollection, Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismCreator.cs =================================================================== diff -u -r03dc3a694c18874cc47b420dc2a63ee0d2fabf77 -r6b8af58990e5ace60e118614138029b501d4227d --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismCreator.cs (.../AggregatedSerializableFailureMechanismCreator.cs) (revision 03dc3a694c18874cc47b420dc2a63ee0d2fabf77) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismCreator.cs (.../AggregatedSerializableFailureMechanismCreator.cs) (revision 6b8af58990e5ace60e118614138029b501d4227d) @@ -39,12 +39,14 @@ /// Creates an instance of based on its input parameters. /// /// The generator to generate ids for the serializable components. - /// The the serializable components belong to. - /// The without a probability to - /// create an for. + /// The + /// the serializable components belong to. + /// The + /// without a probability to create an for. /// An . /// Thrown when any parameter is null. - /// Thrown when is invalid to create a serializable counterpart for. + /// Thrown when + /// is invalid to create a serializable counterpart for. /// Thrown when the /// contains unsupported items in the failure mechanism section assembly results. public static AggregatedSerializableFailureMechanism Create(IdentifierGenerator idGenerator, Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs =================================================================== diff -u -ra802d61a29b00b89da9aa88352e3f66b82bb33d1 -r6b8af58990e5ace60e118614138029b501d4227d --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs (.../AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs) (revision a802d61a29b00b89da9aa88352e3f66b82bb33d1) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs (.../AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs) (revision 6b8af58990e5ace60e118614138029b501d4227d) @@ -39,14 +39,13 @@ internal static class AggregatedSerializableFailureMechanismSectionAssemblyCreator { /// - /// Creates an instance of - /// based on its input parameters. + /// Creates an instance of based on its input parameters. /// /// The generator to generate ids for the serializable components. /// The the result belongs to. /// The the result belongs to. - /// The to create an - /// for. + /// The + /// to create an for. /// An . /// Thrown when any parameter is null. /// Thrown when is invalid to create a serializable counterpart for. @@ -90,14 +89,13 @@ } /// - /// Creates an instance of - /// based on its input parameters. + /// Creates an instance of based on its input parameters. /// /// The id generator to generate an id for . /// The the result belongs to. /// The the result belongs to. - /// The to create an - /// for. + /// The + /// to create an for. /// An . /// Thrown when any parameter is null. /// Thrown when is invalid to create a serializable counterpart for. @@ -141,14 +139,13 @@ } /// - /// Creates an instance of - /// based on its input parameters. + /// Creates an instance of based on its input parameters. /// /// The id generator to generate an id for . /// The the result belongs to. /// The the result belongs to. - /// The to create an - /// for. + /// The + /// to create an for. /// An . /// Thrown when any parameter is null. /// Thrown when is invalid to create a serializable counterpart for. @@ -192,14 +189,13 @@ } /// - /// Creates an instance of - /// based on its input parameters. + /// Creates an instance of based on its input parameters. /// /// The id generator to generate an id for . /// The the result belongs to. /// The the result belongs to. - /// The to create an - /// for. + /// The + /// to create an for. /// An . /// Thrown when any parameter is null. /// Thrown when is invalid to create a serializable counterpart for. @@ -243,8 +239,7 @@ } /// - /// Creates an instance of - /// based on its input parameters. + /// Creates an instance of based on its input parameters. /// /// The id generator to generate an id for . /// The the result belongs to. @@ -294,12 +289,11 @@ } /// - /// Creates a collection of whether an based on . + /// Creates a collection of based on . /// /// The to create a collection of /// for. - /// Thrown when - /// is invalid to create a serializable counterpart for. + /// Thrown when is invalid to create a serializable counterpart for. private static SerializableFailureMechanismSectionAssemblyResult[] CreateAssemblySectionResults(ExportableAggregatedFailureMechanismSectionAssemblyResult sectionResult) { var serializableSectionAssemblyResults = new List(); @@ -326,12 +320,11 @@ } /// - /// Creates a collection of whether an based on . + /// Creates a collection of based on . /// /// The to create a collection of /// for. - /// Thrown when - /// is invalid to create a serializable counterpart for. + /// Thrown when is invalid to create a serializable counterpart for. private static SerializableFailureMechanismSectionAssemblyResult[] CreateAssemblySectionResults( ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbability sectionResult) { @@ -359,12 +352,11 @@ } /// - /// Creates a collection of whether an based on . + /// Creates a collection of based on . /// /// The to create a collection of /// for. - /// Thrown when - /// is invalid to create a serializable counterpart for. + /// Thrown when is invalid to create a serializable counterpart for. private static SerializableFailureMechanismSectionAssemblyResult[] CreateAssemblySectionResults( ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly sectionResult) { Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/SerializableCombinedFailureMechanismSectionAssemblyResultCreator.cs =================================================================== diff -u -r64bd60c5f92229044d3adf59d096a3b29f69ab4a -r6b8af58990e5ace60e118614138029b501d4227d --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/SerializableCombinedFailureMechanismSectionAssemblyResultCreator.cs (.../SerializableCombinedFailureMechanismSectionAssemblyResultCreator.cs) (revision 64bd60c5f92229044d3adf59d096a3b29f69ab4a) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/SerializableCombinedFailureMechanismSectionAssemblyResultCreator.cs (.../SerializableCombinedFailureMechanismSectionAssemblyResultCreator.cs) (revision 6b8af58990e5ace60e118614138029b501d4227d) @@ -40,8 +40,8 @@ /// to create a for. /// A . /// Thrown when is null. - /// Thrown when is invalid to create a - /// serializable counterpart for. + /// Thrown when + /// is invalid to create a serializable counterpart for. public static SerializableCombinedFailureMechanismSectionAssemblyResult Create(ExportableFailureMechanismCombinedSectionAssemblyResult sectionResult) { if (sectionResult == null) Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/SerializableFailureMechanismResultCreator.cs =================================================================== diff -u -rb741ba716e73996ab805398ae44a1bb3cd675fc9 -r6b8af58990e5ace60e118614138029b501d4227d --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/SerializableFailureMechanismResultCreator.cs (.../SerializableFailureMechanismResultCreator.cs) (revision b741ba716e73996ab805398ae44a1bb3cd675fc9) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/SerializableFailureMechanismResultCreator.cs (.../SerializableFailureMechanismResultCreator.cs) (revision 6b8af58990e5ace60e118614138029b501d4227d) @@ -41,7 +41,8 @@ /// A . /// Thrown when /// is null. - /// Thrown when is invalid to create a serializable counterpart for. + /// Thrown when + /// is invalid to create a serializable counterpart for. public static SerializableFailureMechanismAssemblyResult Create(ExportableFailureMechanismAssemblyResult result) { if (result == null) @@ -64,7 +65,8 @@ /// A . /// Thrown when /// is null. - /// Thrown when is invalid to create a serializable counterpart for. + /// Thrown when + /// is invalid to create a serializable counterpart for. public static SerializableFailureMechanismAssemblyResult Create(ExportableFailureMechanismAssemblyResultWithProbability result) { if (result == null) Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/SerializableCombinedFailureMechanismSectionAssemblyResultCreatorTest.cs =================================================================== diff -u -r64bd60c5f92229044d3adf59d096a3b29f69ab4a -r6b8af58990e5ace60e118614138029b501d4227d --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/SerializableCombinedFailureMechanismSectionAssemblyResultCreatorTest.cs (.../SerializableCombinedFailureMechanismSectionAssemblyResultCreatorTest.cs) (revision 64bd60c5f92229044d3adf59d096a3b29f69ab4a) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/SerializableCombinedFailureMechanismSectionAssemblyResultCreatorTest.cs (.../SerializableCombinedFailureMechanismSectionAssemblyResultCreatorTest.cs) (revision 6b8af58990e5ace60e118614138029b501d4227d) @@ -45,7 +45,7 @@ } [Test] - public void Create_WithSectionAssembly_ReturnsSerializableCombinedFailureMechanismSectionAssemblyResult() + public void Create_WithExportableFailureMechanismCombinedSectionAssemblyResult_ReturnsSerializableCombinedFailureMechanismSectionAssemblyResult() { // Setup var random = new Random(21); @@ -67,7 +67,7 @@ } [Test] - public void Create_WithSectionAssemblyResultNone_ThrowsAssemblyCreatorException() + public void Create_WithExportableFailureMechanismCombinedSectionAssemblyResultAndResultNone_ThrowsAssemblyCreatorException() { // Setup var random = new Random(21); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/SerializableFailureMechanismResultCreatorTest.cs =================================================================== diff -u -r8f5763187cbd04a1dd8261d2bea61a082840789c -r6b8af58990e5ace60e118614138029b501d4227d --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/SerializableFailureMechanismResultCreatorTest.cs (.../SerializableFailureMechanismResultCreatorTest.cs) (revision 8f5763187cbd04a1dd8261d2bea61a082840789c) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/SerializableFailureMechanismResultCreatorTest.cs (.../SerializableFailureMechanismResultCreatorTest.cs) (revision 6b8af58990e5ace60e118614138029b501d4227d) @@ -46,7 +46,7 @@ } [Test] - public void Create_WithFailureMechanismAssemblyResultNone_ThrowsAssemblyCreatorException() + public void Create_WithExportableFailureMechanismAssemblyResultAndResultNone_ThrowsAssemblyCreatorException() { // Setup var random = new Random(21); @@ -62,7 +62,7 @@ } [Test] - public void Create_WithFailureMechanismAssemblyResult_ReturnsSerializableFailureMechanismAssemblyResult() + public void Create_WithExportableFailureMechanismAssemblyResult_ReturnsSerializableFailureMechanismAssemblyResult() { // Setup var random = new Random(21); @@ -101,7 +101,7 @@ } [Test] - public void Create_WithFailureMechanismAssemblyResultWithProbabilityAndResultNone_ThrowsAssemblyCreatorException() + public void Create_WithExportableFailureMechanismAssemblyResultWithProbabilityAndResultNone_ThrowsAssemblyCreatorException() { // Setup var random = new Random(21); @@ -118,7 +118,7 @@ } [Test] - public void Create_WithFailureMechanismAssemblyResultWithProbability_ReturnsSerializableFailureMechanismAssemblyResult() + public void Create_WithExportableFailureMechanismAssemblyResultWithProbability_ReturnsSerializableFailureMechanismAssemblyResult() { // Setup var random = new Random(21);