Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultTest.cs =================================================================== diff -u -ra48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1 -rd4337f2d7004bced560528c19eb287023e9f3801 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultTest.cs) (revision a48bcdc9670ec7dc1da17ca73bb6fc1f287c39a1) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultTest.cs (.../ExportableAggregatedFailureMechanismSectionAssemblyResultTest.cs) (revision d4337f2d7004bced560528c19eb287023e9f3801) @@ -34,7 +34,7 @@ { // Call TestDelegate call = () => new ExportableAggregatedFailureMechanismSectionAssemblyResult( - ExportableFailureMechanismSectionTestFactory.CreatExportableFailureMechanismSection(), + ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), null, ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), @@ -50,7 +50,7 @@ { // Call TestDelegate call = () => new ExportableAggregatedFailureMechanismSectionAssemblyResult( - ExportableFailureMechanismSectionTestFactory.CreatExportableFailureMechanismSection(), + ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), null, ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), @@ -66,7 +66,7 @@ { // Call TestDelegate call = () => new ExportableAggregatedFailureMechanismSectionAssemblyResult( - ExportableFailureMechanismSectionTestFactory.CreatExportableFailureMechanismSection(), + ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), null, @@ -82,7 +82,7 @@ { // Call TestDelegate call = () => new ExportableAggregatedFailureMechanismSectionAssemblyResult( - ExportableFailureMechanismSectionTestFactory.CreatExportableFailureMechanismSection(), + ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(), @@ -97,7 +97,7 @@ public void Constructor_WithValidArguments_ExpectedValues() { // Setup - ExportableFailureMechanismSection failureMechanismSection = ExportableFailureMechanismSectionTestFactory.CreatExportableFailureMechanismSection(); + ExportableFailureMechanismSection failureMechanismSection = ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(); ExportableSectionAssemblyResult simpleAssembly = ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(); ExportableSectionAssemblyResult detailedAssembly = ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult(); ExportableSectionAssemblyResult tailorMadeAssembly = ExportableSectionAssemblyResultTestFactory.CreateSectionAssemblyResult();