Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresFailureMechanismContextPropertyInfoTest.cs =================================================================== diff -u -r54feee4bbc803da593586d0c19de638dccf5c621 -r0ff7a1a433c8c0835cbf2657cec049d6f2b168c7 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresFailureMechanismContextPropertyInfoTest.cs (.../ClosingStructuresFailureMechanismContextPropertyInfoTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresFailureMechanismContextPropertyInfoTest.cs (.../ClosingStructuresFailureMechanismContextPropertyInfoTest.cs) (revision 0ff7a1a433c8c0835cbf2657cec049d6f2b168c7) @@ -30,6 +30,7 @@ namespace Ringtoets.ClosingStructures.Plugin.Test.PropertyInfos { + [TestFixture] public class ClosingStructuresFailureMechanismContextPropertyInfoTest { private ClosingStructuresPlugin plugin; Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/DikeProfiles/ForeshoreProfileTest.cs =================================================================== diff -u -r2973c5f790a5131e427bd5f73e2a620044199639 -r0ff7a1a433c8c0835cbf2657cec049d6f2b168c7 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/DikeProfiles/ForeshoreProfileTest.cs (.../ForeshoreProfileTest.cs) (revision 2973c5f790a5131e427bd5f73e2a620044199639) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/DikeProfiles/ForeshoreProfileTest.cs (.../ForeshoreProfileTest.cs) (revision 0ff7a1a433c8c0835cbf2657cec049d6f2b168c7) @@ -28,6 +28,7 @@ namespace Ringtoets.Common.Data.Test.DikeProfiles { + [TestFixture] public class ForeshoreProfileTest { [Test] Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/Hydraulics/HydraulicBoundaryLocationsExporterTest.cs =================================================================== diff -u -r533cfb6b8d9c3e198204d1c6ee022b79049e6d43 -r0ff7a1a433c8c0835cbf2657cec049d6f2b168c7 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/Hydraulics/HydraulicBoundaryLocationsExporterTest.cs (.../HydraulicBoundaryLocationsExporterTest.cs) (revision 533cfb6b8d9c3e198204d1c6ee022b79049e6d43) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/Hydraulics/HydraulicBoundaryLocationsExporterTest.cs (.../HydraulicBoundaryLocationsExporterTest.cs) (revision 0ff7a1a433c8c0835cbf2657cec049d6f2b168c7) @@ -32,6 +32,7 @@ namespace Ringtoets.Common.IO.Test.Hydraulics { + [TestFixture] public class HydraulicBoundaryLocationsExporterTest { [Test] Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresInputContextPropertyInfoTest.cs =================================================================== diff -u -r54feee4bbc803da593586d0c19de638dccf5c621 -r0ff7a1a433c8c0835cbf2657cec049d6f2b168c7 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresInputContextPropertyInfoTest.cs (.../HeightStructuresInputContextPropertyInfoTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresInputContextPropertyInfoTest.cs (.../HeightStructuresInputContextPropertyInfoTest.cs) (revision 0ff7a1a433c8c0835cbf2657cec049d6f2b168c7) @@ -31,6 +31,7 @@ namespace Ringtoets.HeightStructures.Plugin.Test.PropertyInfos { + [TestFixture] public class HeightStructuresInputContextPropertyInfoTest { private HeightStructuresPlugin plugin; Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs =================================================================== diff -u -rb5accd775c390fa85f815ef13c3c3e54a6d10ada -r0ff7a1a433c8c0835cbf2657cec049d6f2b168c7 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs (.../ForeshoreProfilesContextImportInfoTest.cs) (revision b5accd775c390fa85f815ef13c3c3e54a6d10ada) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs (.../ForeshoreProfilesContextImportInfoTest.cs) (revision 0ff7a1a433c8c0835cbf2657cec049d6f2b168c7) @@ -36,6 +36,7 @@ namespace Ringtoets.Integration.Plugin.Test.ImportInfos { + [TestFixture] public class ForeshoreProfilesContextImportInfoTest { [Test] Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Service/StabilityPointStructuresDataSynchronizationService.cs =================================================================== diff -u -rdb1a4833c509fe535570e8a4b9c90c0ec242fc99 -r0ff7a1a433c8c0835cbf2657cec049d6f2b168c7 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Service/StabilityPointStructuresDataSynchronizationService.cs (.../StabilityPointStructuresDataSynchronizationService.cs) (revision db1a4833c509fe535570e8a4b9c90c0ec242fc99) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Service/StabilityPointStructuresDataSynchronizationService.cs (.../StabilityPointStructuresDataSynchronizationService.cs) (revision 0ff7a1a433c8c0835cbf2657cec049d6f2b168c7) @@ -24,7 +24,6 @@ using System.Linq; using Core.Common.Base; using Ringtoets.Common.Data.Calculation; -using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Service; using Ringtoets.Common.Utils; Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PresentationObjects/StabilityPointStructuresInputContextTest.cs =================================================================== diff -u -rec82979ab7ef689a1687ebccc771d38f882c5bb7 -r0ff7a1a433c8c0835cbf2657cec049d6f2b168c7 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PresentationObjects/StabilityPointStructuresInputContextTest.cs (.../StabilityPointStructuresInputContextTest.cs) (revision ec82979ab7ef689a1687ebccc771d38f882c5bb7) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PresentationObjects/StabilityPointStructuresInputContextTest.cs (.../StabilityPointStructuresInputContextTest.cs) (revision 0ff7a1a433c8c0835cbf2657cec049d6f2b168c7) @@ -29,6 +29,7 @@ namespace Ringtoets.StabilityPointStructures.Forms.Test.PresentationObjects { + [TestFixture] public class StabilityPointStructuresInputContextTest { private MockRepository mocksRepository; Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresFailureMechanismContextPropertyInfoTest.cs =================================================================== diff -u -r54feee4bbc803da593586d0c19de638dccf5c621 -r0ff7a1a433c8c0835cbf2657cec049d6f2b168c7 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresFailureMechanismContextPropertyInfoTest.cs (.../StabilityPointStructuresFailureMechanismContextPropertyInfoTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresFailureMechanismContextPropertyInfoTest.cs (.../StabilityPointStructuresFailureMechanismContextPropertyInfoTest.cs) (revision 0ff7a1a433c8c0835cbf2657cec049d6f2b168c7) @@ -30,6 +30,7 @@ namespace Ringtoets.StabilityPointStructures.Plugin.Test.PropertyInfos { + [TestFixture] public class StabilityPointStructuresFailureMechanismContextPropertyInfoTest { private StabilityPointStructuresPlugin plugin; Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresInputContextPropertyInfoTest.cs =================================================================== diff -u -r54feee4bbc803da593586d0c19de638dccf5c621 -r0ff7a1a433c8c0835cbf2657cec049d6f2b168c7 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresInputContextPropertyInfoTest.cs (.../StabilityPointStructuresInputContextPropertyInfoTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresInputContextPropertyInfoTest.cs (.../StabilityPointStructuresInputContextPropertyInfoTest.cs) (revision 0ff7a1a433c8c0835cbf2657cec049d6f2b168c7) @@ -31,6 +31,7 @@ namespace Ringtoets.StabilityPointStructures.Plugin.Test.PropertyInfos { + [TestFixture] public class StabilityPointStructuresInputContextPropertyInfoTest { private StabilityPointStructuresPlugin plugin;