Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs =================================================================== diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -rd4337f2d7004bced560528c19eb287023e9f3801 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssemblyTest.cs) (revision d4337f2d7004bced560528c19eb287023e9f3801) @@ -34,7 +34,7 @@ { // Call TestDelegate call = () => new ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly( - ExportableFailureMechanismSectionTestFactory.CreatExportableFailureMechanismSection(), + ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), null, ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult()); @@ -49,7 +49,7 @@ { // Call TestDelegate call = () => new ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly( - ExportableFailureMechanismSectionTestFactory.CreatExportableFailureMechanismSection(), + ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), null, ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult()); @@ -64,7 +64,7 @@ { // Call TestDelegate call = () => new ExportableAggregatedFailureMechanismSectionAssemblyResultWithoutDetailedAssembly( - ExportableFailureMechanismSectionTestFactory.CreatExportableFailureMechanismSection(), + ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), null); @@ -78,7 +78,7 @@ public void Constructor_WithValidArguments_ExpectedValues() { // Setup - ExportableFailureMechanismSection failureMechanismSection = ExportableFailureMechanismSectionTestFactory.CreatExportableFailureMechanismSection(); + ExportableFailureMechanismSection failureMechanismSection = ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(); ExportableSectionAssemblyResult simpleAssembly = ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(); ExportableSectionAssemblyResult tailorMadeAssembly = ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(); ExportableSectionAssemblyResult combinedAssembly = ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult();