Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedFailureMechanismSection.cs =================================================================== diff -u -raa45a8e9f198ca0cfab1deb1559d6983cbc64cd2 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedFailureMechanismSection.cs (.../ExportableCombinedFailureMechanismSection.cs) (revision aa45a8e9f198ca0cfab1deb1559d6983cbc64cd2) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedFailureMechanismSection.cs (.../ExportableCombinedFailureMechanismSection.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -31,7 +31,7 @@ } /// - /// Gets the method that was used to get this section. + /// Gets the assembly method that was used to get this section. /// public ExportableAssemblyMethod AssemblyMethod { get; } } Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedSectionAssembly.cs =================================================================== diff -u -rc69a8c2d2d053a44ba18d18a1222dca660c274b6 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedSectionAssembly.cs (.../ExportableCombinedSectionAssembly.cs) (revision c69a8c2d2d053a44ba18d18a1222dca660c274b6) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableCombinedSectionAssembly.cs (.../ExportableCombinedSectionAssembly.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -45,7 +45,7 @@ public ExportableCombinedFailureMechanismSection Section { get; } /// - /// Gets the assembly result of this section. + /// Gets the combined assembly result of this section. /// public ExportableSectionAssemblyResult CombinedSectionAssemblyResult { get; } Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismAssemblyResult.cs =================================================================== diff -u -r394d4bb7f5b70520288acdaae2c35c64bb2942b0 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismAssemblyResult.cs (.../ExportableFailureMechanismAssemblyResult.cs) (revision 394d4bb7f5b70520288acdaae2c35c64bb2942b0) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismAssemblyResult.cs (.../ExportableFailureMechanismAssemblyResult.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -25,7 +25,7 @@ public ExportableAssemblyMethod AssemblyMethod { get; } /// - /// Gets the assembly category. + /// Gets the assembly category result. /// public FailureMechanismAssemblyCategoryGroup AssemblyCategory { get; } } Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismAssemblyResultWithProbability.cs =================================================================== diff -u -r394d4bb7f5b70520288acdaae2c35c64bb2942b0 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismAssemblyResultWithProbability.cs (.../ExportableFailureMechanismAssemblyResultWithProbability.cs) (revision 394d4bb7f5b70520288acdaae2c35c64bb2942b0) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismAssemblyResultWithProbability.cs (.../ExportableFailureMechanismAssemblyResultWithProbability.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -22,7 +22,7 @@ } /// - /// Gets the probability. + /// Gets the probability of the assembly result of this failure mechanism. /// public double Probability { get; } } Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismCombinedSectionAssemblyResult.cs =================================================================== diff -u -rd2716e03975b67c298f626178f7ba9cf6d99b07b -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismCombinedSectionAssemblyResult.cs (.../ExportableFailureMechanismCombinedSectionAssemblyResult.cs) (revision d2716e03975b67c298f626178f7ba9cf6d99b07b) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismCombinedSectionAssemblyResult.cs (.../ExportableFailureMechanismCombinedSectionAssemblyResult.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -26,7 +26,7 @@ } /// - /// Gets the assembly result. + /// Gets the assembly result of this combined section. /// public ExportableSectionAssemblyResult SectionAssemblyResult { get; } Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismSection.cs =================================================================== diff -u -raa45a8e9f198ca0cfab1deb1559d6983cbc64cd2 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismSection.cs (.../ExportableFailureMechanismSection.cs) (revision aa45a8e9f198ca0cfab1deb1559d6983cbc64cd2) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableFailureMechanismSection.cs (.../ExportableFailureMechanismSection.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -31,18 +31,18 @@ } /// - /// Gets the geometry of the failure mechanism section. + /// Gets the geometry of this failure mechanism section. /// public IEnumerable Geometry { get; } /// - /// Gets the start distance between the failure mechanism section and the start of the reference line. + /// Gets the start distance between this failure mechanism section and the start of the reference line. /// [m] /// public double StartDistance { get; } /// - /// Gets the end distance between the failure mechanism section and the reference line. + /// Gets the end distance between this failure mechanism section and the reference line. /// [m] /// public double EndDistance { get; } Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableSectionAssemblyResult.cs =================================================================== diff -u -r0e5b053d882dfc62c36c0a84678179a5a259279c -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableSectionAssemblyResult.cs (.../ExportableSectionAssemblyResult.cs) (revision 0e5b053d882dfc62c36c0a84678179a5a259279c) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableSectionAssemblyResult.cs (.../ExportableSectionAssemblyResult.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -11,7 +11,7 @@ /// Creates a new instance of . /// /// The method that was used to assemble this result. - /// The assembly result. + /// The assembly result of this section. public ExportableSectionAssemblyResult(ExportableAssemblyMethod assemblyMethod, FailureMechanismSectionAssemblyCategoryGroup assemblyCategory) { @@ -25,7 +25,7 @@ public ExportableAssemblyMethod AssemblyMethod { get; } /// - /// Gets the assembly category. + /// Gets the assembly result of this section. /// public FailureMechanismSectionAssemblyCategoryGroup AssemblyCategory { get; } } Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableSectionAssemblyResultWithProbability.cs =================================================================== diff -u -r0e5b053d882dfc62c36c0a84678179a5a259279c -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableSectionAssemblyResultWithProbability.cs (.../ExportableSectionAssemblyResultWithProbability.cs) (revision 0e5b053d882dfc62c36c0a84678179a5a259279c) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableSectionAssemblyResultWithProbability.cs (.../ExportableSectionAssemblyResultWithProbability.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -11,8 +11,8 @@ /// Creates a new instance of . /// /// The method that was used to assemble this result. - /// The assembly result. - /// The probability of the assembly result. + /// The assembly result of this section. + /// The probability of the assembly result of this section. public ExportableSectionAssemblyResultWithProbability(ExportableAssemblyMethod assemblyMethod, FailureMechanismSectionAssemblyCategoryGroup assemblyCategory, double probability) @@ -22,7 +22,7 @@ } /// - /// Gets the probability of the assembly result. + /// Gets the probability of the assembly result of this section. /// public double Probability { get; } } Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultBaseTest.cs =================================================================== diff -u -rc92cbdd379cb7fccfd80a39507b064cbfba180a1 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultBaseTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultBaseTest.cs) (revision c92cbdd379cb7fccfd80a39507b064cbfba180a1) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultBaseTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultBaseTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -20,7 +20,7 @@ } [Test] - public void Constructor_ExpectedValues() + public void Constructor_WithFailureMechanismSection_ExpectedValues() { // Setup ExportableFailureMechanismSection failureMechanismSection = ExportableFailureMechanismSectionTestFactory.CreatExportableFailureMechanismSection(); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs =================================================================== diff -u -r2ef6b37ec24f65fd5a00c7c1d9d1e9371579bebb -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs) (revision 2ef6b37ec24f65fd5a00c7c1d9d1e9371579bebb) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -54,7 +54,7 @@ } [Test] - public void Constructor_ExpectedValues() + public void Constructor_WithValidArguments_ExpectedValues() { // Setup ExportableFailureMechanismSection failureMechanismSection = ExportableFailureMechanismSectionTestFactory.CreatExportableFailureMechanismSection(); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAssessmentSectionAssemblyResultTest.cs =================================================================== diff -u -rab7637423891ead19190ff8be30751f23c7b31d4 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAssessmentSectionAssemblyResultTest.cs (.../ExportableAssessmentSectionAssemblyResultTest.cs) (revision ab7637423891ead19190ff8be30751f23c7b31d4) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAssessmentSectionAssemblyResultTest.cs (.../ExportableAssessmentSectionAssemblyResultTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -10,7 +10,7 @@ public class ExportableAssessmentSectionAssemblyResultTest { [Test] - public void Constructor_ExpectedValues() + public void Constructor_WithArguments_ExpectedValues() { // Setup var random = new Random(21); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAssessmentSectionTest.cs =================================================================== diff -u -r8b05b046823fdcab518defd3335b03f5df8ac4b6 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAssessmentSectionTest.cs (.../ExportableAssessmentSectionTest.cs) (revision 8b05b046823fdcab518defd3335b03f5df8ac4b6) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAssessmentSectionTest.cs (.../ExportableAssessmentSectionTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -208,7 +208,7 @@ [Test] [TestCase("")] [TestCase("Valid name")] - public void Constructor_ExpectedValues(string name) + public void Constructor_WithValidArguments_ExpectedValues(string name) { // Setup IEnumerable geometry = Enumerable.Empty(); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableCombinedSectionAssemblyTest.cs =================================================================== diff -u -rc69a8c2d2d053a44ba18d18a1222dca660c274b6 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableCombinedSectionAssemblyTest.cs (.../ExportableCombinedSectionAssemblyTest.cs) (revision c69a8c2d2d053a44ba18d18a1222dca660c274b6) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableCombinedSectionAssemblyTest.cs (.../ExportableCombinedSectionAssemblyTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -17,7 +17,8 @@ { // Setup ExportableSectionAssemblyResult combinedAssemblyResult = ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(); - IEnumerable failureMechanismResults = Enumerable.Empty(); + IEnumerable failureMechanismResults = + Enumerable.Empty(); // Call TestDelegate call = () => new ExportableCombinedSectionAssembly(null, combinedAssemblyResult, failureMechanismResults); @@ -36,7 +37,8 @@ random.NextDouble(), random.NextDouble(), random.NextEnumValue()); - IEnumerable failureMechanismResults = Enumerable.Empty(); + IEnumerable failureMechanismResults = + Enumerable.Empty(); // Call TestDelegate call = () => new ExportableCombinedSectionAssembly(section, null, failureMechanismResults); @@ -66,7 +68,7 @@ } [Test] - public void Constructor_ExpectedValues() + public void Constructor_WithValidArguments_ExpectedValues() { // Setup var random = new Random(21); @@ -75,7 +77,8 @@ random.NextDouble(), random.NextEnumValue()); ExportableSectionAssemblyResult combinedAssemblyResult = ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(); - IEnumerable failureMechanismResults = Enumerable.Empty(); + IEnumerable failureMechanismResults = + Enumerable.Empty(); // Call var result = new ExportableCombinedSectionAssembly(section, combinedAssemblyResult, failureMechanismResults); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismAssemblyResultWithProbablityTest.cs =================================================================== diff -u -r394d4bb7f5b70520288acdaae2c35c64bb2942b0 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismAssemblyResultWithProbablityTest.cs (.../ExportableFailureMechanismAssemblyResultWithProbablityTest.cs) (revision 394d4bb7f5b70520288acdaae2c35c64bb2942b0) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismAssemblyResultWithProbablityTest.cs (.../ExportableFailureMechanismAssemblyResultWithProbablityTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -10,7 +10,7 @@ public class ExportableFailureMechanismAssemblyResultWithProbablityTest { [Test] - public void Constructor_ExpectedValues() + public void Constructor_WithArguments_ExpectedValues() { // Setup var random = new Random(21); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismCombinedSectionAssemblyResultTest.cs =================================================================== diff -u -rd2716e03975b67c298f626178f7ba9cf6d99b07b -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismCombinedSectionAssemblyResultTest.cs (.../ExportableFailureMechanismCombinedSectionAssemblyResultTest.cs) (revision d2716e03975b67c298f626178f7ba9cf6d99b07b) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismCombinedSectionAssemblyResultTest.cs (.../ExportableFailureMechanismCombinedSectionAssemblyResultTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -25,7 +25,7 @@ } [Test] - public void Constructor_ExpectedValues() + public void Constructor_WithArguments_ExpectedValues() { // Setup var random = new Random(21); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismSectionAssemblyResultWithProbabilityTest.cs =================================================================== diff -u -r0e5b053d882dfc62c36c0a84678179a5a259279c -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismSectionAssemblyResultWithProbabilityTest.cs (.../ExportableFailureMechanismSectionAssemblyResultWithProbabilityTest.cs) (revision 0e5b053d882dfc62c36c0a84678179a5a259279c) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismSectionAssemblyResultWithProbabilityTest.cs (.../ExportableFailureMechanismSectionAssemblyResultWithProbabilityTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -10,7 +10,7 @@ public class ExportableFailureMechanismSectionAssemblyResultWithProbabilityTest { [Test] - public void Constructor_ExpectedValues() + public void Constructor_WithArguments_ExpectedValues() { // Setup var random = new Random(21); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismSectionTest.cs =================================================================== diff -u -r719f58258effac77f637df0dbb631cf5ac3b0753 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismSectionTest.cs (.../ExportableFailureMechanismSectionTest.cs) (revision 719f58258effac77f637df0dbb631cf5ac3b0753) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismSectionTest.cs (.../ExportableFailureMechanismSectionTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -27,7 +27,7 @@ } [Test] - public void Constructor_ExpectedValues() + public void Constructor_WithGeometry_ExpectedValues() { // Setup var random = new Random(21); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismTest.cs =================================================================== diff -u -r8371cf534baab6a6f2fa98467910b741385a8862 -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismTest.cs (.../ExportableFailureMechanismTest.cs) (revision 8371cf534baab6a6f2fa98467910b741385a8862) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismTest.cs (.../ExportableFailureMechanismTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -68,7 +68,7 @@ } [Test] - public void Constructor_ExpectedValues() + public void Constructor_WithValidArguments_ExpectedValues() { // Setup var random = new Random(21); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableSectionAssemblyResultTest.cs =================================================================== diff -u -r0e5b053d882dfc62c36c0a84678179a5a259279c -r8154ef860dd3d634ae963709f7bf1b277df87e61 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableSectionAssemblyResultTest.cs (.../ExportableSectionAssemblyResultTest.cs) (revision 0e5b053d882dfc62c36c0a84678179a5a259279c) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableSectionAssemblyResultTest.cs (.../ExportableSectionAssemblyResultTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) @@ -10,7 +10,7 @@ public class ExportableSectionAssemblyResultTest { [Test] - public void Constructor_ExpectedValues() + public void Constructor_WithArguments_ExpectedValues() { // Setup var random = new Random(21);