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);