Index: Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/SpecificFailureMechanismSectionResultContext.cs
===================================================================
diff -u -r01c40dbdf75bccae38a7728556afe2f8968f55c0 -re989199ed929bf93b493dcf011b4e099bdb359b8
--- Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/SpecificFailureMechanismSectionResultContext.cs (.../SpecificFailureMechanismSectionResultContext.cs) (revision 01c40dbdf75bccae38a7728556afe2f8968f55c0)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/SpecificFailureMechanismSectionResultContext.cs (.../SpecificFailureMechanismSectionResultContext.cs) (revision e989199ed929bf93b493dcf011b4e099bdb359b8)
@@ -28,23 +28,23 @@
namespace Riskeer.Integration.Forms.PresentationObjects
{
///
- /// This class is a presentation object for a collection of
+ /// This class is a presentation object for a collection of
/// for the .
///
public class SpecificFailureMechanismSectionResultContext
- : FailureMechanismSectionResultContext
+ : FailureMechanismSectionResultContext
{
///
/// Creates a new instance of .
///
/// The
- /// of to wrap.
+ /// of to wrap.
/// The
/// the belongs to.
/// The assessment section the section results belongs to.
/// Thrown when any parameter is null.
public SpecificFailureMechanismSectionResultContext(
- IObservableEnumerable wrappedSectionResults,
+ IObservableEnumerable wrappedSectionResults,
SpecificFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
: base(wrappedSectionResults, failureMechanism, assessmentSection) {}
}
Index: Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/GrassCoverSlipOffInwardsFailureMechanismSectionResultContext.cs
===================================================================
diff -u -r01c40dbdf75bccae38a7728556afe2f8968f55c0 -re989199ed929bf93b493dcf011b4e099bdb359b8
--- Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/GrassCoverSlipOffInwardsFailureMechanismSectionResultContext.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResultContext.cs) (revision 01c40dbdf75bccae38a7728556afe2f8968f55c0)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/GrassCoverSlipOffInwardsFailureMechanismSectionResultContext.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResultContext.cs) (revision e989199ed929bf93b493dcf011b4e099bdb359b8)
@@ -29,21 +29,21 @@
namespace Riskeer.Integration.Forms.PresentationObjects.StandAlone
{
///
- /// This class is a presentation object for a collection of
+ /// This class is a presentation object for a collection of
/// for the .
///
- public class GrassCoverSlipOffInwardsFailureMechanismSectionResultContext : FailureMechanismSectionResultContext
+ public class GrassCoverSlipOffInwardsFailureMechanismSectionResultContext : FailureMechanismSectionResultContext
{
///
/// Creates a new instance of .
///
/// The
- /// of to wrap.
+ /// of to wrap.
/// The
/// the belongs to.
/// The assessment section the section results belongs to.
/// Thrown when any parameter is null.
- public GrassCoverSlipOffInwardsFailureMechanismSectionResultContext(IObservableEnumerable wrappedSectionResults,
+ public GrassCoverSlipOffInwardsFailureMechanismSectionResultContext(IObservableEnumerable wrappedSectionResults,
IFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
: base(wrappedSectionResults, failureMechanism, assessmentSection) {}
}
Index: Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/GrassCoverSlipOffOutwardsFailureMechanismSectionResultContext.cs
===================================================================
diff -u -r01c40dbdf75bccae38a7728556afe2f8968f55c0 -re989199ed929bf93b493dcf011b4e099bdb359b8
--- Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/GrassCoverSlipOffOutwardsFailureMechanismSectionResultContext.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResultContext.cs) (revision 01c40dbdf75bccae38a7728556afe2f8968f55c0)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/GrassCoverSlipOffOutwardsFailureMechanismSectionResultContext.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResultContext.cs) (revision e989199ed929bf93b493dcf011b4e099bdb359b8)
@@ -29,21 +29,21 @@
namespace Riskeer.Integration.Forms.PresentationObjects.StandAlone
{
///
- /// This class is a presentation object for a collection of
+ /// This class is a presentation object for a collection of
/// for the .
///
- public class GrassCoverSlipOffOutwardsFailureMechanismSectionResultContext : FailureMechanismSectionResultContext
+ public class GrassCoverSlipOffOutwardsFailureMechanismSectionResultContext : FailureMechanismSectionResultContext
{
///
/// Creates a new instance of .
///
/// The
- /// of to wrap.
+ /// of to wrap.
/// The
/// the belongs to.
/// The assessment section the section results belongs to.
/// Thrown when any parameter is null.
- public GrassCoverSlipOffOutwardsFailureMechanismSectionResultContext(IObservableEnumerable wrappedSectionResults,
+ public GrassCoverSlipOffOutwardsFailureMechanismSectionResultContext(IObservableEnumerable wrappedSectionResults,
IFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
: base(wrappedSectionResults, failureMechanism, assessmentSection) {}
}
Index: Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/MicrostabilityFailureMechanismSectionResultContext.cs
===================================================================
diff -u -r01c40dbdf75bccae38a7728556afe2f8968f55c0 -re989199ed929bf93b493dcf011b4e099bdb359b8
--- Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/MicrostabilityFailureMechanismSectionResultContext.cs (.../MicrostabilityFailureMechanismSectionResultContext.cs) (revision 01c40dbdf75bccae38a7728556afe2f8968f55c0)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/MicrostabilityFailureMechanismSectionResultContext.cs (.../MicrostabilityFailureMechanismSectionResultContext.cs) (revision e989199ed929bf93b493dcf011b4e099bdb359b8)
@@ -29,21 +29,21 @@
namespace Riskeer.Integration.Forms.PresentationObjects.StandAlone
{
///
- /// This class is a presentation object for a collection of
+ /// This class is a presentation object for a collection of
/// for the .
///
- public class MicrostabilityFailureMechanismSectionResultContext : FailureMechanismSectionResultContext
+ public class MicrostabilityFailureMechanismSectionResultContext : FailureMechanismSectionResultContext
{
///
/// Creates a new instance of .
///
/// The
- /// of to wrap.
+ /// of to wrap.
/// The
/// the belongs to.
/// The assessment section the section results belongs to.
/// Thrown when any parameter is null.
- public MicrostabilityFailureMechanismSectionResultContext(IObservableEnumerable wrappedSectionResults,
+ public MicrostabilityFailureMechanismSectionResultContext(IObservableEnumerable wrappedSectionResults,
IFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
: base(wrappedSectionResults, failureMechanism, assessmentSection) {}
}
Index: Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/WaterPressureAsphaltCoverFailureMechanismSectionResultContext.cs
===================================================================
diff -u -r01c40dbdf75bccae38a7728556afe2f8968f55c0 -re989199ed929bf93b493dcf011b4e099bdb359b8
--- Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/WaterPressureAsphaltCoverFailureMechanismSectionResultContext.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResultContext.cs) (revision 01c40dbdf75bccae38a7728556afe2f8968f55c0)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/PresentationObjects/StandAlone/WaterPressureAsphaltCoverFailureMechanismSectionResultContext.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResultContext.cs) (revision e989199ed929bf93b493dcf011b4e099bdb359b8)
@@ -29,21 +29,21 @@
namespace Riskeer.Integration.Forms.PresentationObjects.StandAlone
{
///
- /// This class is a presentation object for a collection of
+ /// This class is a presentation object for a collection of
/// for the .
///
- public class WaterPressureAsphaltCoverFailureMechanismSectionResultContext : FailureMechanismSectionResultContext
+ public class WaterPressureAsphaltCoverFailureMechanismSectionResultContext : FailureMechanismSectionResultContext
{
///
/// Creates a new instance of .
///
/// The
- /// of to wrap.
+ /// of to wrap.
/// The
/// the belongs to.
/// The assessment section the section results belongs to.
/// Thrown when any parameter is null.
- public WaterPressureAsphaltCoverFailureMechanismSectionResultContext(IObservableEnumerable wrappedSectionResults,
+ public WaterPressureAsphaltCoverFailureMechanismSectionResultContext(IObservableEnumerable wrappedSectionResults,
IFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
: base(wrappedSectionResults, failureMechanism, assessmentSection) {}
}
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/SpecificFailureMechanismSectionResultContextTest.cs
===================================================================
diff -u -r01c40dbdf75bccae38a7728556afe2f8968f55c0 -re989199ed929bf93b493dcf011b4e099bdb359b8
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/SpecificFailureMechanismSectionResultContextTest.cs (.../SpecificFailureMechanismSectionResultContextTest.cs) (revision 01c40dbdf75bccae38a7728556afe2f8968f55c0)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/SpecificFailureMechanismSectionResultContextTest.cs (.../SpecificFailureMechanismSectionResultContextTest.cs) (revision e989199ed929bf93b493dcf011b4e099bdb359b8)
@@ -45,7 +45,7 @@
var context = new SpecificFailureMechanismSectionResultContext(failureMechanism.SectionResults, failureMechanism, assessmentSection);
// Assert
- Assert.IsInstanceOf>(context);
+ Assert.IsInstanceOf>(context);
mocks.VerifyAll();
}
}
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/GrassCoverSlipOffInwardsFailureMechanismSectionResultContextTest.cs
===================================================================
diff -u -r01c40dbdf75bccae38a7728556afe2f8968f55c0 -re989199ed929bf93b493dcf011b4e099bdb359b8
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/GrassCoverSlipOffInwardsFailureMechanismSectionResultContextTest.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResultContextTest.cs) (revision 01c40dbdf75bccae38a7728556afe2f8968f55c0)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/GrassCoverSlipOffInwardsFailureMechanismSectionResultContextTest.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResultContextTest.cs) (revision e989199ed929bf93b493dcf011b4e099bdb359b8)
@@ -47,7 +47,7 @@
failureMechanism.SectionResults, failureMechanism, assessmentSection);
// Assert
- Assert.IsInstanceOf>(context);
+ Assert.IsInstanceOf>(context);
mocks.VerifyAll();
}
}
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/GrassCoverSlipOffOutwardsFailureMechanismSectionResultContextTest.cs
===================================================================
diff -u -r01c40dbdf75bccae38a7728556afe2f8968f55c0 -re989199ed929bf93b493dcf011b4e099bdb359b8
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/GrassCoverSlipOffOutwardsFailureMechanismSectionResultContextTest.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResultContextTest.cs) (revision 01c40dbdf75bccae38a7728556afe2f8968f55c0)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/GrassCoverSlipOffOutwardsFailureMechanismSectionResultContextTest.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResultContextTest.cs) (revision e989199ed929bf93b493dcf011b4e099bdb359b8)
@@ -47,7 +47,7 @@
failureMechanism.SectionResults, failureMechanism, assessmentSection);
// Assert
- Assert.IsInstanceOf>(context);
+ Assert.IsInstanceOf>(context);
mocks.VerifyAll();
}
}
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/MicrostabilityFailureMechanismSectionResultContextTest.cs
===================================================================
diff -u -r01c40dbdf75bccae38a7728556afe2f8968f55c0 -re989199ed929bf93b493dcf011b4e099bdb359b8
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/MicrostabilityFailureMechanismSectionResultContextTest.cs (.../MicrostabilityFailureMechanismSectionResultContextTest.cs) (revision 01c40dbdf75bccae38a7728556afe2f8968f55c0)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/MicrostabilityFailureMechanismSectionResultContextTest.cs (.../MicrostabilityFailureMechanismSectionResultContextTest.cs) (revision e989199ed929bf93b493dcf011b4e099bdb359b8)
@@ -47,7 +47,7 @@
failureMechanism.SectionResults, failureMechanism, assessmentSection);
// Assert
- Assert.IsInstanceOf>(context);
+ Assert.IsInstanceOf>(context);
mocks.VerifyAll();
}
}
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/WaterPressureAsphaltCoverFailureMechanismSectionResultContextTest.cs
===================================================================
diff -u -r01c40dbdf75bccae38a7728556afe2f8968f55c0 -re989199ed929bf93b493dcf011b4e099bdb359b8
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/WaterPressureAsphaltCoverFailureMechanismSectionResultContextTest.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResultContextTest.cs) (revision 01c40dbdf75bccae38a7728556afe2f8968f55c0)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PresentationObjects/StandAlone/WaterPressureAsphaltCoverFailureMechanismSectionResultContextTest.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResultContextTest.cs) (revision e989199ed929bf93b493dcf011b4e099bdb359b8)
@@ -47,7 +47,7 @@
failureMechanism.SectionResults, failureMechanism, assessmentSection);
// Assert
- Assert.IsInstanceOf>(context);
+ Assert.IsInstanceOf>(context);
mocks.VerifyAll();
}
}