Fisheye: Tag 39dc9178d7205fc6a3981bc7f6f4ad49982b4f59 refers to a dead (removed) revision in file `Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithCombinedResultOnly.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 39dc9178d7205fc6a3981bc7f6f4ad49982b4f59 refers to a dead (removed) revision in file `Ringtoets/Integration/src/Ringtoets.Integration.IO/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityAndCombinedResultOnly.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs =================================================================== diff -u -r10962f134fb2cef1f183d84dc99856c11531c181 -r39dc9178d7205fc6a3981bc7f6f4ad49982b4f59 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs (.../AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs) (revision 10962f134fb2cef1f183d84dc99856c11531c181) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs (.../AggregatedSerializableFailureMechanismSectionAssemblyCreator.cs) (revision 39dc9178d7205fc6a3981bc7f6f4ad49982b4f59) @@ -198,15 +198,15 @@ /// The id generator to generate an id for . /// The the result belongs to. /// The the result belongs to. - /// The to create an + /// The to create an /// for. /// An . /// Thrown when any parameter is null. /// Thrown when is invalid to create a serializable counterpart for. public static AggregatedSerializableFailureMechanismSectionAssembly Create(IdentifierGenerator idGenerator, SerializableFailureMechanismSectionCollection serializableCollection, SerializableFailureMechanism serializableFailureMechanism, - ExportableAggregatedFailureMechanismSectionAssemblyResultWithCombinedResultOnly sectionResult) + ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedResult sectionResult) { if (idGenerator == null) { @@ -249,15 +249,15 @@ /// The id generator to generate an id for . /// The the result belongs to. /// The the result belongs to. - /// The to create an + /// The to create an /// for. /// An . /// Thrown when any parameter is null. /// Thrown when is invalid to create a serializable counterpart for. public static AggregatedSerializableFailureMechanismSectionAssembly Create(IdentifierGenerator idGenerator, SerializableFailureMechanismSectionCollection serializableCollection, SerializableFailureMechanism serializableFailureMechanism, - ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityAndCombinedResultOnly sectionResult) + ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedProbabilityResult sectionResult) { if (idGenerator == null) { Index: Ringtoets/Integration/src/Ringtoets.Integration.IO/Ringtoets.Integration.IO.csproj =================================================================== diff -u -ra90c6c5f4d638f396205a6a4801972ff0b656b92 -r39dc9178d7205fc6a3981bc7f6f4ad49982b4f59 --- Ringtoets/Integration/src/Ringtoets.Integration.IO/Ringtoets.Integration.IO.csproj (.../Ringtoets.Integration.IO.csproj) (revision a90c6c5f4d638f396205a6a4801972ff0b656b92) +++ Ringtoets/Integration/src/Ringtoets.Integration.IO/Ringtoets.Integration.IO.csproj (.../Ringtoets.Integration.IO.csproj) (revision 39dc9178d7205fc6a3981bc7f6f4ad49982b4f59) @@ -20,9 +20,9 @@ - + - + Fisheye: Tag 39dc9178d7205fc6a3981bc7f6f4ad49982b4f59 refers to a dead (removed) revision in file `Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithCombinedResultOnlyTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 39dc9178d7205fc6a3981bc7f6f4ad49982b4f59 refers to a dead (removed) revision in file `Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Assembly/ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityAndCombinedResultOnlyTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreatorTest.cs =================================================================== diff -u -r10962f134fb2cef1f183d84dc99856c11531c181 -r39dc9178d7205fc6a3981bc7f6f4ad49982b4f59 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreatorTest.cs (.../AggregatedSerializableFailureMechanismSectionAssemblyCreatorTest.cs) (revision 10962f134fb2cef1f183d84dc99856c11531c181) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Creators/AggregatedSerializableFailureMechanismSectionAssemblyCreatorTest.cs (.../AggregatedSerializableFailureMechanismSectionAssemblyCreatorTest.cs) (revision 39dc9178d7205fc6a3981bc7f6f4ad49982b4f59) @@ -617,7 +617,7 @@ TestDelegate call = () => AggregatedSerializableFailureMechanismSectionAssemblyCreator.Create(null, new SerializableFailureMechanismSectionCollection(), new SerializableFailureMechanism(), - new ExportableAggregatedFailureMechanismSectionAssemblyResultWithCombinedResultOnly( + new ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedResult( ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), CreateSectionAssemblyResult(10))); @@ -633,7 +633,7 @@ TestDelegate call = () => AggregatedSerializableFailureMechanismSectionAssemblyCreator.Create(new IdentifierGenerator(), null, new SerializableFailureMechanism(), - new ExportableAggregatedFailureMechanismSectionAssemblyResultWithCombinedResultOnly( + new ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedResult( ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), CreateSectionAssemblyResult(10))); @@ -649,7 +649,7 @@ TestDelegate call = () => AggregatedSerializableFailureMechanismSectionAssemblyCreator.Create(new IdentifierGenerator(), new SerializableFailureMechanismSectionCollection(), null, - new ExportableAggregatedFailureMechanismSectionAssemblyResultWithCombinedResultOnly( + new ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedResult( ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), CreateSectionAssemblyResult(10))); @@ -665,7 +665,7 @@ TestDelegate call = () => AggregatedSerializableFailureMechanismSectionAssemblyCreator.Create(new IdentifierGenerator(), new SerializableFailureMechanismSectionCollection(), new SerializableFailureMechanism(), - (ExportableAggregatedFailureMechanismSectionAssemblyResultWithCombinedResultOnly) null); + (ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedResult) null); // Assert var exception = Assert.Throws(call); @@ -677,7 +677,7 @@ { // Setup var idGenerator = new IdentifierGenerator(); - var sectionResult = new ExportableAggregatedFailureMechanismSectionAssemblyResultWithCombinedResultOnly( + var sectionResult = new ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedResult( ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), CreateSectionAssemblyResult(10)); @@ -714,7 +714,7 @@ TestDelegate call = () => AggregatedSerializableFailureMechanismSectionAssemblyCreator.Create(null, new SerializableFailureMechanismSectionCollection(), new SerializableFailureMechanism(), - new ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityAndCombinedResultOnly( + new ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedProbabilityResult( ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), CreateSectionAssemblyResultWithProbability(10))); @@ -730,7 +730,7 @@ TestDelegate call = () => AggregatedSerializableFailureMechanismSectionAssemblyCreator.Create(new IdentifierGenerator(), null, new SerializableFailureMechanism(), - new ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityAndCombinedResultOnly( + new ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedProbabilityResult( ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), CreateSectionAssemblyResultWithProbability(10))); @@ -746,7 +746,7 @@ TestDelegate call = () => AggregatedSerializableFailureMechanismSectionAssemblyCreator.Create(new IdentifierGenerator(), new SerializableFailureMechanismSectionCollection(), null, - new ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityAndCombinedResultOnly( + new ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedProbabilityResult( ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), CreateSectionAssemblyResultWithProbability(10))); @@ -762,7 +762,7 @@ TestDelegate call = () => AggregatedSerializableFailureMechanismSectionAssemblyCreator.Create(new IdentifierGenerator(), new SerializableFailureMechanismSectionCollection(), new SerializableFailureMechanism(), - (ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityAndCombinedResultOnly) null); + (ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedProbabilityResult) null); // Assert var exception = Assert.Throws(call); @@ -774,7 +774,7 @@ { // Setup var idGenerator = new IdentifierGenerator(); - var sectionResult = new ExportableAggregatedFailureMechanismSectionAssemblyResultWithProbabilityAndCombinedResultOnly( + var sectionResult = new ExportableAggregatedFailureMechanismSectionAssemblyWithCombinedProbabilityResult( ExportableFailureMechanismSectionTestFactory.CreateExportableFailureMechanismSection(), CreateSectionAssemblyResultWithProbability(10)); Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Ringtoets.Integration.IO.Test.csproj =================================================================== diff -u -ra90c6c5f4d638f396205a6a4801972ff0b656b92 -r39dc9178d7205fc6a3981bc7f6f4ad49982b4f59 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Ringtoets.Integration.IO.Test.csproj (.../Ringtoets.Integration.IO.Test.csproj) (revision a90c6c5f4d638f396205a6a4801972ff0b656b92) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Ringtoets.Integration.IO.Test.csproj (.../Ringtoets.Integration.IO.Test.csproj) (revision 39dc9178d7205fc6a3981bc7f6f4ad49982b4f59) @@ -24,9 +24,9 @@ - + - +