Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/BackedUpFileWriterTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/BackedUpFileWriterTest.cs (.../BackedUpFileWriterTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/BackedUpFileWriterTest.cs (.../BackedUpFileWriterTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,11 +22,10 @@ using System; using System.IO; using System.Security.AccessControl; -using Application.Ringtoets.Storage.Exceptions; using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test +namespace Ringtoets.Storage.Core.Test { [TestFixture] public class BackedUpFileWriterTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/BackgroundDataIdentifiersTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/BackgroundDataIdentifiersTest.cs (.../BackgroundDataIdentifiersTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/BackgroundDataIdentifiersTest.cs (.../BackgroundDataIdentifiersTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,7 +21,7 @@ using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test +namespace Ringtoets.Storage.Core.Test { [TestFixture] public class BackgroundDataIdentifiersTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/ColorConversionExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/ColorConversionExtensionsTest.cs (.../ColorConversionExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/ColorConversionExtensionsTest.cs (.../ColorConversionExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -25,7 +25,7 @@ using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test +namespace Ringtoets.Storage.Core.Test { [TestFixture] public class ColorConversionExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/AssessmentSectionCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/AssessmentSectionCreateExtensionsTest.cs (.../AssessmentSectionCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/AssessmentSectionCreateExtensionsTest.cs (.../AssessmentSectionCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,9 +22,6 @@ using System; using System.Collections.Generic; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Data; using Core.Common.Base.Geometry; using Core.Common.TestUtil; @@ -34,7 +31,7 @@ using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Integration.Data; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class AssessmentSectionCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/BackgroundDataCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/BackgroundDataCreateExtensionsTest.cs (.../BackgroundDataCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/BackgroundDataCreateExtensionsTest.cs (.../BackgroundDataCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,15 +21,12 @@ using System; using System.Collections.Generic; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.AssessmentSection; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class BackgroundDataCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/CalculationGroupCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/CalculationGroupCreateExtensionsTest.cs (.../CalculationGroupCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/CalculationGroupCreateExtensionsTest.cs (.../CalculationGroupCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,9 +20,6 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using NUnit.Framework; using Ringtoets.ClosingStructures.Data; using Ringtoets.Common.Data.Calculation; @@ -36,7 +33,7 @@ using Ringtoets.StabilityStoneCover.Data; using Ringtoets.WaveImpactAsphaltCover.Data; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class CalculationGroupCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ClosingStructures/ClosingStructureCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ClosingStructures/ClosingStructureCreateExtensionsTest.cs (.../ClosingStructureCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ClosingStructures/ClosingStructureCreateExtensionsTest.cs (.../ClosingStructureCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.ClosingStructures; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.ClosingStructures.Data; using Ringtoets.ClosingStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.ClosingStructures +namespace Ringtoets.Storage.Core.Test.Create.ClosingStructures { [TestFixture] public class ClosingStructureCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensionsTest.cs (.../ClosingStructuresFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensionsTest.cs (.../ClosingStructuresFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,9 +21,6 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.ClosingStructures; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.ClosingStructures.Data; @@ -33,7 +30,7 @@ using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.ClosingStructures +namespace Ringtoets.Storage.Core.Test.Create.ClosingStructures { [TestFixture] public class ClosingStructuresFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensionsTest.cs (.../ClosingStructuresFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensionsTest.cs (.../ClosingStructuresFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,17 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.ClosingStructures; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.ClosingStructures.Data; using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Primitives; -namespace Application.Ringtoets.Storage.Test.Create.ClosingStructures +namespace Ringtoets.Storage.Core.Test.Create.ClosingStructures { [TestFixture] public class ClosingStructuresFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneErosionFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneErosionFailureMechanismCreateExtensionsTest.cs (.../DuneErosionFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneErosionFailureMechanismCreateExtensionsTest.cs (.../DuneErosionFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,17 +22,14 @@ using System; using System.Collections.Generic; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.DuneErosion; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.DuneErosion.Data; using Ringtoets.DuneErosion.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.DuneErosion +namespace Ringtoets.Storage.Core.Test.Create.DuneErosion { [TestFixture] public class DuneErosionFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneErosionFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneErosionFailureMechanismSectionResultCreateExtensionsTest.cs (.../DuneErosionFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneErosionFailureMechanismSectionResultCreateExtensionsTest.cs (.../DuneErosionFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.DuneErosion; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.DuneErosion.Data; -namespace Application.Ringtoets.Storage.Test.Create.DuneErosion +namespace Ringtoets.Storage.Core.Test.Create.DuneErosion { [TestFixture] public class DuneErosionFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCalculationCollectionCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCalculationCollectionCreateExtensionsTest.cs (.../DuneLocationCalculationCollectionCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCalculationCollectionCreateExtensionsTest.cs (.../DuneLocationCalculationCollectionCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,14 +22,11 @@ using System; using System.Collections.Generic; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.DuneErosion; -using Application.Ringtoets.Storage.DbContext; using NUnit.Framework; using Ringtoets.DuneErosion.Data; using Ringtoets.DuneErosion.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.DuneErosion +namespace Ringtoets.Storage.Core.Test.Create.DuneErosion { [TestFixture] public class DuneLocationCalculationCollectionCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCalculationCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCalculationCreateExtensionsTest.cs (.../DuneLocationCalculationCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCalculationCreateExtensionsTest.cs (.../DuneLocationCalculationCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,18 +20,14 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.DuneErosion; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.DuneErosion.Data; using Ringtoets.DuneErosion.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.DuneErosion +namespace Ringtoets.Storage.Core.Test.Create.DuneErosion { [TestFixture] public class DuneLocationCalculationCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCalculationOutputCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCalculationOutputCreateExtensionsTest.cs (.../DuneLocationCalculationOutputCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCalculationOutputCreateExtensionsTest.cs (.../DuneLocationCalculationOutputCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.DuneErosion; -using Application.Ringtoets.Storage.DbContext; -using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.DuneErosion.Data; -namespace Application.Ringtoets.Storage.Test.Create.DuneErosion +namespace Ringtoets.Storage.Core.Test.Create.DuneErosion { [TestFixture] public class DuneLocationCalculationOutputCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCreateExtensionsTest.cs (.../DuneLocationCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/DuneErosion/DuneLocationCreateExtensionsTest.cs (.../DuneLocationCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.DuneErosion; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.DuneErosion.Data; using Ringtoets.DuneErosion.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.DuneErosion +namespace Ringtoets.Storage.Core.Test.Create.DuneErosion { [TestFixture] public class DuneLocationCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/FailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/FailureMechanismCreateExtensionsTest.cs (.../FailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/FailureMechanismCreateExtensionsTest.cs (.../FailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class FailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/FailureMechanismSectionCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/FailureMechanismSectionCreateExtensionsTest.cs (.../FailureMechanismSectionCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/FailureMechanismSectionCreateExtensionsTest.cs (.../FailureMechanismSectionCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.Common.Data.FailureMechanism; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class FailureMechanismSectionCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ForeshoreProfileCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ForeshoreProfileCreateExtensionsTest.cs (.../ForeshoreProfileCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/ForeshoreProfileCreateExtensionsTest.cs (.../ForeshoreProfileCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,15 +21,12 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.Common.Data.DikeProfiles; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class ForeshoreProfileCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/DikeHeightOutputCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/DikeHeightOutputCreateExtensionsTest.cs (.../DikeHeightOutputCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/DikeHeightOutputCreateExtensionsTest.cs (.../DikeHeightOutputCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,8 +20,6 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.GrassCoverErosionInwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil.IllustrationPoints; using Core.Common.TestUtil; using NUnit.Framework; @@ -30,7 +28,7 @@ using Ringtoets.Common.Data.TestUtil.IllustrationPoints; using Ringtoets.GrassCoverErosionInwards.Data; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverErosionInwards { [TestFixture] public class DikeHeightOutputCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/DikeProfileCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/DikeProfileCreateExtensionsTest.cs (.../DikeProfileCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/DikeProfileCreateExtensionsTest.cs (.../DikeProfileCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.GrassCoverErosionInwards; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.Common.Data.DikeProfiles; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverErosionInwards { [TestFixture] public class DikeProfileCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsCalculationCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsCalculationCreateExtensionsTest.cs (.../GrassCoverErosionInwardsCalculationCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsCalculationCreateExtensionsTest.cs (.../GrassCoverErosionInwardsCalculationCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,10 +20,6 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.GrassCoverErosionInwards; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; @@ -32,7 +28,7 @@ using Ringtoets.Common.Data.TestUtil; using Ringtoets.GrassCoverErosionInwards.Data; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverErosionInwards { [TestFixture] public class GrassCoverErosionInwardsCalculationCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,18 +20,14 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.GrassCoverErosionInwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Calculation; using Ringtoets.Common.Data.TestUtil; using Ringtoets.GrassCoverErosionInwards.Data; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverErosionInwards { [TestFixture] public class GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.GrassCoverErosionInwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Primitives; using Ringtoets.GrassCoverErosionInwards.Data; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverErosionInwards { [TestFixture] public class GrassCoverErosionInwardsFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsOutputCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsOutputCreateExtensionsTest.cs (.../GrassCoverErosionInwardsOutputCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsOutputCreateExtensionsTest.cs (.../GrassCoverErosionInwardsOutputCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,9 +20,6 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create.GrassCoverErosionInwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil.IllustrationPoints; using Core.Common.TestUtil; using NUnit.Framework; @@ -32,7 +29,7 @@ using Ringtoets.GrassCoverErosionInwards.Data; using Ringtoets.GrassCoverErosionInwards.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverErosionInwards { [TestFixture] public class GrassCoverErosionInwardsOutputCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/OvertoppingRateOutputCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/OvertoppingRateOutputCreateExtensionsTest.cs (.../OvertoppingRateOutputCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionInwards/OvertoppingRateOutputCreateExtensionsTest.cs (.../OvertoppingRateOutputCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,8 +20,6 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.GrassCoverErosionInwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil.IllustrationPoints; using Core.Common.TestUtil; using NUnit.Framework; @@ -30,7 +28,7 @@ using Ringtoets.Common.Data.TestUtil.IllustrationPoints; using Ringtoets.GrassCoverErosionInwards.Data; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverErosionInwards { [TestFixture] public class OvertoppingRateOutputCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,9 +22,6 @@ using System; using System.Collections.Generic; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.GrassCoverErosionOutwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; @@ -33,7 +30,7 @@ using Ringtoets.Common.Data.TestUtil; using Ringtoets.GrassCoverErosionOutwards.Data; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverErosionOutwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverErosionOutwards { [TestFixture] public class GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.GrassCoverErosionOutwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.GrassCoverErosionOutwards.Data; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverErosionOutwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverErosionOutwards { [TestFixture] public class GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensionsTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensionsTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,9 +20,6 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.GrassCoverErosionOutwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil.Hydraulics; using Core.Common.Base.Data; using Core.Common.TestUtil; @@ -34,7 +31,7 @@ using Ringtoets.Revetment.Data; using Ringtoets.Revetment.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverErosionOutwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverErosionOutwards { [TestFixture] public class GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsOutputCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsOutputCreateExtensionsTest.cs (.../GrassCoverErosionOutwardsWaveConditionsOutputCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsOutputCreateExtensionsTest.cs (.../GrassCoverErosionOutwardsWaveConditionsOutputCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -19,15 +19,13 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Revetment.Data; using Ringtoets.Revetment.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverErosionOutwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverErosionOutwards { [TestFixture] public class GrassCoverErosionOutwardsWaveConditionsOutputCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,11 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.GrassCoverSlipOffInwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.Integration.Data.StandAlone; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverSlipOffInwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverSlipOffInwards { [TestFixture] public class GrassCoverSlipOffInwardsFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.GrassCoverSlipOffInwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverSlipOffInwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverSlipOffInwards { [TestFixture] public class GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest.cs (.../GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,11 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.GrassCoverSlipOffOutwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.Integration.Data.StandAlone; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverSlipOffOutwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverSlipOffOutwards { [TestFixture] public class GrassCoverSlipOffOutwardsFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.GrassCoverSlipOffOutwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Create.GrassCoverSlipOffOutwards +namespace Ringtoets.Storage.Core.Test.Create.GrassCoverSlipOffOutwards { [TestFixture] public class GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HeightStructures/HeightStructureCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HeightStructures/HeightStructureCreateExtensionsTest.cs (.../HeightStructureCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HeightStructures/HeightStructureCreateExtensionsTest.cs (.../HeightStructureCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.HeightStructures; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.HeightStructures.Data; using Ringtoets.HeightStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.HeightStructures +namespace Ringtoets.Storage.Core.Test.Create.HeightStructures { [TestFixture] public class HeightStructureCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensionsTest.cs (.../HeightStructuresFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensionsTest.cs (.../HeightStructuresFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,19 +21,15 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.HeightStructures; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; -using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Calculation; using Ringtoets.Common.Data.TestUtil; using Ringtoets.HeightStructures.Data; using Ringtoets.HeightStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.HeightStructures +namespace Ringtoets.Storage.Core.Test.Create.HeightStructures { [TestFixture] public class HeightStructuresFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HeightStructures/HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HeightStructures/HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs (.../HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HeightStructures/HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs (.../HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,17 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.HeightStructures; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Primitives; using Ringtoets.HeightStructures.Data; -namespace Application.Ringtoets.Storage.Test.Create.HeightStructures +namespace Ringtoets.Storage.Core.Test.Create.HeightStructures { [TestFixture] public class HeightStructuresFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCalculationCollectionCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCalculationCollectionCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCalculationCollectionCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCalculationCollectionCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCalculationCollectionCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,15 +22,13 @@ using System; using System.Collections.Generic; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class HydraulicBoundaryLocationCalculationCollectionCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCalculationCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCalculationCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCalculationCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCalculationCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCalculationCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,12 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class HydraulicBoundaryLocationCalculationCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCalculationOutputCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCalculationOutputCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCalculationOutputCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCalculationOutputCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCalculationOutputCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,16 +21,14 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Data.TestUtil.IllustrationPoints; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class HydraulicBoundaryLocationCalculationOutputCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/HydraulicBoundaryLocationCreateExtensionsTest.cs (.../HydraulicBoundaryLocationCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,12 +20,10 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class HydraulicBoundaryLocationCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/GeneralResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/GeneralResultCreateExtensionsTest.cs (.../GeneralResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/GeneralResultCreateExtensionsTest.cs (.../GeneralResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,15 +21,13 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create.IllustrationPoints; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Data.TestUtil.IllustrationPoints; -namespace Application.Ringtoets.Storage.Test.Create.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Create.IllustrationPoints { [TestFixture] public class GeneralResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/IllustrationPointNodeCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/IllustrationPointNodeCreateExtensionsTest.cs (.../IllustrationPointNodeCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/IllustrationPointNodeCreateExtensionsTest.cs (.../IllustrationPointNodeCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,15 +22,13 @@ using System; using System.Collections.Generic; using System.Linq; -using Application.Ringtoets.Storage.Create.IllustrationPoints; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Data.TestUtil.IllustrationPoints; -namespace Application.Ringtoets.Storage.Test.Create.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Create.IllustrationPoints { [TestFixture] public class IllustrationPointNodeCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/IllustrationPointResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/IllustrationPointResultCreateExtensionsTest.cs (.../IllustrationPointResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/IllustrationPointResultCreateExtensionsTest.cs (.../IllustrationPointResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.IllustrationPoints; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Create.IllustrationPoints { [TestFixture] public class IllustrationPointResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/StochastCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/StochastCreateExtensionsTest.cs (.../StochastCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/StochastCreateExtensionsTest.cs (.../StochastCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.IllustrationPoints; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Create.IllustrationPoints { [TestFixture] public class StochastCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/SubMechanismIllustrationPointCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/SubMechanismIllustrationPointCreateExtensionsTest.cs (.../SubMechanismIllustrationPointCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/SubMechanismIllustrationPointCreateExtensionsTest.cs (.../SubMechanismIllustrationPointCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,14 +21,12 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create.IllustrationPoints; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Create.IllustrationPoints { [TestFixture] public class SubMechanismIllustrationPointCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/SubMechanismIllustrationPointStochastCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/SubMechanismIllustrationPointStochastCreateExtensionsTest.cs (.../SubMechanismIllustrationPointStochastCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/SubMechanismIllustrationPointStochastCreateExtensionsTest.cs (.../SubMechanismIllustrationPointStochastCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.IllustrationPoints; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Create.IllustrationPoints { [TestFixture] public class SubMechanismIllustrationPointStochastCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/TopLevelFaultTreeIllustrationPointCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/TopLevelFaultTreeIllustrationPointCreateExtensionsTest.cs (.../TopLevelFaultTreeIllustrationPointCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/TopLevelFaultTreeIllustrationPointCreateExtensionsTest.cs (.../TopLevelFaultTreeIllustrationPointCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,15 +21,13 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create.IllustrationPoints; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Data.TestUtil.IllustrationPoints; -namespace Application.Ringtoets.Storage.Test.Create.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Create.IllustrationPoints { [TestFixture] public class TopLevelFaultTreeIllustrationPointCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/TopLevelSubMechanismIllustrationPointCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/TopLevelSubMechanismIllustrationPointCreateExtensionsTest.cs (.../TopLevelSubMechanismIllustrationPointCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/IllustrationPoints/TopLevelSubMechanismIllustrationPointCreateExtensionsTest.cs (.../TopLevelSubMechanismIllustrationPointCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,14 +21,12 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create.IllustrationPoints; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Create.IllustrationPoints { [TestFixture] public class TopLevelSubMechanismIllustrationPointCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs (.../MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs (.../MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,10 +20,6 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil.MacroStabilityInwards; using Core.Common.Base.Data; using Core.Common.TestUtil; @@ -35,7 +31,7 @@ using Ringtoets.MacroStabilityInwards.Data.TestUtil.SoilProfile; using Ringtoets.MacroStabilityInwards.Primitives; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsCalculationScenarioCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs (.../MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs (.../MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,9 +21,6 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.Base.Geometry; using Core.Common.TestUtil; @@ -34,7 +31,7 @@ using Ringtoets.MacroStabilityInwards.Data.TestUtil; using Ringtoets.MacroStabilityInwards.Primitives; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../MacroStabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../MacroStabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Primitives; using Ringtoets.MacroStabilityInwards.Data; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsOutputCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsOutputCreateExtensionsTest.cs (.../MacroStabilityInwardsOutputCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsOutputCreateExtensionsTest.cs (.../MacroStabilityInwardsOutputCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,8 +21,6 @@ using System; using System.Collections.Generic; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil.MacroStabilityInwards; using Core.Common.Base.Data; using Core.Common.Base.Geometry; @@ -31,7 +29,7 @@ using Ringtoets.MacroStabilityInwards.Data; using Ringtoets.MacroStabilityInwards.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsOutputCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressCreateExtensionsTest.cs (.../MacroStabilityInwardsPreconsolidationStressCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressCreateExtensionsTest.cs (.../MacroStabilityInwardsPreconsolidationStressCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,8 +20,6 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.Base.Geometry; using Core.Common.TestUtil; @@ -30,7 +28,7 @@ using Ringtoets.Common.Data.TestUtil; using Ringtoets.MacroStabilityInwards.Data.SoilProfile; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsPreconsolidationStressCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilLayer1DCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,8 +21,6 @@ using System; using System.Drawing; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; @@ -31,7 +29,7 @@ using Ringtoets.MacroStabilityInwards.Data.SoilProfile; using Ringtoets.MacroStabilityInwards.Primitives; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsSoilLayer1DCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilLayer2DCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,9 +22,6 @@ using System; using System.Drawing; using System.Linq; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; @@ -34,7 +31,7 @@ using Ringtoets.MacroStabilityInwards.Primitives; using Ringtoets.MacroStabilityInwards.Primitives.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsSoilLayer2DCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilProfile1DCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,15 +21,12 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.MacroStabilityInwards.Data.SoilProfile; using Ringtoets.MacroStabilityInwards.Data.TestUtil.SoilProfile; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsSoilProfile1DCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile2DCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile2DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilProfile2DCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile2DCreateExtensionsTest.cs (.../MacroStabilityInwardsSoilProfile2DCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,9 +22,6 @@ using System; using System.Collections.ObjectModel; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Probabilistics; @@ -34,7 +31,7 @@ using Ringtoets.MacroStabilityInwards.Primitives; using Ringtoets.MacroStabilityInwards.Primitives.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsSoilProfile2DCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilModelCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilModelCreateExtensionsTest.cs (.../MacroStabilityInwardsStochasticSoilModelCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilModelCreateExtensionsTest.cs (.../MacroStabilityInwardsStochasticSoilModelCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,19 +20,14 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.MacroStabilityInwards.Data.SoilProfile; using Ringtoets.MacroStabilityInwards.Data.TestUtil; using Ringtoets.MacroStabilityInwards.Data.TestUtil.SoilProfile; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsStochasticSoilModelCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileCreateExtensionsTest.cs (.../MacroStabilityInwardsStochasticSoilProfileCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileCreateExtensionsTest.cs (.../MacroStabilityInwardsStochasticSoilProfileCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,16 +21,13 @@ using System; using System.Collections.Generic; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; using NUnit.Framework; using Rhino.Mocks; using Ringtoets.MacroStabilityInwards.Data.SoilProfile; using Ringtoets.MacroStabilityInwards.Data.TestUtil.SoilProfile; using Ringtoets.MacroStabilityInwards.Primitives; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsStochasticSoilProfileCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSurfaceLineCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSurfaceLineCreateExtensionsTest.cs (.../MacroStabilityInwardsSurfaceLineCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsSurfaceLineCreateExtensionsTest.cs (.../MacroStabilityInwardsSurfaceLineCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,17 +20,12 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.MacroStabilityInwards; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.MacroStabilityInwards.Primitives; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsSurfaceLineCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismCreateExtensionsTest.cs (.../MacroStabilityOutwardsFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismCreateExtensionsTest.cs (.../MacroStabilityOutwardsFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,11 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.MacroStabilityOutwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.Integration.Data.StandAlone; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityOutwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityOutwards { [TestFixture] public class MacroStabilityOutwardsFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.MacroStabilityOutwards; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Create.MacroStabilityOutwards +namespace Ringtoets.Storage.Core.Test.Create.MacroStabilityOutwards { [TestFixture] public class MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Microstability/MicrostabilityFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Microstability/MicrostabilityFailureMechanismCreateExtensionsTest.cs (.../MicrostabilityFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Microstability/MicrostabilityFailureMechanismCreateExtensionsTest.cs (.../MicrostabilityFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,11 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.Microstability; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.Integration.Data.StandAlone; -namespace Application.Ringtoets.Storage.Test.Create.Microstability +namespace Ringtoets.Storage.Core.Test.Create.Microstability { [TestFixture] public class MicrostabilityFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Microstability/MicrostabilityFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Microstability/MicrostabilityFailureMechanismSectionResultCreateExtensionsTest.cs (.../MicrostabilityFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Microstability/MicrostabilityFailureMechanismSectionResultCreateExtensionsTest.cs (.../MicrostabilityFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.Microstability; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Create.Microstability +namespace Ringtoets.Storage.Core.Test.Create.Microstability { [TestFixture] public class MicrostabilityFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/PersistenceRegistryTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/PersistenceRegistryTest.cs (.../PersistenceRegistryTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,8 +21,6 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.Base.Geometry; using NUnit.Framework; @@ -50,7 +48,7 @@ using Ringtoets.StabilityPointStructures.Data; using Ringtoets.StabilityPointStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class PersistenceRegistryTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingCalculationScenarioCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingCalculationScenarioCreateExtensionsTest.cs (.../PipingCalculationScenarioCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingCalculationScenarioCreateExtensionsTest.cs (.../PipingCalculationScenarioCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,10 +20,6 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.Piping; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.Base.Geometry; using Core.Common.TestUtil; @@ -36,7 +32,7 @@ using Ringtoets.Piping.Primitives; using Ringtoets.Piping.Primitives.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.Piping +namespace Ringtoets.Storage.Core.Test.Create.Piping { [TestFixture] public class PipingCalculationScenarioCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs (.../PipingFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs (.../PipingFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,9 +21,6 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.Piping; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.Base.Geometry; using Core.Common.TestUtil; @@ -34,7 +31,7 @@ using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.Primitives; -namespace Application.Ringtoets.Storage.Test.Create.Piping +namespace Ringtoets.Storage.Core.Test.Create.Piping { [TestFixture] public class PipingFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingFailureMechanismSectionResultCreateExtensionsTest.cs (.../PipingFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingFailureMechanismSectionResultCreateExtensionsTest.cs (.../PipingFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.Piping; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Primitives; using Ringtoets.Piping.Data; -namespace Application.Ringtoets.Storage.Test.Create.Piping +namespace Ringtoets.Storage.Core.Test.Create.Piping { [TestFixture] public class PipingFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingOutputCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingOutputCreateExtensionsTest.cs (.../PipingOutputCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingOutputCreateExtensionsTest.cs (.../PipingOutputCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,13 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.Piping; -using Application.Ringtoets.Storage.DbContext; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Piping.Data; -namespace Application.Ringtoets.Storage.Test.Create.Piping +namespace Ringtoets.Storage.Core.Test.Create.Piping { [TestFixture] public class PipingOutputCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingSoilLayerCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingSoilLayerCreateExtensionsTest.cs (.../PipingSoilLayerCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingSoilLayerCreateExtensionsTest.cs (.../PipingSoilLayerCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,16 +21,14 @@ using System; using System.Drawing; -using Application.Ringtoets.Storage.Create.Piping; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Probabilistics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Piping.Primitives; -namespace Application.Ringtoets.Storage.Test.Create.Piping +namespace Ringtoets.Storage.Core.Test.Create.Piping { [TestFixture] public class PipingSoilLayerCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingSoilProfileCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingSoilProfileCreateExtensionsTest.cs (.../PipingSoilProfileCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingSoilProfileCreateExtensionsTest.cs (.../PipingSoilProfileCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.Piping; -using Application.Ringtoets.Storage.DbContext; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Piping.Primitives; using Ringtoets.Piping.Primitives.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.Piping +namespace Ringtoets.Storage.Core.Test.Create.Piping { [TestFixture] public class PipingSoilProfileCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingStochasticSoilModelCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingStochasticSoilModelCreateExtensionsTest.cs (.../PipingStochasticSoilModelCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingStochasticSoilModelCreateExtensionsTest.cs (.../PipingStochasticSoilModelCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,18 +21,14 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.Piping; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Piping.Data.SoilProfile; using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.Primitives.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.Piping +namespace Ringtoets.Storage.Core.Test.Create.Piping { [TestFixture] public class PipingStochasticSoilModelCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingStochasticSoilProfileCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingStochasticSoilProfileCreateExtensionsTest.cs (.../PipingStochasticSoilProfileCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingStochasticSoilProfileCreateExtensionsTest.cs (.../PipingStochasticSoilProfileCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.Piping; -using Application.Ringtoets.Storage.DbContext; using NUnit.Framework; using Ringtoets.Piping.Data.SoilProfile; using Ringtoets.Piping.Primitives; using Ringtoets.Piping.Primitives.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.Piping +namespace Ringtoets.Storage.Core.Test.Create.Piping { [TestFixture] public class PipingStochasticSoilProfileCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingSurfaceLineCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingSurfaceLineCreateExtensionsTest.cs (.../PipingSurfaceLineCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/Piping/PipingSurfaceLineCreateExtensionsTest.cs (.../PipingSurfaceLineCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,17 +21,12 @@ using System; using System.Collections.Generic; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.Piping; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Piping.Primitives; -namespace Application.Ringtoets.Storage.Test.Create.Piping +namespace Ringtoets.Storage.Core.Test.Create.Piping { [TestFixture] public class PipingSurfaceLineCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/PipingStructure/PipingStructureFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/PipingStructure/PipingStructureFailureMechanismCreateExtensionsTest.cs (.../PipingStructureFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/PipingStructure/PipingStructureFailureMechanismCreateExtensionsTest.cs (.../PipingStructureFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,12 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.PipingStructure; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Integration.Data.StandAlone; -namespace Application.Ringtoets.Storage.Test.Create.PipingStructure +namespace Ringtoets.Storage.Core.Test.Create.PipingStructure { [TestFixture] public class PipingStructureFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/PipingStructure/PipingStructureFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/PipingStructure/PipingStructureFailureMechanismSectionResultCreateExtensionsTest.cs (.../PipingStructureFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/PipingStructure/PipingStructureFailureMechanismSectionResultCreateExtensionsTest.cs (.../PipingStructureFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.PipingStructure; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Create.PipingStructure +namespace Ringtoets.Storage.Core.Test.Create.PipingStructure { [TestFixture] public class PipingStructureFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/RingtoetsProjectCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/RingtoetsProjectCreateExtensionsTest.cs (.../RingtoetsProjectCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/RingtoetsProjectCreateExtensionsTest.cs (.../RingtoetsProjectCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,13 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using NUnit.Framework; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Data; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class RingtoetsProjectCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityPointStructures/StabilityPointStructureCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityPointStructures/StabilityPointStructureCreateExtensionsTest.cs (.../StabilityPointStructureCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityPointStructures/StabilityPointStructureCreateExtensionsTest.cs (.../StabilityPointStructureCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.StabilityPointStructures; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.StabilityPointStructures.Data; using Ringtoets.StabilityPointStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.StabilityPointStructures +namespace Ringtoets.Storage.Core.Test.Create.StabilityPointStructures { [TestFixture] public class StabilityPointStructureCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs (.../StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs (.../StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,9 +21,6 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.StabilityPointStructures; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; @@ -34,7 +31,7 @@ using Ringtoets.StabilityPointStructures.Data; using Ringtoets.StabilityPointStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.StabilityPointStructures +namespace Ringtoets.Storage.Core.Test.Create.StabilityPointStructures { [TestFixture] public class StabilityPointStructuresFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismSectionResultCreateExtensionsTest.cs (.../StabilityPointStructuresFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismSectionResultCreateExtensionsTest.cs (.../StabilityPointStructuresFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,17 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.StabilityPointStructures; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Primitives; using Ringtoets.StabilityPointStructures.Data; -namespace Application.Ringtoets.Storage.Test.Create.StabilityPointStructures +namespace Ringtoets.Storage.Core.Test.Create.StabilityPointStructures { [TestFixture] public class StabilityPointStructuresFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs (.../StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs (.../StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,18 +20,14 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.StabilityStoneCover; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Calculation; using Ringtoets.Common.Data.TestUtil; using Ringtoets.StabilityStoneCover.Data; -namespace Application.Ringtoets.Storage.Test.Create.StabilityStoneCover +namespace Ringtoets.Storage.Core.Test.Create.StabilityStoneCover { [TestFixture] public class StabilityStoneCoverFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs (.../StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs (.../StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.StabilityStoneCover; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.StabilityStoneCover.Data; -namespace Application.Ringtoets.Storage.Test.Create.StabilityStoneCover +namespace Ringtoets.Storage.Core.Test.Create.StabilityStoneCover { [TestFixture] public class StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationCreateExtensionsTest.cs (.../StabilityStoneCoverWaveConditionsCalculationCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationCreateExtensionsTest.cs (.../StabilityStoneCoverWaveConditionsCalculationCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,10 +20,6 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.StabilityStoneCover; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; @@ -34,7 +30,7 @@ using Ringtoets.Revetment.Data.TestUtil; using Ringtoets.StabilityStoneCover.Data; -namespace Application.Ringtoets.Storage.Test.Create.StabilityStoneCover +namespace Ringtoets.Storage.Core.Test.Create.StabilityStoneCover { [TestFixture] public class StabilityStoneCoverWaveConditionsCalculationCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsOutputCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsOutputCreateExtensionsTest.cs (.../StabilityStoneCoverWaveConditionsOutputCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsOutputCreateExtensionsTest.cs (.../StabilityStoneCoverWaveConditionsOutputCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Revetment.Data; using Ringtoets.Revetment.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.StabilityStoneCover +namespace Ringtoets.Storage.Core.Test.Create.StabilityStoneCover { [TestFixture] public class StabilityStoneCoverWaveConditionsOutputCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,11 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.StrengthStabilityLengthwise; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.Integration.Data.StandAlone; -namespace Application.Ringtoets.Storage.Test.Create.StrengthStabilityLengthwise +namespace Ringtoets.Storage.Core.Test.Create.StrengthStabilityLengthwise { [TestFixture] public class StrengthStabilityLengthwiseConstructionFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.StrengthStabilityLengthwise; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Create.StrengthStabilityLengthwise +namespace Ringtoets.Storage.Core.Test.Create.StrengthStabilityLengthwise { [TestFixture] public class StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StructuresCalculationCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StructuresCalculationCreateExtensionsTest.cs (.../StructuresCalculationCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StructuresCalculationCreateExtensionsTest.cs (.../StructuresCalculationCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,9 +20,6 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; @@ -37,7 +34,7 @@ using Ringtoets.StabilityPointStructures.Data; using Ringtoets.StabilityPointStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] public class StructuresCalculationCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StructuresOutputCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StructuresOutputCreateExtensionsTest.cs (.../StructuresOutputCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/StructuresOutputCreateExtensionsTest.cs (.../StructuresOutputCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil.IllustrationPoints; using NUnit.Framework; using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Data.TestUtil.IllustrationPoints; -namespace Application.Ringtoets.Storage.Test.Create +namespace Ringtoets.Storage.Core.Test.Create { [TestFixture] internal class StructuresOutputCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/TechnicalInnovation/TechnicalInnovationFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/TechnicalInnovation/TechnicalInnovationFailureMechanismCreateExtensionsTest.cs (.../TechnicalInnovationFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/TechnicalInnovation/TechnicalInnovationFailureMechanismCreateExtensionsTest.cs (.../TechnicalInnovationFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,11 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.TechnicalInnovation; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.Integration.Data.StandAlone; -namespace Application.Ringtoets.Storage.Test.Create.TechnicalInnovation +namespace Ringtoets.Storage.Core.Test.Create.TechnicalInnovation { [TestFixture] public class TechnicalInnovationFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/TechnicalInnovation/TechnicalInnovationFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/TechnicalInnovation/TechnicalInnovationFailureMechanismSectionResultCreateExtensionsTest.cs (.../TechnicalInnovationFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/TechnicalInnovation/TechnicalInnovationFailureMechanismSectionResultCreateExtensionsTest.cs (.../TechnicalInnovationFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.TechnicalInnovation; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Create.TechnicalInnovation +namespace Ringtoets.Storage.Core.Test.Create.TechnicalInnovation { [TestFixture] public class TechnicalInnovationFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,11 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.WaterPressureAsphaltCover; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.Integration.Data.StandAlone; -namespace Application.Ringtoets.Storage.Test.Create.WaterPressureAsphaltCover +namespace Ringtoets.Storage.Core.Test.Create.WaterPressureAsphaltCover { [TestFixture] public class WaterPressureAsphaltCoverFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.WaterPressureAsphaltCover; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Create.WaterPressureAsphaltCover +namespace Ringtoets.Storage.Core.Test.Create.WaterPressureAsphaltCover { [TestFixture] public class WaterPressureAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,18 +20,14 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.WaveImpactAsphaltCover; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Calculation; using Ringtoets.Common.Data.TestUtil; using Ringtoets.WaveImpactAsphaltCover.Data; -namespace Application.Ringtoets.Storage.Test.Create.WaveImpactAsphaltCover +namespace Ringtoets.Storage.Core.Test.Create.WaveImpactAsphaltCover { [TestFixture] public class WaveImpactAsphaltCoverFailureMechanismCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Create.WaveImpactAsphaltCover; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.WaveImpactAsphaltCover.Data; -namespace Application.Ringtoets.Storage.Test.Create.WaveImpactAsphaltCover +namespace Ringtoets.Storage.Core.Test.Create.WaveImpactAsphaltCover { [TestFixture] public class WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,10 +20,6 @@ // All rights reserved. using System; -using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.Create.WaveImpactAsphaltCover; -using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; @@ -34,7 +30,7 @@ using Ringtoets.Revetment.Data.TestUtil; using Ringtoets.WaveImpactAsphaltCover.Data; -namespace Application.Ringtoets.Storage.Test.Create.WaveImpactAsphaltCover +namespace Ringtoets.Storage.Core.Test.Create.WaveImpactAsphaltCover { [TestFixture] public class WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsOutputCreateExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsOutputCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverWaveConditionsOutputCreateExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsOutputCreateExtensionsTest.cs (.../WaveImpactAsphaltCoverWaveConditionsOutputCreateExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -19,15 +19,13 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Revetment.Data; using Ringtoets.Revetment.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Create.WaveImpactAsphaltCover +namespace Ringtoets.Storage.Core.Test.Create.WaveImpactAsphaltCover { [TestFixture] public class WaveImpactAsphaltCoverWaveConditionsOutputCreateExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/DbContext/RingtoetsEntitiesTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/DbContext/RingtoetsEntitiesTest.cs (.../RingtoetsEntitiesTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/DbContext/RingtoetsEntitiesTest.cs (.../RingtoetsEntitiesTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,10 +21,9 @@ using System.Data.Entity.Infrastructure; using System.Globalization; -using Application.Ringtoets.Storage.DbContext; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.DbContext +namespace Ringtoets.Storage.Core.Test.DbContext { [TestFixture] public class RingtoetsEntitiesTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/DoubleConversionExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/DoubleConversionExtensionsTest.cs (.../DoubleConversionExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/DoubleConversionExtensionsTest.cs (.../DoubleConversionExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,7 +21,7 @@ using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test +namespace Ringtoets.Storage.Core.Test { [TestFixture] public class DoubleConversionExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDeleteBackupFileExceptionTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDeleteBackupFileExceptionTest.cs (.../CannotDeleteBackupFileExceptionTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDeleteBackupFileExceptionTest.cs (.../CannotDeleteBackupFileExceptionTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,11 +20,10 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Exceptions; using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.Exceptions +namespace Ringtoets.Storage.Core.Test.Exceptions { [TestFixture] public class CannotDeleteBackupFileExceptionTest : Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDetermineFingerprintExceptionTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDetermineFingerprintExceptionTest.cs (.../CannotDetermineFingerprintExceptionTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/CannotDetermineFingerprintExceptionTest.cs (.../CannotDetermineFingerprintExceptionTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,11 +20,10 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Exceptions; using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.Exceptions +namespace Ringtoets.Storage.Core.Test.Exceptions { [TestFixture] public class CannotDetermineFingerprintExceptionTest : Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/EntityNotFoundExceptionTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/EntityNotFoundExceptionTest.cs (.../EntityNotFoundExceptionTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Exceptions/EntityNotFoundExceptionTest.cs (.../EntityNotFoundExceptionTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,11 +20,10 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Exceptions; using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.Exceptions +namespace Ringtoets.Storage.Core.Test.Exceptions { [TestFixture] public class EntityNotFoundExceptionTest : Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/FingerprintHelperTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/FingerprintHelperTest.cs (.../FingerprintHelperTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/FingerprintHelperTest.cs (.../FingerprintHelperTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,13 +22,11 @@ using System; using System.Diagnostics; using System.Linq; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.Integration.Data; -namespace Application.Ringtoets.Storage.Test +namespace Ringtoets.Storage.Core.Test { [TestFixture] public class FingerprintHelperTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationIntegrationTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationIntegrationTest.cs (.../MigrationIntegrationTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationIntegrationTest.cs (.../MigrationIntegrationTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -27,7 +27,7 @@ using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.IntegrationTests +namespace Ringtoets.Storage.Core.Test.IntegrationTests { [TestFixture] public class MigrationIntegrationTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo171IntegrationTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo171IntegrationTest.cs (.../MigrationTo171IntegrationTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo171IntegrationTest.cs (.../MigrationTo171IntegrationTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -25,7 +25,7 @@ using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.IntegrationTests +namespace Ringtoets.Storage.Core.Test.IntegrationTests { [TestFixture] public class MigrationTo171IntegrationTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo172IntegrationTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo172IntegrationTest.cs (.../MigrationTo172IntegrationTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo172IntegrationTest.cs (.../MigrationTo172IntegrationTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -30,7 +30,7 @@ using NUnit.Framework; using Ringtoets.Common.Data.Contribution; -namespace Application.Ringtoets.Storage.Test.IntegrationTests +namespace Ringtoets.Storage.Core.Test.IntegrationTests { public class MigrationTo172IntegrationTest { Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo173IntegrationTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo173IntegrationTest.cs (.../MigrationTo173IntegrationTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo173IntegrationTest.cs (.../MigrationTo173IntegrationTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -25,7 +25,7 @@ using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.IntegrationTests +namespace Ringtoets.Storage.Core.Test.IntegrationTests { public class MigrationTo173IntegrationTest { Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo181IntegrationTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo181IntegrationTest.cs (.../MigrationTo181IntegrationTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/MigrationTo181IntegrationTest.cs (.../MigrationTo181IntegrationTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -29,7 +29,7 @@ using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.FailureMechanism; -namespace Application.Ringtoets.Storage.Test.IntegrationTests +namespace Ringtoets.Storage.Core.Test.IntegrationTests { public class MigrationTo181IntegrationTest { Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/StorageMigrationIntegrationTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/StorageMigrationIntegrationTest.cs (.../StorageMigrationIntegrationTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/StorageMigrationIntegrationTest.cs (.../StorageMigrationIntegrationTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -34,7 +34,7 @@ using Ringtoets.Common.Util; using Ringtoets.Integration.Data; -namespace Application.Ringtoets.Storage.Test.IntegrationTests +namespace Ringtoets.Storage.Core.Test.IntegrationTests { [TestFixture] public class StorageMigrationIntegrationTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -24,8 +24,6 @@ using System.IO; using System.Linq; using System.Threading; -using Application.Ringtoets.Storage.Create; -using Application.Ringtoets.Storage.DbContext; using Application.Ringtoets.Storage.TestUtil; using Core.Common.Base.Geometry; using Core.Common.Base.Storage; @@ -64,7 +62,7 @@ using Ringtoets.StabilityStoneCover.Data; using Ringtoets.WaveImpactAsphaltCover.Data; -namespace Application.Ringtoets.Storage.Test.IntegrationTests +namespace Ringtoets.Storage.Core.Test.IntegrationTests { [TestFixture] public class StorageSqLiteIntegrationTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/AssessmentSectionEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/AssessmentSectionEntityReadExtensionsTest.cs (.../AssessmentSectionEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/AssessmentSectionEntityReadExtensionsTest.cs (.../AssessmentSectionEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,9 +22,6 @@ using System; using System.Collections.Generic; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil; using Application.Ringtoets.Storage.TestUtil.Hydraulics; using Application.Ringtoets.Storage.TestUtil.MacroStabilityInwards; @@ -44,7 +41,7 @@ using Ringtoets.Integration.Data.StandAlone.Input; using Ringtoets.MacroStabilityInwards.Data; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class AssessmentSectionEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/BackgroundDataEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/BackgroundDataEntityReadExtensionsTest.cs (.../BackgroundDataEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/BackgroundDataEntityReadExtensionsTest.cs (.../BackgroundDataEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,13 +21,11 @@ using System; using System.Collections.Generic; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.AssessmentSection; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class BackgroundDataEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/BackgroundDataMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/BackgroundDataMetaEntityReadExtensionsTest.cs (.../BackgroundDataMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/BackgroundDataMetaEntityReadExtensionsTest.cs (.../BackgroundDataMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,11 +21,9 @@ using System; using System.Collections.Generic; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class BackgroundDataMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/CalculationGroupEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/CalculationGroupEntityReadExtensionsTest.cs (.../CalculationGroupEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/CalculationGroupEntityReadExtensionsTest.cs (.../CalculationGroupEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,8 +21,6 @@ using System; using System.Collections.Generic; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using NUnit.Framework; using Ringtoets.ClosingStructures.Data; using Ringtoets.Common.Data.Calculation; @@ -36,7 +34,7 @@ using Ringtoets.StabilityStoneCover.Data; using Ringtoets.WaveImpactAsphaltCover.Data; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class CalculationGroupEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructureEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructureEntityReadExtensionsTest.cs (.../ClosingStructureEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructureEntityReadExtensionsTest.cs (.../ClosingStructureEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.ClosingStructures; using NUnit.Framework; using Ringtoets.ClosingStructures.Data; using Ringtoets.ClosingStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.ClosingStructures +namespace Ringtoets.Storage.Core.Test.Read.ClosingStructures { [TestFixture] public class ClosingStructureEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs (.../ClosingStructuresCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs (.../ClosingStructuresCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,9 +20,6 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.ClosingStructures; using NUnit.Framework; using Ringtoets.ClosingStructures.Data; using Ringtoets.ClosingStructures.Data.TestUtil; @@ -31,7 +28,7 @@ using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.ClosingStructures +namespace Ringtoets.Storage.Core.Test.Read.ClosingStructures { [TestFixture] public class ClosingStructuresCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructuresFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructuresFailureMechanismMetaEntityReadExtensionsTest.cs (.../ClosingStructuresFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructuresFailureMechanismMetaEntityReadExtensionsTest.cs (.../ClosingStructuresFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,12 +20,10 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.ClosingStructures; using NUnit.Framework; using Ringtoets.ClosingStructures.Data; -namespace Application.Ringtoets.Storage.Test.Read.ClosingStructures +namespace Ringtoets.Storage.Core.Test.Read.ClosingStructures { [TestFixture] public class ClosingStructuresFailureMechanismMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs (.../ClosingStructuresSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs (.../ClosingStructuresSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,17 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.ClosingStructures; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.ClosingStructures.Data; using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Primitives; -namespace Application.Ringtoets.Storage.Test.Read.ClosingStructures +namespace Ringtoets.Storage.Core.Test.Read.ClosingStructures { [TestFixture] public class ClosingStructuresSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneErosionFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneErosionFailureMechanismMetaEntityReadExtensionsTest.cs (.../DuneErosionFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneErosionFailureMechanismMetaEntityReadExtensionsTest.cs (.../DuneErosionFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.DuneErosion; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.DuneErosion.Data; -namespace Application.Ringtoets.Storage.Test.Read.DuneErosion +namespace Ringtoets.Storage.Core.Test.Read.DuneErosion { [TestFixture] public class DuneErosionFailureMechanismMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneErosionSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneErosionSectionResultEntityReadExtensionsTest.cs (.../DuneErosionSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneErosionSectionResultEntityReadExtensionsTest.cs (.../DuneErosionSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.DuneErosion; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.DuneErosion.Data; -namespace Application.Ringtoets.Storage.Test.Read.DuneErosion +namespace Ringtoets.Storage.Core.Test.Read.DuneErosion { [TestFixture] public class DuneErosionSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationCalculationCollectionEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationCalculationCollectionEntityReadExtensionsTest.cs (.../DuneLocationCalculationCollectionEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationCalculationCollectionEntityReadExtensionsTest.cs (.../DuneLocationCalculationCollectionEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,14 +21,11 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.DuneErosion; using NUnit.Framework; using Ringtoets.DuneErosion.Data; using Ringtoets.DuneErosion.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.DuneErosion +namespace Ringtoets.Storage.Core.Test.Read.DuneErosion { [TestFixture] public class DuneLocationCalculationCollectionEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationCalculationEntityReadExtensionsTest.cs (.../DuneLocationCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationCalculationEntityReadExtensionsTest.cs (.../DuneLocationCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.DuneErosion; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.DuneErosion.Data; using Ringtoets.DuneErosion.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.DuneErosion +namespace Ringtoets.Storage.Core.Test.Read.DuneErosion { [TestFixture] public class DuneLocationCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationCalculationOutputEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationCalculationOutputEntityReadExtensionsTest.cs (.../DuneLocationCalculationOutputEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationCalculationOutputEntityReadExtensionsTest.cs (.../DuneLocationCalculationOutputEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.DuneErosion; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.DuneErosion.Data; -namespace Application.Ringtoets.Storage.Test.Read.DuneErosion +namespace Ringtoets.Storage.Core.Test.Read.DuneErosion { [TestFixture] public class DuneLocationCalculationOutputEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationEntityReadExtensionsTest.cs (.../DuneLocationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/DuneErosion/DuneLocationEntityReadExtensionsTest.cs (.../DuneLocationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.DuneErosion; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.DuneErosion.Data; -namespace Application.Ringtoets.Storage.Test.Read.DuneErosion +namespace Ringtoets.Storage.Core.Test.Read.DuneErosion { [TestFixture] public class DuneLocationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/FailureMechanismEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/FailureMechanismEntityReadExtensionsTest.cs (.../FailureMechanismEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/FailureMechanismEntityReadExtensionsTest.cs (.../FailureMechanismEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,9 +21,6 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil; using Application.Ringtoets.Storage.TestUtil.Hydraulics; using Application.Ringtoets.Storage.TestUtil.MacroStabilityInwards; @@ -53,7 +50,7 @@ using Ringtoets.StabilityStoneCover.Data; using Ringtoets.WaveImpactAsphaltCover.Data; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class FailureMechanismEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/FailureMechanismSectionEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/FailureMechanismSectionEntityReadExtensionsTest.cs (.../FailureMechanismSectionEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/FailureMechanismSectionEntityReadExtensionsTest.cs (.../FailureMechanismSectionEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.Common.Data.FailureMechanism; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class FailureMechanismSectionEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ForeshoreProfileReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ForeshoreProfileReadExtensionsTest.cs (.../ForeshoreProfileReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ForeshoreProfileReadExtensionsTest.cs (.../ForeshoreProfileReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,15 +21,12 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.Common.Data.DikeProfiles; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class ForeshoreProfileReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensionsTest.cs (.../DikeProfileEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/DikeProfileEntityReadExtensionsTest.cs (.../DikeProfileEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,16 +21,12 @@ using System; using System.Collections; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.GrassCoverErosionInwards; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.Common.Data.DikeProfiles; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Read.GrassCoverErosionInwards { [TestFixture] public class DikeProfileEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsCalculationEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsCalculationEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,10 +20,6 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.GrassCoverErosionInwards; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil.Hydraulics; using Core.Common.Base.Geometry; using Core.Common.TestUtil; @@ -33,7 +29,7 @@ using Ringtoets.Common.Data.TestUtil; using Ringtoets.GrassCoverErosionInwards.Data; -namespace Application.Ringtoets.Storage.Test.Read.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Read.GrassCoverErosionInwards { [TestFixture] public class GrassCoverErosionInwardsCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.GrassCoverErosionInwards; using Application.Ringtoets.Storage.TestUtil.IllustrationPoints; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.GrassCoverErosionInwards.Data; -namespace Application.Ringtoets.Storage.Test.Read.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Read.GrassCoverErosionInwards { [TestFixture] public class GrassCoverErosionInwardsDikeHeightOutputEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismMetaEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismMetaEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.GrassCoverErosionInwards; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.GrassCoverErosionInwards.Data; -namespace Application.Ringtoets.Storage.Test.Read.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Read.GrassCoverErosionInwards { [TestFixture] public class GrassCoverErosionInwardsFailureMechanismMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsOutputEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsOutputEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsOutputEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsOutputEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsOutputEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,13 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.GrassCoverErosionInwards; using Application.Ringtoets.Storage.TestUtil.IllustrationPoints; using NUnit.Framework; using Ringtoets.GrassCoverErosionInwards.Data; -namespace Application.Ringtoets.Storage.Test.Read.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Read.GrassCoverErosionInwards { [TestFixture] public class GrassCoverErosionInwardsOutputEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsOvertoppingRateOutputEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsOvertoppingRateOutputEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsOvertoppingRateOutputEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsOvertoppingRateOutputEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsOvertoppingRateOutputEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.GrassCoverErosionInwards; using Application.Ringtoets.Storage.TestUtil.IllustrationPoints; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.GrassCoverErosionInwards.Data; -namespace Application.Ringtoets.Storage.Test.Read.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Read.GrassCoverErosionInwards { [TestFixture] public class GrassCoverErosionInwardsOvertoppingRateOutputEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverErosionInwardsSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.GrassCoverErosionInwards; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Primitives; using Ringtoets.GrassCoverErosionInwards.Data; -namespace Application.Ringtoets.Storage.Test.Read.GrassCoverErosionInwards +namespace Ringtoets.Storage.Core.Test.Read.GrassCoverErosionInwards { [TestFixture] public class GrassCoverErosionInwardsSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismMetaEntityReadExtensionsTest.cs (.../GrassCoverErosionOutwardsFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismMetaEntityReadExtensionsTest.cs (.../GrassCoverErosionOutwardsFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.GrassCoverErosionOutwards; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.GrassCoverErosionOutwards.Data; -namespace Application.Ringtoets.Storage.Test.Read.GrassCoverErosionOutwards +namespace Ringtoets.Storage.Core.Test.Read.GrassCoverErosionOutwards { [TestFixture] public class GrassCoverErosionOutwardsFailureMechanismMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.GrassCoverErosionOutwards; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.GrassCoverErosionOutwards.Data; -namespace Application.Ringtoets.Storage.Test.Read.GrassCoverErosionOutwards +namespace Ringtoets.Storage.Core.Test.Read.GrassCoverErosionOutwards { [TestFixture] public class GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensionsTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensionsTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,10 +21,6 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.GrassCoverErosionOutwards; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil.Hydraulics; using Core.Common.Base.Data; using Core.Common.Base.Geometry; @@ -37,7 +33,7 @@ using Ringtoets.GrassCoverErosionOutwards.Data; using Ringtoets.Revetment.Data; -namespace Application.Ringtoets.Storage.Test.Read.GrassCoverErosionOutwards +namespace Ringtoets.Storage.Core.Test.Read.GrassCoverErosionOutwards { [TestFixture] public class GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsOutputEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsOutputEntityReadExtensionsTest.cs (.../GrassCoverErosionOutwardsWaveConditionsOutputEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsOutputEntityReadExtensionsTest.cs (.../GrassCoverErosionOutwardsWaveConditionsOutputEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.GrassCoverErosionOutwards; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Revetment.Data; -namespace Application.Ringtoets.Storage.Test.Read.GrassCoverErosionOutwards +namespace Ringtoets.Storage.Core.Test.Read.GrassCoverErosionOutwards { [TestFixture] public class GrassCoverErosionOutwardsWaveConditionsOutputEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverSlipOffOutwardsSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverSlipOffOutwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverSlipOffOutwardsSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/GrassCoverSlipOffOutwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverSlipOffOutwardsSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class GrassCoverSlipOffOutwardsSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructureEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructureEntityReadExtensionsTest.cs (.../HeightStructureEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructureEntityReadExtensionsTest.cs (.../HeightStructureEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.HeightStructures; using NUnit.Framework; using Ringtoets.HeightStructures.Data; using Ringtoets.HeightStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.HeightStructures +namespace Ringtoets.Storage.Core.Test.Read.HeightStructures { [TestFixture] public class HeightStructureEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructuresCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructuresCalculationEntityReadExtensionsTest.cs (.../HeightStructuresCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructuresCalculationEntityReadExtensionsTest.cs (.../HeightStructuresCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,10 +20,6 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.HeightStructures; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Data; using Core.Common.Base.Geometry; using Core.Common.TestUtil; @@ -33,7 +29,7 @@ using Ringtoets.Common.Data.TestUtil; using Ringtoets.HeightStructures.Data; -namespace Application.Ringtoets.Storage.Test.Read.HeightStructures +namespace Ringtoets.Storage.Core.Test.Read.HeightStructures { [TestFixture] public class HeightStructuresCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructuresFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructuresFailureMechanismMetaEntityReadExtensionsTest.cs (.../HeightStructuresFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructuresFailureMechanismMetaEntityReadExtensionsTest.cs (.../HeightStructuresFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.HeightStructures; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.HeightStructures.Data; -namespace Application.Ringtoets.Storage.Test.Read.HeightStructures +namespace Ringtoets.Storage.Core.Test.Read.HeightStructures { [TestFixture] public class HeightStructuresFailureMechanismMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs (.../HeightStructuresSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs (.../HeightStructuresSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,17 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.HeightStructures; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Primitives; using Ringtoets.HeightStructures.Data; -namespace Application.Ringtoets.Storage.Test.Read.HeightStructures +namespace Ringtoets.Storage.Core.Test.Read.HeightStructures { [TestFixture] public class HeightStructuresSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationCalculationCollectionEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationCalculationCollectionEntityReadExtensionsTest.cs (.../HydraulicLocationCalculationCollectionEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationCalculationCollectionEntityReadExtensionsTest.cs (.../HydraulicLocationCalculationCollectionEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,15 +21,13 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Application.Ringtoets.Storage.TestUtil.Hydraulics; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class HydraulicLocationCalculationCollectionEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationCalculationEntityReadExtensionsTest.cs (.../HydraulicLocationCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationCalculationEntityReadExtensionsTest.cs (.../HydraulicLocationCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,16 +21,14 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class HydraulicLocationCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationEntityReadExtensionsTest.cs (.../HydraulicLocationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationEntityReadExtensionsTest.cs (.../HydraulicLocationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,12 +20,10 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class HydraulicLocationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationOutputEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationOutputEntityReadExtensionsTest.cs (.../HydraulicLocationOutputEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/HydraulicLocationOutputEntityReadExtensionsTest.cs (.../HydraulicLocationOutputEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,15 +22,13 @@ using System; using System.Collections.Generic; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class HydraulicLocationOutputEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/FaultTreeIllustrationPointEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/FaultTreeIllustrationPointEntityReadExtensionsTest.cs (.../FaultTreeIllustrationPointEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/FaultTreeIllustrationPointEntityReadExtensionsTest.cs (.../FaultTreeIllustrationPointEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,14 +22,12 @@ using System; using System.Collections.Generic; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.IllustrationPoints; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Read.IllustrationPoints { [TestFixture] public class FaultTreeIllustrationPointEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/GeneralResultFaultTreeIllustrationPointEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/GeneralResultFaultTreeIllustrationPointEntityReadExtensionsTest.cs (.../GeneralResultFaultTreeIllustrationPointEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/GeneralResultFaultTreeIllustrationPointEntityReadExtensionsTest.cs (.../GeneralResultFaultTreeIllustrationPointEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,14 +21,12 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.IllustrationPoints; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Read.IllustrationPoints { [TestFixture] public class GeneralResultFaultTreeIllustrationPointEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/GeneralResultSubMechanismIllustrationPointEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/GeneralResultSubMechanismIllustrationPointEntityReadExtensionsTest.cs (.../GeneralResultSubMechanismIllustrationPointEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/GeneralResultSubMechanismIllustrationPointEntityReadExtensionsTest.cs (.../GeneralResultSubMechanismIllustrationPointEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,13 +21,11 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.IllustrationPoints; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Read.IllustrationPoints { [TestFixture] public class GeneralResultSubMechanismIllustrationPointEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/IllustrationPointResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/IllustrationPointResultEntityReadExtensionsTest.cs (.../IllustrationPointResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/IllustrationPointResultEntityReadExtensionsTest.cs (.../IllustrationPointResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,13 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.IllustrationPoints; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Read.IllustrationPoints { [TestFixture] public class IllustrationPointResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/StochastEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/StochastEntityReadExtensionsTest.cs (.../StochastEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/StochastEntityReadExtensionsTest.cs (.../StochastEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,13 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.IllustrationPoints; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Read.IllustrationPoints { [TestFixture] public class StochastEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/SubMechanismIllustrationPointEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/SubMechanismIllustrationPointEntityReadExtensionsTest.cs (.../SubMechanismIllustrationPointEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/SubMechanismIllustrationPointEntityReadExtensionsTest.cs (.../SubMechanismIllustrationPointEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,13 +21,11 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.IllustrationPoints; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Read.IllustrationPoints { [TestFixture] public class SubMechanismIllustrationPointEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/SubMechanismIllustrationPointStochastEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/SubMechanismIllustrationPointStochastEntityReadExtensionsTest.cs (.../SubMechanismIllustrationPointStochastEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/SubMechanismIllustrationPointStochastEntityReadExtensionsTest.cs (.../SubMechanismIllustrationPointStochastEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,13 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.IllustrationPoints; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Read.IllustrationPoints { [TestFixture] public class SubMechanismIllustrationPointStochastEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/TopLevelFaultTreeIllustrationPointEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/TopLevelFaultTreeIllustrationPointEntityReadExtensionsTest.cs (.../TopLevelFaultTreeIllustrationPointEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/TopLevelFaultTreeIllustrationPointEntityReadExtensionsTest.cs (.../TopLevelFaultTreeIllustrationPointEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.IllustrationPoints; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Read.IllustrationPoints { [TestFixture] public class TopLevelFaultTreeIllustrationPointEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/TopLevelSubMechanismIllustrationPointReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/TopLevelSubMechanismIllustrationPointReadExtensionsTest.cs (.../TopLevelSubMechanismIllustrationPointReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/IllustrationPoints/TopLevelSubMechanismIllustrationPointReadExtensionsTest.cs (.../TopLevelSubMechanismIllustrationPointReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,13 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.IllustrationPoints; using NUnit.Framework; using Ringtoets.Common.Data.IllustrationPoints; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.IllustrationPoints +namespace Ringtoets.Storage.Core.Test.Read.IllustrationPoints { [TestFixture] public class TopLevelSubMechanismIllustrationPointReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsCalculationEntityReadExtensionsTest.cs (.../MacroStabilityInwardsCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsCalculationEntityReadExtensionsTest.cs (.../MacroStabilityInwardsCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,10 +20,6 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.MacroStabilityInwards; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil.MacroStabilityInwards; using Core.Common.Base.Data; using Core.Common.TestUtil; @@ -35,7 +31,7 @@ using Ringtoets.MacroStabilityInwards.Data.TestUtil.SoilProfile; using Ringtoets.MacroStabilityInwards.Primitives; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs (.../MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs (.../MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,17 +21,14 @@ using System; using System.Collections.Generic; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.MacroStabilityInwards; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil.MacroStabilityInwards; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.MacroStabilityInwards.Data; using Ringtoets.MacroStabilityInwards.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismMetaEntityReadExtensionsTest.cs (.../MacroStabilityInwardsFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismMetaEntityReadExtensionsTest.cs (.../MacroStabilityInwardsFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,12 +20,10 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.MacroStabilityInwards; using NUnit.Framework; using Ringtoets.MacroStabilityInwards.Data; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsFailureMechanismMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressEntityReadExtensionsTest.cs (.../MacroStabilityInwardsPreconsolidationStressEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressEntityReadExtensionsTest.cs (.../MacroStabilityInwardsPreconsolidationStressEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.MacroStabilityInwards; using Core.Common.Base.Data; using NUnit.Framework; using Ringtoets.Common.Data.Probabilistics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.MacroStabilityInwards.Data.SoilProfile; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsPreconsolidationStressEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.MacroStabilityInwards; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Primitives; using Ringtoets.MacroStabilityInwards.Data; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,15 +21,13 @@ using System; using System.Drawing; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.MacroStabilityInwards; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.MacroStabilityInwards.Data.SoilProfile; using Ringtoets.MacroStabilityInwards.Primitives; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsSoilLayerOneDEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,17 +22,14 @@ using System; using System.Drawing; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.MacroStabilityInwards; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil.MacroStabilityInwards; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.MacroStabilityInwards.Primitives; using Ringtoets.MacroStabilityInwards.Primitives.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsSoilLayerTwoDEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileOneDEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileOneDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilProfileOneDEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileOneDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilProfileOneDEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,13 +21,10 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.MacroStabilityInwards; using NUnit.Framework; using Ringtoets.MacroStabilityInwards.Data.SoilProfile; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsSoilProfileOneDEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileTwoDEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileTwoDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilProfileTwoDEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileTwoDEntityReadExtensionsTest.cs (.../MacroStabilityInwardsSoilProfileTwoDEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,10 +21,6 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.MacroStabilityInwards; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil.MacroStabilityInwards; using Core.Common.Base.Data; using Core.Common.Base.Geometry; @@ -35,7 +31,7 @@ using Ringtoets.MacroStabilityInwards.Primitives; using Ringtoets.MacroStabilityInwards.Primitives.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsSoilProfileTwoDEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileEntityReadExtensionsTest.cs (.../MacroStabilityInwardsStochasticSoilProfileEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileEntityReadExtensionsTest.cs (.../MacroStabilityInwardsStochasticSoilProfileEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.MacroStabilityInwards; using Application.Ringtoets.Storage.TestUtil.MacroStabilityInwards; using NUnit.Framework; using Ringtoets.MacroStabilityInwards.Data.SoilProfile; using Ringtoets.MacroStabilityInwards.Primitives; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityInwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityInwards { [TestFixture] public class MacroStabilityInwardsStochasticSoilProfileEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityOutwards/MacroStabilityOutwardsFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityOutwards/MacroStabilityOutwardsFailureMechanismMetaEntityReadExtensionsTest.cs (.../MacroStabilityOutwardsFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityOutwards/MacroStabilityOutwardsFailureMechanismMetaEntityReadExtensionsTest.cs (.../MacroStabilityOutwardsFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,12 +20,10 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.MacroStabilityOutwards; using NUnit.Framework; using Ringtoets.Integration.Data.StandAlone.Input; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityOutwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityOutwards { [TestFixture] public class MacroStabilityOutwardsFailureMechanismMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityOutwards/MacroStabilityOutwardsSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityOutwards/MacroStabilityOutwardsSectionResultEntityReadExtensionsTest.cs (.../MacroStabilityOutwardsSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MacroStabilityOutwards/MacroStabilityOutwardsSectionResultEntityReadExtensionsTest.cs (.../MacroStabilityOutwardsSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.MacroStabilityOutwards; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Read.MacroStabilityOutwards +namespace Ringtoets.Storage.Core.Test.Read.MacroStabilityOutwards { [TestFixture] public class MacroStabilityOutwardsSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MicrostabilitySectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MicrostabilitySectionResultEntityReadExtensionsTest.cs (.../MicrostabilitySectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/MicrostabilitySectionResultEntityReadExtensionsTest.cs (.../MicrostabilitySectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class MicrostabilitySectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs (.../PipingCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingCalculationEntityReadExtensionsTest.cs (.../PipingCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,10 +20,6 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.Piping; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil.Hydraulics; using Core.Common.Base.Data; using Core.Common.Base.Geometry; @@ -35,7 +31,7 @@ using Ringtoets.Piping.Primitives; using Ringtoets.Piping.Primitives.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.Piping +namespace Ringtoets.Storage.Core.Test.Read.Piping { [TestFixture] public class PipingCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingCalculationOutputEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingCalculationOutputEntityReadExtensionsTest.cs (.../PipingCalculationOutputEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingCalculationOutputEntityReadExtensionsTest.cs (.../PipingCalculationOutputEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,12 +20,10 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.Piping; using NUnit.Framework; using Ringtoets.Piping.Data; -namespace Application.Ringtoets.Storage.Test.Read.Piping +namespace Ringtoets.Storage.Core.Test.Read.Piping { [TestFixture] public class PipingCalculationOutputEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingFailureMechanismMetaEntityReadExtensionsTest.cs (.../PipingFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingFailureMechanismMetaEntityReadExtensionsTest.cs (.../PipingFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,13 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.Piping; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Piping.Data; -namespace Application.Ringtoets.Storage.Test.Read.Piping +namespace Ringtoets.Storage.Core.Test.Read.Piping { [TestFixture] public class PipingFailureMechanismMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingSectionResultEntityReadExtensionsTest.cs (.../PipingSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingSectionResultEntityReadExtensionsTest.cs (.../PipingSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,13 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.Piping; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Primitives; using Ringtoets.Piping.Data; -namespace Application.Ringtoets.Storage.Test.Read.Piping +namespace Ringtoets.Storage.Core.Test.Read.Piping { [TestFixture] public class PipingSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingSoilLayerEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingSoilLayerEntityReadExtensionsTest.cs (.../PipingSoilLayerEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingSoilLayerEntityReadExtensionsTest.cs (.../PipingSoilLayerEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,14 +21,12 @@ using System; using System.Drawing; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.Piping; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Piping.Primitives; -namespace Application.Ringtoets.Storage.Test.Read.Piping +namespace Ringtoets.Storage.Core.Test.Read.Piping { [TestFixture] public class PipingSoilLayerEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingSoilProfileEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingSoilProfileEntityReadExtensionsTest.cs (.../PipingSoilProfileEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingSoilProfileEntityReadExtensionsTest.cs (.../PipingSoilProfileEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,14 +21,11 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.Piping; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Piping.Primitives; -namespace Application.Ringtoets.Storage.Test.Read.Piping +namespace Ringtoets.Storage.Core.Test.Read.Piping { [TestFixture] public class PipingSoilProfileEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingStochasticSoilProfileEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingStochasticSoilProfileEntityReadExtensionsTest.cs (.../PipingStochasticSoilProfileEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/Piping/PipingStochasticSoilProfileEntityReadExtensionsTest.cs (.../PipingStochasticSoilProfileEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,15 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.Piping; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Piping.Data.SoilProfile; using Ringtoets.Piping.Primitives; -namespace Application.Ringtoets.Storage.Test.Read.Piping +namespace Ringtoets.Storage.Core.Test.Read.Piping { [TestFixture] public class PipingStochasticSoilProfileEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/PipingStructure/PipingStructureSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/PipingStructure/PipingStructureSectionResultEntityReadExtensionsTest.cs (.../PipingStructureSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/PipingStructure/PipingStructureSectionResultEntityReadExtensionsTest.cs (.../PipingStructureSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.PipingStructure; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Read.PipingStructure +namespace Ringtoets.Storage.Core.Test.Read.PipingStructure { [TestFixture] public class PipingStructureSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ProjectEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ProjectEntityReadExtensionsTest.cs (.../ProjectEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ProjectEntityReadExtensionsTest.cs (.../ProjectEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,14 +21,12 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using NUnit.Framework; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; using Ringtoets.Integration.Data; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class ProjectEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ReadConversionCollectorTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ReadConversionCollectorTest.cs (.../ReadConversionCollectorTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/ReadConversionCollectorTest.cs (.../ReadConversionCollectorTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,8 +22,6 @@ using System; using System.Collections.Generic; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Application.Ringtoets.Storage.TestUtil; using Core.Common.Base.Geometry; using NUnit.Framework; @@ -50,7 +48,7 @@ using Ringtoets.StabilityPointStructures.Data; using Ringtoets.StabilityPointStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class ReadConversionCollectorTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructureEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructureEntityReadExtensionsTest.cs (.../StabilityPointStructureEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructureEntityReadExtensionsTest.cs (.../StabilityPointStructureEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.StabilityPointStructures; using NUnit.Framework; using Ringtoets.StabilityPointStructures.Data; using Ringtoets.StabilityPointStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.StabilityPointStructures +namespace Ringtoets.Storage.Core.Test.Read.StabilityPointStructures { [TestFixture] public class StabilityPointStructureEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructuresCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructuresCalculationEntityReadExtensionsTest.cs (.../StabilityPointStructuresCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructuresCalculationEntityReadExtensionsTest.cs (.../StabilityPointStructuresCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,9 +20,6 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.StabilityPointStructures; using NUnit.Framework; using Ringtoets.Common.Data.DikeProfiles; using Ringtoets.Common.Data.Hydraulics; @@ -31,7 +28,7 @@ using Ringtoets.StabilityPointStructures.Data; using Ringtoets.StabilityPointStructures.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read.StabilityPointStructures +namespace Ringtoets.Storage.Core.Test.Read.StabilityPointStructures { [TestFixture] public class StabilityPointStructuresCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructuresFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructuresFailureMechanismMetaEntityReadExtensionsTest.cs (.../StabilityPointStructuresFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructuresFailureMechanismMetaEntityReadExtensionsTest.cs (.../StabilityPointStructuresFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.StabilityPointStructures; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.StabilityPointStructures.Data; -namespace Application.Ringtoets.Storage.Test.Read.StabilityPointStructures +namespace Ringtoets.Storage.Core.Test.Read.StabilityPointStructures { [TestFixture] public class StabilityPointStructuresFailureMechanismMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructuresSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructuresSectionResultEntityReadExtensionsTest.cs (.../StabilityPointStructuresSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityPointStructures/StabilityPointStructuresSectionResultEntityReadExtensionsTest.cs (.../StabilityPointStructuresSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,17 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.StabilityPointStructures; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Primitives; using Ringtoets.StabilityPointStructures.Data; -namespace Application.Ringtoets.Storage.Test.Read.StabilityPointStructures +namespace Ringtoets.Storage.Core.Test.Read.StabilityPointStructures { [TestFixture] public class StabilityPointStructuresSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverFailureMechanismMetaEntityReadExtensionsTest.cs (.../StabilityStoneCoverFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverFailureMechanismMetaEntityReadExtensionsTest.cs (.../StabilityStoneCoverFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.StabilityStoneCover; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.StabilityStoneCover.Data; -namespace Application.Ringtoets.Storage.Test.Read.StabilityStoneCover +namespace Ringtoets.Storage.Core.Test.Read.StabilityStoneCover { [TestFixture] public class StabilityStoneCoverFailureMechanismMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverSectionResultEntityReadExtensionsTest.cs (.../StabilityStoneCoverSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverSectionResultEntityReadExtensionsTest.cs (.../StabilityStoneCoverSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.StabilityStoneCover; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.StabilityStoneCover.Data; -namespace Application.Ringtoets.Storage.Test.Read.StabilityStoneCover +namespace Ringtoets.Storage.Core.Test.Read.StabilityStoneCover { [TestFixture] public class StabilityStoneCoverSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationEntityReadExtensionsTest.cs (.../StabilityStoneCoverWaveConditionsCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationEntityReadExtensionsTest.cs (.../StabilityStoneCoverWaveConditionsCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,10 +21,6 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.StabilityStoneCover; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil.Hydraulics; using Core.Common.Base.Data; using Core.Common.Base.Geometry; @@ -37,7 +33,7 @@ using Ringtoets.Revetment.Data; using Ringtoets.StabilityStoneCover.Data; -namespace Application.Ringtoets.Storage.Test.Read.StabilityStoneCover +namespace Ringtoets.Storage.Core.Test.Read.StabilityStoneCover { [TestFixture] public class StabilityStoneCoverWaveConditionsCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsOutputEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsOutputEntityReadExtensionsTest.cs (.../StabilityStoneCoverWaveConditionsOutputEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsOutputEntityReadExtensionsTest.cs (.../StabilityStoneCoverWaveConditionsOutputEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.StabilityStoneCover; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Revetment.Data; -namespace Application.Ringtoets.Storage.Test.Read.StabilityStoneCover +namespace Ringtoets.Storage.Core.Test.Read.StabilityStoneCover { [TestFixture] public class StabilityStoneCoverWaveConditionsOutputEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StochasticSoilModelEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StochasticSoilModelEntityReadExtensionsTest.cs (.../StochasticSoilModelEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StochasticSoilModelEntityReadExtensionsTest.cs (.../StochasticSoilModelEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,17 +21,14 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil; using Application.Ringtoets.Storage.TestUtil.MacroStabilityInwards; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.MacroStabilityInwards.Data.SoilProfile; using Ringtoets.Piping.Data.SoilProfile; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class StochasticSoilModelEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StructureCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StructureCalculationEntityReadExtensionsTest.cs (.../StructureCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/StructureCalculationEntityReadExtensionsTest.cs (.../StructureCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,8 +20,6 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; @@ -31,7 +29,7 @@ using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Data.TestUtil; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class StructureCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/SurfaceLineEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/SurfaceLineEntityReadExtensionsTest.cs (.../SurfaceLineEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/SurfaceLineEntityReadExtensionsTest.cs (.../SurfaceLineEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,16 +22,13 @@ using System; using System.ComponentModel; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.MacroStabilityInwards.Primitives; using Ringtoets.Piping.Primitives; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class SurfaceLineEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/TechnicalInnovationSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/TechnicalInnovationSectionResultEntityReadExtensionsTest.cs (.../TechnicalInnovationSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/TechnicalInnovationSectionResultEntityReadExtensionsTest.cs (.../TechnicalInnovationSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class TechnicalInnovationSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaterPressureAsphaltCoverSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaterPressureAsphaltCoverSectionResultEntityReadExtensionsTest.cs (.../WaterPressureAsphaltCoverSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaterPressureAsphaltCoverSectionResultEntityReadExtensionsTest.cs (.../WaterPressureAsphaltCoverSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Test.Read +namespace Ringtoets.Storage.Core.Test.Read { [TestFixture] public class WaterPressureAsphaltCoverSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismMetaEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismMetaEntityReadExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismMetaEntityReadExtensionsTest.cs (.../WaveImpactAsphaltCoverFailureMechanismMetaEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.WaveImpactAsphaltCover; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.TestUtil; using Ringtoets.WaveImpactAsphaltCover.Data; -namespace Application.Ringtoets.Storage.Test.Read.WaveImpactAsphaltCover +namespace Ringtoets.Storage.Core.Test.Read.WaveImpactAsphaltCover { [TestFixture] public class WaveImpactAsphaltCoverFailureMechanismMetaEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest.cs (.../WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest.cs (.../WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,16 +20,14 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.WaveImpactAsphaltCover; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.AssemblyTool.Data; using Ringtoets.Common.Primitives; using Ringtoets.WaveImpactAsphaltCover.Data; -namespace Application.Ringtoets.Storage.Test.Read.WaveImpactAsphaltCover +namespace Ringtoets.Storage.Core.Test.Read.WaveImpactAsphaltCover { [TestFixture] public class WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensionsTest.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensionsTest.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,10 +21,6 @@ using System; using System.Linq; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read; -using Application.Ringtoets.Storage.Read.WaveImpactAsphaltCover; -using Application.Ringtoets.Storage.Serializers; using Application.Ringtoets.Storage.TestUtil.Hydraulics; using Core.Common.Base.Data; using Core.Common.Base.Geometry; @@ -37,7 +33,7 @@ using Ringtoets.Revetment.Data; using Ringtoets.WaveImpactAsphaltCover.Data; -namespace Application.Ringtoets.Storage.Test.Read.WaveImpactAsphaltCover +namespace Ringtoets.Storage.Core.Test.Read.WaveImpactAsphaltCover { [TestFixture] public class WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsOutputEntityReadExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsOutputEntityReadExtensionsTest.cs (.../WaveImpactAsphaltCoverWaveConditionsOutputEntityReadExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsOutputEntityReadExtensionsTest.cs (.../WaveImpactAsphaltCoverWaveConditionsOutputEntityReadExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,14 +20,12 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.DbContext; -using Application.Ringtoets.Storage.Read.WaveImpactAsphaltCover; using NUnit.Framework; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Revetment.Data; -namespace Application.Ringtoets.Storage.Test.Read.WaveImpactAsphaltCover +namespace Ringtoets.Storage.Core.Test.Read.WaveImpactAsphaltCover { [TestFixture] public class WaveImpactAsphaltCoverWaveConditionsOutputEntityReadExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/RingtoetsDatabaseCreatorTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/RingtoetsDatabaseCreatorTest.cs (.../RingtoetsDatabaseCreatorTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/RingtoetsDatabaseCreatorTest.cs (.../RingtoetsDatabaseCreatorTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,19 +20,18 @@ // All rights reserved. using System.IO; -using Application.Ringtoets.Storage.Properties; using Application.Ringtoets.Storage.TestUtil; using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test +namespace Ringtoets.Storage.Core.Test { [TestFixture] [Explicit("Creates a new Ringtoets.rtd file in the root of the Application.Ringtoets.Storage")] public class RingtoetsDatabaseCreatorTest { /// - /// Creates a new Ringtoets.rtd file in the root of the , + /// Creates a new Ringtoets.rtd file in the root of the , /// which is used to auto-generate the database code. /// [Test] Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/RoundedDoubleConversionExtensionsTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/RoundedDoubleConversionExtensionsTest.cs (.../RoundedDoubleConversionExtensionsTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/RoundedDoubleConversionExtensionsTest.cs (.../RoundedDoubleConversionExtensionsTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,7 +22,7 @@ using Core.Common.Base.Data; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test +namespace Ringtoets.Storage.Core.Test { [TestFixture] public class RoundedDoubleConversionExtensionsTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/DataCollectionSerializerTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/DataCollectionSerializerTest.cs (.../DataCollectionSerializerTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/DataCollectionSerializerTest.cs (.../DataCollectionSerializerTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -23,10 +23,9 @@ using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; -using Application.Ringtoets.Storage.Serializers; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.Serializers +namespace Ringtoets.Storage.Core.Test.Serializers { [TestFixture] public class DataCollectionSerializerTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/MacroStabilityInwardsSliceXmlSerializerTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/MacroStabilityInwardsSliceXmlSerializerTest.cs (.../MacroStabilityInwardsSliceXmlSerializerTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/MacroStabilityInwardsSliceXmlSerializerTest.cs (.../MacroStabilityInwardsSliceXmlSerializerTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -21,13 +21,12 @@ using System; using System.Collections.Generic; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.MacroStabilityInwards.Data; -namespace Application.Ringtoets.Storage.Test.Serializers +namespace Ringtoets.Storage.Core.Test.Serializers { [TestFixture] public class MacroStabilityInwardsSliceXmlSerializerTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/Point2DXmlSerializerTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/Point2DXmlSerializerTest.cs (.../Point2DXmlSerializerTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/Point2DXmlSerializerTest.cs (.../Point2DXmlSerializerTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -19,11 +19,10 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.Serializers +namespace Ringtoets.Storage.Core.Test.Serializers { [TestFixture] public class Point2DXmlSerializerTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/Point3DXmlSerializerTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/Point3DXmlSerializerTest.cs (.../Point3DXmlSerializerTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/Point3DXmlSerializerTest.cs (.../Point3DXmlSerializerTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -19,11 +19,10 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.Serializers +namespace Ringtoets.Storage.Core.Test.Serializers { [TestFixture] public class Point3DXmlSerializerTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/RoughnessPointXmlSerializerTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/RoughnessPointXmlSerializerTest.cs (.../RoughnessPointXmlSerializerTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/RoughnessPointXmlSerializerTest.cs (.../RoughnessPointXmlSerializerTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,12 +20,11 @@ // All rights reserved. using System.Collections; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.Common.Data.DikeProfiles; -namespace Application.Ringtoets.Storage.Test.Serializers +namespace Ringtoets.Storage.Core.Test.Serializers { [TestFixture] public class RoughnessPointXmlSerializerTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/TangentLinesXmlSerializerTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/TangentLinesXmlSerializerTest.cs (.../TangentLinesXmlSerializerTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/Serializers/TangentLinesXmlSerializerTest.cs (.../TangentLinesXmlSerializerTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -20,12 +20,11 @@ // All rights reserved. using System; -using Application.Ringtoets.Storage.Serializers; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test.Serializers +namespace Ringtoets.Storage.Core.Test.Serializers { [TestFixture] public class TangentLinesXmlSerializerTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/SqLiteEntityConnectionStringBuilderTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/SqLiteEntityConnectionStringBuilderTest.cs (.../SqLiteEntityConnectionStringBuilderTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/SqLiteEntityConnectionStringBuilderTest.cs (.../SqLiteEntityConnectionStringBuilderTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -22,7 +22,7 @@ using System; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test +namespace Ringtoets.Storage.Core.Test { [TestFixture] public class SqLiteEntityConnectionStringBuilderTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/StorageSqLiteTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/StorageSqLiteTest.cs (.../StorageSqLiteTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/StorageSqLiteTest.cs (.../StorageSqLiteTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -32,7 +32,7 @@ using Ringtoets.Common.Util; using Ringtoets.Integration.Data; -namespace Application.Ringtoets.Storage.Test +namespace Ringtoets.Storage.Core.Test { [TestFixture] public class StorageSqLiteTest Index: Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/StorageSqliteCreatorTest.cs =================================================================== diff -u -r110c4d0fb90f97e02424a6a16c5b1377ea037543 -r26014a51f7e2fd2dff154b0a79c89a1bfb6e0699 --- Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/StorageSqliteCreatorTest.cs (.../StorageSqliteCreatorTest.cs) (revision 110c4d0fb90f97e02424a6a16c5b1377ea037543) +++ Ringtoets/Storage/test/Ringtoets.Storage.Core.Test/StorageSqliteCreatorTest.cs (.../StorageSqliteCreatorTest.cs) (revision 26014a51f7e2fd2dff154b0a79c89a1bfb6e0699) @@ -24,7 +24,7 @@ using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Storage.Test +namespace Ringtoets.Storage.Core.Test { [TestFixture] public class StorageSqliteCreatorTest