Index: Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/ArbitraryProbabilityFailureMechanismSectionResult.cs
===================================================================
diff -u -rb9d20365707e77623054f96f0c8b544e86658e67 -re442812a69b3e800977c4dde61d6f64e989ef20c
--- Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/ArbitraryProbabilityFailureMechanismSectionResult.cs (.../ArbitraryProbabilityFailureMechanismSectionResult.cs) (revision b9d20365707e77623054f96f0c8b544e86658e67)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/ArbitraryProbabilityFailureMechanismSectionResult.cs (.../ArbitraryProbabilityFailureMechanismSectionResult.cs) (revision e442812a69b3e800977c4dde61d6f64e989ef20c)
@@ -26,9 +26,8 @@
namespace Ringtoets.Common.Data.FailureMechanism
{
///
- /// Class which represents results of different layers (1, 2a, 2b, 3) of results of the
- /// . The result for a layer 2a assessment is an arbitrary
- /// probability.
+ /// Class which represents results of different layers (1, 2a, 2b, 3) of a .
+ /// The result for a layer 2a assessment is an arbitrary probability.
///
public class ArbitraryProbabilityFailureMechanismSectionResult : FailureMechanismSectionResult
{
@@ -41,7 +40,7 @@
public ArbitraryProbabilityFailureMechanismSectionResult(FailureMechanismSection section) : base(section) {}
///
- /// Gets the value of assessment layer two a.
+ /// Gets the probability value of assessment layer two a.
///
/// Thrown when is not in range [0,1].
public RoundedDouble AssessmentLayerTwoA
Index: Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/NumericFailureMechanismSectionResult.cs
===================================================================
diff -u -rb9d20365707e77623054f96f0c8b544e86658e67 -re442812a69b3e800977c4dde61d6f64e989ef20c
--- Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/NumericFailureMechanismSectionResult.cs (.../NumericFailureMechanismSectionResult.cs) (revision b9d20365707e77623054f96f0c8b544e86658e67)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/NumericFailureMechanismSectionResult.cs (.../NumericFailureMechanismSectionResult.cs) (revision e442812a69b3e800977c4dde61d6f64e989ef20c)
@@ -24,9 +24,8 @@
namespace Ringtoets.Common.Data.FailureMechanism
{
///
- /// Class which represents results of different layers (1, 2a, 2b, 3) of results of the
- /// . The result for a layer 2a assessment is an arbitrary
- /// numeric value.
+ /// Class which represents results of different layers (1, 2a, 2b, 3) of a .
+ /// The result for a layer 2a assessment is an arbitrary numeric value.
///
public class NumericFailureMechanismSectionResult: FailureMechanismSectionResult
{
Index: Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/SimpleFailureMechanismSectionResult.cs
===================================================================
diff -u -rb9d20365707e77623054f96f0c8b544e86658e67 -re442812a69b3e800977c4dde61d6f64e989ef20c
--- Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/SimpleFailureMechanismSectionResult.cs (.../SimpleFailureMechanismSectionResult.cs) (revision b9d20365707e77623054f96f0c8b544e86658e67)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/SimpleFailureMechanismSectionResult.cs (.../SimpleFailureMechanismSectionResult.cs) (revision e442812a69b3e800977c4dde61d6f64e989ef20c)
@@ -24,9 +24,9 @@
namespace Ringtoets.Common.Data.FailureMechanism
{
///
- /// Class which represents results of different layers (1, 2a, 2b, 3) of results of the
- /// . The result for a layer 2a assessment is any of
- /// three possible outcomes: 'successful', 'failed' or 'not calculated'.
+ /// Class which represents results of different layers (1, 2a, 2b, 3) of a .
+ /// The result for a layer 2a assessment is any of three possible outcomes: 'successful',
+ /// 'failed' or 'not calculated'.
///
public class SimpleFailureMechanismSectionResult : FailureMechanismSectionResult
{
Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/ArbitraryProbabilityFailureMechanismSectionResultRow.cs
===================================================================
diff -u -rb9d20365707e77623054f96f0c8b544e86658e67 -re442812a69b3e800977c4dde61d6f64e989ef20c
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/ArbitraryProbabilityFailureMechanismSectionResultRow.cs (.../ArbitraryProbabilityFailureMechanismSectionResultRow.cs) (revision b9d20365707e77623054f96f0c8b544e86658e67)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/ArbitraryProbabilityFailureMechanismSectionResultRow.cs (.../ArbitraryProbabilityFailureMechanismSectionResultRow.cs) (revision e442812a69b3e800977c4dde61d6f64e989ef20c)
@@ -81,8 +81,8 @@
/// Thrown when is null.
/// Thrown when either:
///
- /// - is not in the range [0,1]
- /// - doesn't represent a value which can be parsed to a double value
+ /// - is not in the range [0,1].
+ /// - doesn't represent a value which can be parsed to a double value.
///
///
public string AssessmentLayerTwoA
Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/SimpleFailureMechanismResultViewInfoTest.cs
===================================================================
diff -u -rb9d20365707e77623054f96f0c8b544e86658e67 -re442812a69b3e800977c4dde61d6f64e989ef20c
--- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/SimpleFailureMechanismResultViewInfoTest.cs (.../SimpleFailureMechanismResultViewInfoTest.cs) (revision b9d20365707e77623054f96f0c8b544e86658e67)
+++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/SimpleFailureMechanismResultViewInfoTest.cs (.../SimpleFailureMechanismResultViewInfoTest.cs) (revision e442812a69b3e800977c4dde61d6f64e989ef20c)
@@ -250,7 +250,7 @@
{
// Setup
var viewMock = mocks.StrictMock();
- var failureMechanismContext = mocks.StrictMultiMock>();
+ var failureMechanismContext = mocks.StrictMock>();
var failureMechanism = new Simple();
viewMock.Expect(vm => vm.Data).Return(failureMechanism.SectionResults);
failureMechanismContext.Expect(fm => fm.WrappedData).Return(failureMechanism);