Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs =================================================================== diff -u -r8252a821af2a44171926227f694a73facdb0da3c -re2ad465c881cae0f566d5aa5e16e476aa2239980 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs (.../ExportableAssessmentSectionFactory.cs) (revision 8252a821af2a44171926227f694a73facdb0da3c) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs (.../ExportableAssessmentSectionFactory.cs) (revision e2ad465c881cae0f566d5aa5e16e476aa2239980) @@ -45,8 +45,7 @@ /// Creates a with the assembly result /// based on . /// - /// The assessment section to create a - /// for. + /// The assessment section to create a for. /// A with assembly result. /// Thrown when assembly result cannot be created for . private static ExportableAssessmentSectionAssemblyResult CreateExportableAssessmentSectionAssemblyResult(AssessmentSection assessmentSection) @@ -59,8 +58,7 @@ /// Creates a with the assembly result /// based on . /// - /// The assessment section to create a - /// for. + /// The assessment section to create a for. /// A with assembly result. /// Thrown when assembly result cannot be created for . private static ExportableFailureMechanismAssemblyResultWithProbability CreateExportableFailureMechanismAssemblyResultWithProbability(AssessmentSection assessmentSection) @@ -75,8 +73,7 @@ /// Creates a with the assembly result /// based on . /// - /// The assessment section to create a - /// for. + /// The assessment section to create a for. /// A with assembly result. /// Thrown when assembly result cannot be created for . private static ExportableFailureMechanismAssemblyResult CreateExportableFailureMechanismAssemblyResultWithoutProbability(AssessmentSection assessmentSection) Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Ringtoets.Integration.IO.csproj =================================================================== diff -u -r8252a821af2a44171926227f694a73facdb0da3c -re2ad465c881cae0f566d5aa5e16e476aa2239980 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Ringtoets.Integration.IO.csproj (.../Ringtoets.Integration.IO.csproj) (revision 8252a821af2a44171926227f694a73facdb0da3c) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Ringtoets.Integration.IO.csproj (.../Ringtoets.Integration.IO.csproj) (revision e2ad465c881cae0f566d5aa5e16e476aa2239980) @@ -99,11 +99,6 @@ Ringtoets.AssemblyTool.Data False - - {358B6DA2-A1DF-477F-B6AC-C30204265CB0} - Ringtoets.AssemblyTool.KernelWrapper - False - {c6309704-d67b-434c-bc98-9f8910bc1d10} Ringtoets.ClosingStructures.Data Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultTest.cs =================================================================== diff -u -r2ef6b37ec24f65fd5a00c7c1d9d1e9371579bebb -re2ad465c881cae0f566d5aa5e16e476aa2239980 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultTest.cs) (revision 2ef6b37ec24f65fd5a00c7c1d9d1e9371579bebb) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultTest.cs) (revision e2ad465c881cae0f566d5aa5e16e476aa2239980) @@ -73,7 +73,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/ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityTest.cs =================================================================== diff -u -r2ef6b37ec24f65fd5a00c7c1d9d1e9371579bebb -re2ad465c881cae0f566d5aa5e16e476aa2239980 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityTest.cs) (revision 2ef6b37ec24f65fd5a00c7c1d9d1e9371579bebb) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityTest.cs) (revision e2ad465c881cae0f566d5aa5e16e476aa2239980) @@ -73,7 +73,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/ExportableCombinedFailureMechanismSectionTest.cs =================================================================== diff -u -r813dd2297b7f9945a005da0e3191dac27eee0cb5 -re2ad465c881cae0f566d5aa5e16e476aa2239980 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableCombinedFailureMechanismSectionTest.cs (.../ExportableCombinedFailureMechanismSectionTest.cs) (revision 813dd2297b7f9945a005da0e3191dac27eee0cb5) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableCombinedFailureMechanismSectionTest.cs (.../ExportableCombinedFailureMechanismSectionTest.cs) (revision e2ad465c881cae0f566d5aa5e16e476aa2239980) @@ -12,7 +12,7 @@ public class ExportableCombinedFailureMechanismSectionTest { [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/ExportableCombinedSectionAssemblyCollectionTest.cs =================================================================== diff -u -r9377aace11d9280d2eefbe64b004517c1731a8c9 -re2ad465c881cae0f566d5aa5e16e476aa2239980 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableCombinedSectionAssemblyCollectionTest.cs (.../ExportableCombinedSectionAssemblyCollectionTest.cs) (revision 9377aace11d9280d2eefbe64b004517c1731a8c9) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableCombinedSectionAssemblyCollectionTest.cs (.../ExportableCombinedSectionAssemblyCollectionTest.cs) (revision e2ad465c881cae0f566d5aa5e16e476aa2239980) @@ -35,7 +35,7 @@ [Test] - public void Constructor_ExpectedValues() + public void Constructor_WithArguments_ExpectedValues() { // Setup IEnumerable sections = Enumerable.Empty(); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismAssemblyResultTest.cs =================================================================== diff -u -r394d4bb7f5b70520288acdaae2c35c64bb2942b0 -re2ad465c881cae0f566d5aa5e16e476aa2239980 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismAssemblyResultTest.cs (.../ExportableFailureMechanismAssemblyResultTest.cs) (revision 394d4bb7f5b70520288acdaae2c35c64bb2942b0) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismAssemblyResultTest.cs (.../ExportableFailureMechanismAssemblyResultTest.cs) (revision e2ad465c881cae0f566d5aa5e16e476aa2239980) @@ -10,7 +10,7 @@ public class ExportableFailureMechanismAssemblyResultTest { [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/ExportableFailureMechanismAssemblyResultWithProbablityTest.cs =================================================================== diff -u -r8154ef860dd3d634ae963709f7bf1b277df87e61 -re2ad465c881cae0f566d5aa5e16e476aa2239980 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismAssemblyResultWithProbablityTest.cs (.../ExportableFailureMechanismAssemblyResultWithProbablityTest.cs) (revision 8154ef860dd3d634ae963709f7bf1b277df87e61) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableFailureMechanismAssemblyResultWithProbablityTest.cs (.../ExportableFailureMechanismAssemblyResultWithProbablityTest.cs) (revision e2ad465c881cae0f566d5aa5e16e476aa2239980) @@ -23,6 +23,7 @@ // Assert Assert.IsInstanceOf(assemblyResult); + Assert.AreEqual(assemblyMethod, assemblyResult.AssemblyMethod); Assert.AreEqual(assemblyCategory, assemblyResult.AssemblyCategory); Assert.AreEqual(probability, assemblyResult.Probability); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Factories/ExportableCombinedSectionAssemblyCollectionFactoryTest.cs =================================================================== diff -u -r8252a821af2a44171926227f694a73facdb0da3c -re2ad465c881cae0f566d5aa5e16e476aa2239980 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Factories/ExportableCombinedSectionAssemblyCollectionFactoryTest.cs (.../ExportableCombinedSectionAssemblyCollectionFactoryTest.cs) (revision 8252a821af2a44171926227f694a73facdb0da3c) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Factories/ExportableCombinedSectionAssemblyCollectionFactoryTest.cs (.../ExportableCombinedSectionAssemblyCollectionFactoryTest.cs) (revision e2ad465c881cae0f566d5aa5e16e476aa2239980) @@ -14,7 +14,7 @@ public class ExportableCombinedSectionAssemblyCollectionFactoryTest { [Test] - public void CreateExportableCombinedSectionAssemblyCollection_CombinedSectionAssemblyResultssNull_ThrowsArgumentNullException() + public void CreateExportableCombinedSectionAssemblyCollection_CombinedSectionAssemblyResultsNull_ThrowsArgumentNullException() { // Call TestDelegate call = () => ExportableCombinedSectionAssemblyCollectionFactory.CreateExportableCombinedSectionAssemblyCollection(null); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.TestUtil/ExportableSectionAssemblyResultTestHelper.cs =================================================================== diff -u -rc8d43f02e37553fa668bfbbb75257f9e64f00542 -re2ad465c881cae0f566d5aa5e16e476aa2239980 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.TestUtil/ExportableSectionAssemblyResultTestHelper.cs (.../ExportableSectionAssemblyResultTestHelper.cs) (revision c8d43f02e37553fa668bfbbb75257f9e64f00542) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.TestUtil/ExportableSectionAssemblyResultTestHelper.cs (.../ExportableSectionAssemblyResultTestHelper.cs) (revision e2ad465c881cae0f566d5aa5e16e476aa2239980) @@ -5,7 +5,7 @@ namespace Ringtoets.Integration.IO.TestUtil { /// - /// Helper class to assert + /// Helper class to assert . /// public static class ExportableSectionAssemblyResultTestHelper {