Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r5b8d41d544dfd206c00b6c35d735a9d0851662f0 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensionsTest.cs (.../ClosingStructuresFailureMechanismCreateExtensionsTest.cs) (revision 5b8d41d544dfd206c00b6c35d735a9d0851662f0)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensionsTest.cs (.../ClosingStructuresFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -39,7 +39,7 @@
public class ClosingStructuresFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new ClosingStructuresFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/DuneErosion/DuneErosionFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r879d46016d425a19663a7dc1aea55613f6a4525f -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/DuneErosion/DuneErosionFailureMechanismCreateExtensionsTest.cs (.../DuneErosionFailureMechanismCreateExtensionsTest.cs) (revision 879d46016d425a19663a7dc1aea55613f6a4525f)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/DuneErosion/DuneErosionFailureMechanismCreateExtensionsTest.cs (.../DuneErosionFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -38,7 +38,7 @@
public class DuneErosionFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new DuneErosionFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r9d0561122d90d00f2ef82b18bc98425803ec4056 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest.cs) (revision 9d0561122d90d00f2ef82b18bc98425803ec4056)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -37,7 +37,7 @@
public class GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new GrassCoverErosionInwardsFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r23e3ab9eaff27ee00c719dee07558de57e13e2db -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest.cs) (revision 23e3ab9eaff27ee00c719dee07558de57e13e2db)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -39,7 +39,7 @@
public class GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -rfe90a6d174a01975381e6cda55ed1f7f4e831a51 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest.cs) (revision fe90a6d174a01975381e6cda55ed1f7f4e831a51)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -34,7 +34,7 @@
public class GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new GrassCoverSlipOffInwardsFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -rfe90a6d174a01975381e6cda55ed1f7f4e831a51 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest.cs) (revision fe90a6d174a01975381e6cda55ed1f7f4e831a51)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -34,7 +34,7 @@
public class GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new GrassCoverSlipOffOutwardsFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r5b8d41d544dfd206c00b6c35d735a9d0851662f0 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensionsTest.cs (.../HeightStructuresFailureMechanismCreateExtensionsTest.cs) (revision 5b8d41d544dfd206c00b6c35d735a9d0851662f0)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensionsTest.cs (.../HeightStructuresFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -39,7 +39,7 @@
public class HeightStructuresFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new HeightStructuresFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs
===================================================================
diff -u -r070c0400906eb4cfbd4fdcfbf1e49d4dfeec7856 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCreateExtensionsTest.cs) (revision 070c0400906eb4cfbd4fdcfbf1e49d4dfeec7856)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -31,7 +31,7 @@
public class HydraulicBoundaryLocationCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(-1, "testName", 2, 3);
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r9d0561122d90d00f2ef82b18bc98425803ec4056 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs (.../MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs) (revision 9d0561122d90d00f2ef82b18bc98425803ec4056)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs (.../MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -40,7 +40,7 @@
public class MacroStabilityInwardsFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new MacroStabilityInwardsFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r36d4b4090a4169cc8d25ede0029a3244df8fe74d -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismCreateExtensionsTest.cs (.../MacroStabilityOutwardsFailureMechanismCreateExtensionsTest.cs) (revision 36d4b4090a4169cc8d25ede0029a3244df8fe74d)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismCreateExtensionsTest.cs (.../MacroStabilityOutwardsFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -34,7 +34,7 @@
public class MacroStabilityOutwardsFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new MacroStabilityOutwardsFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Microstability/MicrostabilityFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -rfe90a6d174a01975381e6cda55ed1f7f4e831a51 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Microstability/MicrostabilityFailureMechanismCreateExtensionsTest.cs (.../MicrostabilityFailureMechanismCreateExtensionsTest.cs) (revision fe90a6d174a01975381e6cda55ed1f7f4e831a51)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Microstability/MicrostabilityFailureMechanismCreateExtensionsTest.cs (.../MicrostabilityFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -34,7 +34,7 @@
public class MicrostabilityFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new MicrostabilityFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r9d0561122d90d00f2ef82b18bc98425803ec4056 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs (.../PipingFailureMechanismCreateExtensionsTest.cs) (revision 9d0561122d90d00f2ef82b18bc98425803ec4056)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs (.../PipingFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -40,7 +40,7 @@
public class PipingFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new PipingFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingSoilProfileCreateExtensionsTest.cs
===================================================================
diff -u -rd78f01e3de6c12c9982dbd25b8693ab374bee32f -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingSoilProfileCreateExtensionsTest.cs (.../PipingSoilProfileCreateExtensionsTest.cs) (revision d78f01e3de6c12c9982dbd25b8693ab374bee32f)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingSoilProfileCreateExtensionsTest.cs (.../PipingSoilProfileCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -34,7 +34,7 @@
public class PipingSoilProfileCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
PipingSoilProfile soilProfile = PipingSoilProfileTestFactory.CreatePipingSoilProfile();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingStochasticSoilProfileCreateExtensionsTest.cs
===================================================================
diff -u -rb018578a2c719c00258c5a32a571c1dff77d2242 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingStochasticSoilProfileCreateExtensionsTest.cs (.../PipingStochasticSoilProfileCreateExtensionsTest.cs) (revision b018578a2c719c00258c5a32a571c1dff77d2242)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/Piping/PipingStochasticSoilProfileCreateExtensionsTest.cs (.../PipingStochasticSoilProfileCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -34,7 +34,7 @@
public class PipingStochasticSoilProfileCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var stochasticSoilProfile = new PipingStochasticSoilProfile(0.4, PipingSoilProfileTestFactory.CreatePipingSoilProfile());
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PipingStructure/PipingStructureFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r9d0561122d90d00f2ef82b18bc98425803ec4056 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PipingStructure/PipingStructureFailureMechanismCreateExtensionsTest.cs (.../PipingStructureFailureMechanismCreateExtensionsTest.cs) (revision 9d0561122d90d00f2ef82b18bc98425803ec4056)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/PipingStructure/PipingStructureFailureMechanismCreateExtensionsTest.cs (.../PipingStructureFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -35,7 +35,7 @@
public class PipingStructureFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new PipingStructureFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/RingtoetsProjectCreateExtensionsTest.cs
===================================================================
diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/RingtoetsProjectCreateExtensionsTest.cs (.../RingtoetsProjectCreateExtensionsTest.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/RingtoetsProjectCreateExtensionsTest.cs (.../RingtoetsProjectCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -32,7 +32,7 @@
public class RingtoetsProjectCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var project = new RingtoetsProject();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r9d0561122d90d00f2ef82b18bc98425803ec4056 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs (.../StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs) (revision 9d0561122d90d00f2ef82b18bc98425803ec4056)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs (.../StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -40,7 +40,7 @@
public class StabilityPointStructuresFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new StabilityPointStructuresFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r9d0561122d90d00f2ef82b18bc98425803ec4056 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs (.../StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs) (revision 9d0561122d90d00f2ef82b18bc98425803ec4056)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs (.../StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -37,7 +37,7 @@
public class StabilityStoneCoverFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new StabilityStoneCoverFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -rfe90a6d174a01975381e6cda55ed1f7f4e831a51 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs) (revision fe90a6d174a01975381e6cda55ed1f7f4e831a51)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -34,7 +34,7 @@
public class StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new StrengthStabilityLengthwiseConstructionFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/TechnicalInnovation/TechnicalInnovationFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -rfe90a6d174a01975381e6cda55ed1f7f4e831a51 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/TechnicalInnovation/TechnicalInnovationFailureMechanismCreateExtensionsTest.cs (.../TechnicalInnovationFailureMechanismCreateExtensionsTest.cs) (revision fe90a6d174a01975381e6cda55ed1f7f4e831a51)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/TechnicalInnovation/TechnicalInnovationFailureMechanismCreateExtensionsTest.cs (.../TechnicalInnovationFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -34,7 +34,7 @@
public class TechnicalInnovationFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new TechnicalInnovationFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -rfe90a6d174a01975381e6cda55ed1f7f4e831a51 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision fe90a6d174a01975381e6cda55ed1f7f4e831a51)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -34,7 +34,7 @@
public class WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new WaterPressureAsphaltCoverFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs
===================================================================
diff -u -r5b8d41d544dfd206c00b6c35d735a9d0851662f0 -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision 5b8d41d544dfd206c00b6c35d735a9d0851662f0)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -37,7 +37,7 @@
public class WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest
{
[Test]
- public void Create_WithoutPersistenceRegistry_ThrowsArgumentNullException()
+ public void Create_PersistenceRegistryNull_ThrowsArgumentNullException()
{
// Setup
var failureMechanism = new WaveImpactAsphaltCoverFailureMechanism();
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
===================================================================
diff -u -r94a162cd5c8d44f206a2a0f5e30b1fa7d29395bc -r6b281206a6a09ed8b7e2f86cad5464a342ebb799
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs (.../MigrationTo181IntegrationTest.cs) (revision 94a162cd5c8d44f206a2a0f5e30b1fa7d29395bc)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs (.../MigrationTo181IntegrationTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799)
@@ -892,7 +892,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetMigratedDuneLocationCalculationOutputValidationQuery(NormativeNormType normType)
{
return $"ATTACH DATABASE \"{sourceFilePath}\" AS SOURCEPROJECT; " +
@@ -934,7 +934,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
private static CalculationType ConvertToCalculationType(NormativeNormType normType)
{
if (!Enum.IsDefined(typeof(NormativeNormType), normType))
@@ -1527,7 +1527,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetMigratedDesignWaterLevelCalculationsValidationQuery(NormativeNormType normType)
{
CalculationType calculationType = ConvertToDesignWaterLevelCalculationType(normType);
@@ -1553,7 +1553,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetMigratedDesignWaterLevelCalculationOutputsValidationQuery(NormativeNormType normType)
{
CalculationType calculationType = ConvertToDesignWaterLevelCalculationType(normType);
@@ -1582,7 +1582,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetMigratedWaveHeightCalculationsValidationQuery(NormativeNormType normType)
{
CalculationType calculationType = ConvertToWaveHeightCalculationType(normType);
@@ -1608,7 +1608,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetMigratedWaveHeightCalculationOutputsValidationQuery(NormativeNormType normType)
{
CalculationType calculationType = ConvertToDesignWaterLevelCalculationType(normType);
@@ -1684,7 +1684,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
private static CalculationType ConvertToDesignWaterLevelCalculationType(NormativeNormType normType)
{
if (!Enum.IsDefined(typeof(NormativeNormType), normType))
@@ -1711,7 +1711,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
private static CalculationType ConvertToWaveHeightCalculationType(NormativeNormType normType)
{
if (!Enum.IsDefined(typeof(NormativeNormType), normType))
@@ -1895,7 +1895,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetMigratedDesignWaterLevelCalculationsValidationQuery(NormativeNormType normType)
{
CalculationType calculationType = ConvertToDesignWaterLevelCalculationType(normType);
@@ -1931,7 +1931,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetMigratedDesignWaterLevelCalculationOutputsValidationQuery(NormativeNormType normType)
{
CalculationType calculationType = ConvertToDesignWaterLevelCalculationType(normType);
@@ -1960,7 +1960,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetMigratedWaveHeightCalculationsValidationQuery(NormativeNormType normType)
{
CalculationType calculationType = ConvertToWaveHeightCalculationType(normType);
@@ -1996,7 +1996,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetMigratedWaveHeightCalculationOutputsValidationQuery(NormativeNormType normType)
{
CalculationType calculationType = ConvertToWaveHeightCalculationType(normType);
@@ -2089,7 +2089,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
private static CalculationType ConvertToDesignWaterLevelCalculationType(NormativeNormType normType)
{
if (!Enum.IsDefined(typeof(NormativeNormType), normType))
@@ -2116,7 +2116,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
private static CalculationType ConvertToWaveHeightCalculationType(NormativeNormType normType)
{
if (!Enum.IsDefined(typeof(NormativeNormType), normType))
@@ -2187,7 +2187,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetGrassCoverErosionOutwardsCalculationValidationQuery(NormativeNormType normType)
{
FailureMechanismCategoryType categoryType = ConvertToFailureMechanismCategoryType(normType);
@@ -2246,7 +2246,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetStabilityStoneCoverCalculationValidationQuery(NormativeNormType normType)
{
AssessmentSectionCategoryType categoryType = ConvertToAssessmentSectionCategoryType(normType);
@@ -2278,7 +2278,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
public string GetWaveImpactAsphaltCoverCalculationValidationQuery(NormativeNormType normType)
{
AssessmentSectionCategoryType categoryType = ConvertToAssessmentSectionCategoryType(normType);
@@ -2333,7 +2333,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
private static FailureMechanismCategoryType ConvertToFailureMechanismCategoryType(NormativeNormType normType)
{
if (!Enum.IsDefined(typeof(NormativeNormType), normType))
@@ -2360,7 +2360,7 @@
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
- /// but unsupported
+ /// but unsupported.
private static AssessmentSectionCategoryType ConvertToAssessmentSectionCategoryType(NormativeNormType normType)
{
if (!Enum.IsDefined(typeof(NormativeNormType), normType))