Index: Application/Ringtoets/test/Application.Ringtoets.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Application/Ringtoets/test/Application.Ringtoets.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Application/Ringtoets/test/Application.Ringtoets.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Application.Ringtoets.Integration.Test")] [assembly: AssemblyProduct("Application.Ringtoets.Integration.Test")] \ No newline at end of file Index: Application/Ringtoets/test/Application.Ringtoets.Migration.Console.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Application/Ringtoets/test/Application.Ringtoets.Migration.Console.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Application/Ringtoets/test/Application.Ringtoets.Migration.Console.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Application.Ringtoets.Migration.Console.Test")] [assembly: AssemblyProduct("Application.Ringtoets.Migration.Console.Test")] \ No newline at end of file Index: Application/Ringtoets/test/Application.Ringtoets.Migration.Core.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Application/Ringtoets/test/Application.Ringtoets.Migration.Core.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Application/Ringtoets/test/Application.Ringtoets.Migration.Core.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Application.Ringtoets.Migration.Core.Test")] [assembly: AssemblyProduct("Application.Ringtoets.Migration.Core.Test")] \ No newline at end of file Index: Application/Ringtoets/test/Application.Ringtoets.Migration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Application/Ringtoets/test/Application.Ringtoets.Migration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Application/Ringtoets/test/Application.Ringtoets.Migration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Application.Ringtoets.Migration.Test")] [assembly: AssemblyProduct("Application.Ringtoets.Migration.Test")] \ No newline at end of file Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Application.Ringtoets.Storage.Test")] [assembly: AssemblyProduct("Application.Ringtoets.Storage.Test")] \ No newline at end of file Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Application.Ringtoets.Storage.TestUtil.Test")] [assembly: AssemblyProduct("Application.Ringtoets.Storage.TestUtil.Test")] \ No newline at end of file Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Application.Ringtoets.Storage.TestUtil")] [assembly: AssemblyProduct("Application.Ringtoets.Storage.TestUtil")] \ No newline at end of file Index: Application/Ringtoets/test/Application.Ringtoets.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Application/Ringtoets/test/Application.Ringtoets.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Application/Ringtoets/test/Application.Ringtoets.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Application.Ringtoets.Test")] [assembly: AssemblyProduct("Application.Ringtoets.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.Base.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Base.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Base.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Base.Test")] [assembly: AssemblyProduct("Core.Common.Base.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.Base.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Base.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Base.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Base.TestUtil.Test")] [assembly: AssemblyProduct("Core.Common.Base.TestUtil.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.Base.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Base.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Base.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Base.TestUtil")] [assembly: AssemblyProduct("Core.Common.Base.TestUtil")] \ No newline at end of file Index: Core/Common/test/Core.Common.Controls.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Controls.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Controls.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Controls.Test")] [assembly: AssemblyProduct("Core.Common.Controls.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.Controls.TreeView.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Controls.TreeView.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Controls.TreeView.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Controls.TreeView.Test")] [assembly: AssemblyProduct("Core.Common.Controls.TreeView.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Data.TestUtil.Test")] [assembly: AssemblyProduct("Core.Common.Data.TestUtil.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Data.TestUtil")] [assembly: AssemblyProduct("Core.Common.Data.TestUtil")] \ No newline at end of file Index: Core/Common/test/Core.Common.Geometry.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Geometry.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Geometry.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Geometry.Test")] [assembly: AssemblyProduct("Core.Common.Geometry.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.Gui.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Gui.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Gui.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Gui.Test")] [assembly: AssemblyProduct("Core.Common.Gui.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.Gui.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Gui.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Gui.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Gui.TestUtil.Test")] [assembly: AssemblyProduct("Core.Common.Gui.TestUtil.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.Gui.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Gui.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Gui.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Gui.TestUtil")] [assembly: AssemblyProduct("Core.Common.Gui.TestUtil")] \ No newline at end of file Index: Core/Common/test/Core.Common.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.IO.Test")] [assembly: AssemblyProduct("Core.Common.IO.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Integration.Test")] [assembly: AssemblyProduct("Core.Common.Integration.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.TestUtil.Test")] [assembly: AssemblyProduct("Core.Common.TestUtil.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Common/test/Core.Common.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.TestUtil")] [assembly: AssemblyProduct("Core.Common.TestUtil")] \ No newline at end of file Index: Core/Common/test/Core.Common.Util.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -rac96d7c315129af851634ed5a4a6800b59ede718 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision ac96d7c315129af851634ed5a4a6800b59ede718) +++ Core/Common/test/Core.Common.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Util.Test")] [assembly: AssemblyProduct("Core.Common.Util.Test")] \ No newline at end of file Index: Core/Common/test/Core.Common.Util.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -rac96d7c315129af851634ed5a4a6800b59ede718 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Common/test/Core.Common.Util.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision ac96d7c315129af851634ed5a4a6800b59ede718) +++ Core/Common/test/Core.Common.Util.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Common.Util.TestUtil.Test")] [assembly: AssemblyProduct("Core.Common.Util.TestUtil.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.BruTile.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.BruTile.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.BruTile.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.BruTile.Data.Test")] [assembly: AssemblyProduct("Core.Components.BruTile.Data.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.BruTile.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.BruTile.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.BruTile.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.BruTile.Forms.Test")] [assembly: AssemblyProduct("Core.Components.BruTile.Forms.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.BruTile.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.BruTile.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.BruTile.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.BruTile.IO.Test")] [assembly: AssemblyProduct("Core.Components.BruTile.IO.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.BruTile.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.BruTile.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.BruTile.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.BruTile.Test")] [assembly: AssemblyProduct("Core.Components.BruTile.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.BruTile.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.BruTile.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.BruTile.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.BruTile.TestUtil.Test")] [assembly: AssemblyProduct("Core.Components.BruTile.TestUtil.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.Chart.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.Chart.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.Chart.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.Chart.Test")] [assembly: AssemblyProduct("Core.Components.Chart.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.Chart.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.Chart.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.Chart.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.Chart.TestUtil.Test")] [assembly: AssemblyProduct("Core.Components.Chart.TestUtil.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.DotSpatial.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.DotSpatial.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.DotSpatial.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.DotSpatial.Forms.Test")] [assembly: AssemblyProduct("Core.Components.DotSpatial.Forms.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.DotSpatial.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.DotSpatial.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.DotSpatial.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.DotSpatial.Test")] [assembly: AssemblyProduct("Core.Components.DotSpatial.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.DotSpatial.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.DotSpatial.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.DotSpatial.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.DotSpatial.TestUtil.Test")] [assembly: AssemblyProduct("Core.Components.DotSpatial.TestUtil.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.Gis.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.Gis.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.Gis.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.Gis.Forms.Test")] [assembly: AssemblyProduct("Core.Components.Gis.Forms.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.Gis.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.Gis.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.Gis.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.Gis.IO.Test")] [assembly: AssemblyProduct("Core.Components.Gis.IO.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.Gis.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.Gis.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.Gis.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.Gis.Test")] [assembly: AssemblyProduct("Core.Components.Gis.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.Gis.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.Gis.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.Gis.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.Gis.TestUtil.Test")] [assembly: AssemblyProduct("Core.Components.Gis.TestUtil.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.GraphSharp.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.GraphSharp.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.GraphSharp.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.GraphSharp.Forms.Test")] [assembly: AssemblyProduct("Core.Components.GraphSharp.Forms.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.GraphSharp.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.GraphSharp.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.GraphSharp.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.GraphSharp.Test")] [assembly: AssemblyProduct("Core.Components.GraphSharp.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.GraphSharp.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.GraphSharp.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.GraphSharp.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.GraphSharp.TestUtil.Test")] [assembly: AssemblyProduct("Core.Components.GraphSharp.TestUtil.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.OxyPlot.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.OxyPlot.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.OxyPlot.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.OxyPlot.Forms.Test")] [assembly: AssemblyProduct("Core.Components.OxyPlot.Forms.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.OxyPlot.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.OxyPlot.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.OxyPlot.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.OxyPlot.Test")] [assembly: AssemblyProduct("Core.Components.OxyPlot.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.PointedTree.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.PointedTree.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.PointedTree.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.PointedTree.Test")] [assembly: AssemblyProduct("Core.Components.PointedTree.Test")] \ No newline at end of file Index: Core/Components/test/Core.Components.Stack.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Components/test/Core.Components.Stack.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Components/test/Core.Components.Stack.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Components.Stack.Test")] [assembly: AssemblyProduct("Core.Components.Stack.Test")] \ No newline at end of file Index: Core/Plugins/test/Core.Plugins.Chart.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Plugins/test/Core.Plugins.Chart.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Plugins/test/Core.Plugins.Chart.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Plugins.Chart.Test")] [assembly: AssemblyProduct("Core.Plugins.Chart.Test")] \ No newline at end of file Index: Core/Plugins/test/Core.Plugins.CommonTools.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Plugins/test/Core.Plugins.CommonTools.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Plugins/test/Core.Plugins.CommonTools.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Plugins.CommonTools.Test")] [assembly: AssemblyProduct("Core.Plugins.CommonTools.Test")] \ No newline at end of file Index: Core/Plugins/test/Core.Plugins.Map.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Plugins/test/Core.Plugins.Map.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Plugins/test/Core.Plugins.Map.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Plugins.Map.Test")] [assembly: AssemblyProduct("Core.Plugins.Map.Test")] \ No newline at end of file Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Core.Plugins.ProjectExplorer.Test")] [assembly: AssemblyProduct("Core.Plugins.ProjectExplorer.Test")] \ No newline at end of file Index: Demo/Ringtoets/test/Demo.Ringtoets.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Demo/Ringtoets/test/Demo.Ringtoets.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Demo/Ringtoets/test/Demo.Ringtoets.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Demo.Ringtoets.Test")] [assembly: AssemblyProduct("Demo.Ringtoets.Test")] \ No newline at end of file Index: Migration/Console/test/Migration.Console.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Migration/Console/test/Migration.Console.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Migration/Console/test/Migration.Console.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Migration.Console.Test")] [assembly: AssemblyProduct("Migration.Console.Test")] \ No newline at end of file Index: Migration/Console/test/Migration.Console.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Migration/Console/test/Migration.Console.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Migration/Console/test/Migration.Console.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Migration.Console.TestUtil.Test")] [assembly: AssemblyProduct("Migration.Console.TestUtil.Test")] \ No newline at end of file Index: Migration/Core/test/Migration.Core.Storage.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Migration/Core/test/Migration.Core.Storage.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Migration/Core/test/Migration.Core.Storage.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Migration.Core.Storage.Test")] [assembly: AssemblyProduct("Migration.Core.Storage.Test")] \ No newline at end of file Index: Migration/Core/test/Migration.Core.Storage.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Migration/Core/test/Migration.Core.Storage.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Migration/Core/test/Migration.Core.Storage.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Migration.Core.Storage.TestUtil.Test")] [assembly: AssemblyProduct("Migration.Core.Storage.TestUtil.Test")] \ No newline at end of file Index: Migration/Scripts/test/Migration.Scripts.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Migration/Scripts/test/Migration.Scripts.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Migration/Scripts/test/Migration.Scripts.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Migration.Scripts.Data.Test")] [assembly: AssemblyProduct("Migration.Scripts.Data.Test")] \ No newline at end of file Index: Migration/Scripts/test/Migration.Scripts.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Migration/Scripts/test/Migration.Scripts.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Migration/Scripts/test/Migration.Scripts.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Migration.Scripts.Data.TestUtil.Test")] [assembly: AssemblyProduct("Migration.Scripts.Data.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r17c024c908c174de70c8cacb70ee24bf58fee725 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 17c024c908c174de70c8cacb70ee24bf58fee725) +++ Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.AssemblyTool.Data.Test")] [assembly: AssemblyProduct("Ringtoets.AssemblyTool.Data.Test")] \ No newline at end of file Index: Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -rb29487c198d87b176783f2396c2b59cd76b9f246 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision b29487c198d87b176783f2396c2b59cd76b9f246) +++ Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.AssemblyTool.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.AssemblyTool.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0b15250481afe9b7248472b990cc86f19021a8ba -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0b15250481afe9b7248472b990cc86f19021a8ba) +++ Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.AssemblyTool.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.AssemblyTool.Forms.Test")] \ No newline at end of file Index: Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.KernelWrapper.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r849d99f3a93b749758a149a4c4a4ef4c39deeb41 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.KernelWrapper.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 849d99f3a93b749758a149a4c4a4ef4c39deeb41) +++ Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.KernelWrapper.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.AssemblyTool.KernelWrapper.Test")] [assembly: AssemblyProduct("Ringtoets.AssemblyTool.KernelWrapper.Test")] \ No newline at end of file Index: Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r7b2dd0c4744b58ea6bf4bfe108d3f6fb487f2d3e -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 7b2dd0c4744b58ea6bf4bfe108d3f6fb487f2d3e) +++ Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.AssemblyTool.KernelWrapper.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.KernelWrapper.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r7b2dd0c4744b58ea6bf4bfe108d3f6fb487f2d3e -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.KernelWrapper.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 7b2dd0c4744b58ea6bf4bfe108d3f6fb487f2d3e) +++ Ringtoets/AssemblyTool/test/Ringtoets.AssemblyTool.KernelWrapper.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.AssemblyTool.KernelWrapper.TestUtil")] [assembly: AssemblyProduct("Ringtoets.AssemblyTool.KernelWrapper.TestUtil")] \ No newline at end of file Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.ClosingStructures.Data.Test")] [assembly: AssemblyProduct("Ringtoets.ClosingStructures.Data.Test")] \ No newline at end of file Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.ClosingStructures.Data.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.ClosingStructures.Data.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.ClosingStructures.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.ClosingStructures.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.ClosingStructures.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.ClosingStructures.Forms.Test")] \ No newline at end of file Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.ClosingStructures.IO.Test")] [assembly: AssemblyProduct("Ringtoets.ClosingStructures.IO.Test")] \ No newline at end of file Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.ClosingStructures.Integration.Test")] [assembly: AssemblyProduct("Ringtoets.ClosingStructures.Integration.Test")] \ No newline at end of file Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.ClosingStructures.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.ClosingStructures.Plugin.Test")] \ No newline at end of file Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.ClosingStructures.Service.Test")] [assembly: AssemblyProduct("Ringtoets.ClosingStructures.Service.Test")] \ No newline at end of file Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Util.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -ra322ac9e8418713e77cf50d6dd80c8c6c29bd2c4 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision a322ac9e8418713e77cf50d6dd80c8c6c29bd2c4) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.ClosingStructures.Util.Test")] [assembly: AssemblyProduct("Ringtoets.ClosingStructures.Util.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Data.Test")] [assembly: AssemblyProduct("Ringtoets.Common.Data.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Data.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Common.Data.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.Common.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.Common.Forms.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Forms.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Common.Forms.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Forms.TestUtil")] [assembly: AssemblyProduct("Ringtoets.Common.Forms.TestUtil")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.IO.Test")] [assembly: AssemblyProduct("Ringtoets.Common.IO.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.IO.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.IO.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.IO.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.IO.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Common.IO.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.IO.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.IO.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.IO.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.IO.TestUtil")] [assembly: AssemblyProduct("Ringtoets.Common.IO.TestUtil")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.Common.Plugin.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Plugin.TestUtil")] [assembly: AssemblyProduct("Ringtoets.Common.Plugin.TestUtil")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Primitives.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r022a7f54b32324dda68fb8ee4c67f68e16504b22 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Primitives.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 022a7f54b32324dda68fb8ee4c67f68e16504b22) +++ Ringtoets/Common/test/Ringtoets.Common.Primitives.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Primitives.Test")] [assembly: AssemblyProduct("Ringtoets.Common.Primitives.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Service.Test")] [assembly: AssemblyProduct("Ringtoets.Common.Service.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Service.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Service.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.Service.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Service.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Common.Service.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Service.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Service.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Common/test/Ringtoets.Common.Service.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Service.TestUtil")] [assembly: AssemblyProduct("Ringtoets.Common.Service.TestUtil")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Util.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -rfcad48d7beb394e1ac15cfe4289a7381e05aa883 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision fcad48d7beb394e1ac15cfe4289a7381e05aa883) +++ Ringtoets/Common/test/Ringtoets.Common.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Util.Test")] [assembly: AssemblyProduct("Ringtoets.Common.Util.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Util.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -rf79614d948b6c7d1f7bc44dbffe9bc5871b3297f -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Util.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision f79614d948b6c7d1f7bc44dbffe9bc5871b3297f) +++ Ringtoets/Common/test/Ringtoets.Common.Util.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Util.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Common.Util.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Util.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -rf79614d948b6c7d1f7bc44dbffe9bc5871b3297f -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Common/test/Ringtoets.Common.Util.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision f79614d948b6c7d1f7bc44dbffe9bc5871b3297f) +++ Ringtoets/Common/test/Ringtoets.Common.Util.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Common.Util.TestUtil")] [assembly: AssemblyProduct("Ringtoets.Common.Util.TestUtil")] \ No newline at end of file Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.DuneErosion.Data.Test")] [assembly: AssemblyProduct("Ringtoets.DuneErosion.Data.Test")] \ No newline at end of file Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.DuneErosion.Data.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.DuneErosion.Data.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.DuneErosion.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.DuneErosion.Forms.Test")] \ No newline at end of file Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.DuneErosion.IO.Test")] [assembly: AssemblyProduct("Ringtoets.DuneErosion.IO.Test")] \ No newline at end of file Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.DuneErosion.Integration.Test")] [assembly: AssemblyProduct("Ringtoets.DuneErosion.Integration.Test")] \ No newline at end of file Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.DuneErosion.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.DuneErosion.Plugin.Test")] \ No newline at end of file Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.DuneErosion.Service.Test")] [assembly: AssemblyProduct("Ringtoets.DuneErosion.Service.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Data.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.Data.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Data.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.Data.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.Forms.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.IO.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.IO.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Integration.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.Integration.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.Plugin.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Service.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.Service.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Service.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.Service.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Service.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Service.TestUtil")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.Service.TestUtil")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Util.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -rfcad48d7beb394e1ac15cfe4289a7381e05aa883 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision fcad48d7beb394e1ac15cfe4289a7381e05aa883) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionInwards.Util.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionInwards.Util.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionOutwards.Data.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionOutwards.Data.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionOutwards.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionOutwards.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionOutwards.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionOutwards.Forms.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionOutwards.IO.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionOutwards.IO.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionOutwards.Integration.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionOutwards.Integration.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionOutwards.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionOutwards.Plugin.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionOutwards.Service.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionOutwards.Service.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0ca9570301ad44c327345f110b30b4ee9e539e56 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0ca9570301ad44c327345f110b30b4ee9e539e56) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.GrassCoverErosionOutwards.Util.Test")] [assembly: AssemblyProduct("Ringtoets.GrassCoverErosionOutwards.Util.Test")] \ No newline at end of file Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -rf50bddaa333edf807ba15d09b097713852603f78 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision f50bddaa333edf807ba15d09b097713852603f78) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoest.GrassCoverErosionOutwards.Util.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoest.GrassCoverErosionOutwards.Util.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HeightStructures.Data.Test")] [assembly: AssemblyProduct("Ringtoets.HeightStructures.Data.Test")] \ No newline at end of file Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HeightStructures.Data.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.HeightStructures.Data.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HeightStructures.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.HeightStructures.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HeightStructures.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.HeightStructures.Forms.Test")] \ No newline at end of file Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HeightStructures.IO.Test")] [assembly: AssemblyProduct("Ringtoets.HeightStructures.IO.Test")] \ No newline at end of file Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HeightStructures.Integration.Test")] [assembly: AssemblyProduct("Ringtoets.HeightStructures.Integration.Test")] \ No newline at end of file Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HeightStructures.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.HeightStructures.Plugin.Test")] \ No newline at end of file Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HeightStructures.Service.Test")] [assembly: AssemblyProduct("Ringtoets.HeightStructures.Service.Test")] \ No newline at end of file Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Util.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -rb148f2c61b813fd11f316acfc1a21135bb622248 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision b148f2c61b813fd11f316acfc1a21135bb622248) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HeightStructures.Util.Test")] [assembly: AssemblyProduct("Ringtoets.HeightStructures.Util.Test")] \ No newline at end of file Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HydraRing.Calculation.Test")] [assembly: AssemblyProduct("Ringtoets.HydraRing.Calculation.Test")] \ No newline at end of file Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HydraRing.Calculation.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.HydraRing.Calculation.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Calculation.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HydraRing.Calculation.TestUtil")] [assembly: AssemblyProduct("Ringtoets.HydraRing.Calculation.TestUtil")] \ No newline at end of file Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/HydraRing/test/Ringtoets.HydraRing.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.HydraRing.IO.Test")] [assembly: AssemblyProduct("Ringtoets.HydraRing.IO.Test")] \ No newline at end of file Index: Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Integration.Data.Test")] [assembly: AssemblyProduct("Ringtoets.Integration.Data.Test")] \ No newline at end of file Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Integration.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.Integration.Forms.Test")] \ No newline at end of file Index: Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -rbf41ef160fe1da5834691349b94d835044d69df3 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision bf41ef160fe1da5834691349b94d835044d69df3) +++ Ringtoets/Integration/test/Ringtoets.Integration.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Integration.IO.Test")] [assembly: AssemblyProduct("Ringtoets.Integration.IO.Test")] \ No newline at end of file Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Integration.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.Integration.Plugin.Test")] \ No newline at end of file Index: Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Integration.Service.Test")] [assembly: AssemblyProduct("Ringtoets.Integration.Service.Test")] \ No newline at end of file Index: Ringtoets/Integration/test/Ringtoets.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Integration/test/Ringtoets.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Integration/test/Ringtoets.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Integration.Test")] [assembly: AssemblyProduct("Ringtoets.Integration.Test")] \ No newline at end of file Index: Ringtoets/Integration/test/Ringtoets.Integration.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r5d822eca2d7467c9781a4a3a54d796ac4229e4a3 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Integration/test/Ringtoets.Integration.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 5d822eca2d7467c9781a4a3a54d796ac4229e4a3) +++ Ringtoets/Integration/test/Ringtoets.Integration.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Integration.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Integration.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.CalculatedInput.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.CalculatedInput.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.CalculatedInput.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.CalculatedInput.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.CalculatedInput.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.CalculatedInput.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.CalculatedInput.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.CalculatedInput.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.CalculatedInput.TestUtil")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.CalculatedInput.TestUtil")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Data.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Data.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Data.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Data.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Forms.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Forms.TestUtil")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Forms.TestUtil")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.IO.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.IO.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.IO.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.IO.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Integration.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Integration.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.KernelWrapper.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.KernelWrapper.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Plugin.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Primitives.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Primitives.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Primitives.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Primitives.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.MacroStabilityInwards.Service.Test")] [assembly: AssemblyProduct("Ringtoets.MacroStabilityInwards.Service.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.Data.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.Data.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.Data.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.Data.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.Piping.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.Forms.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.IO.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.IO.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.IO.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.IO.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.IO.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.IO.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.IO.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.InputParameterCalculation.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.InputParameterCalculation.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.InputParameterCalculation.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.InputParameterCalculation.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.InputParameterCalculation.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.Integration.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.Integration.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.KernelWrapper.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.KernelWrapper.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.KernelWrapper.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.KernelWrapper.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.Plugin.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Primitives.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.Primitives.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.Primitives.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.Primitives.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.Primitives.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Primitives.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.Primitives.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.Primitives.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.Primitives.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.Primitives.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/Piping/test/Ringtoets.Piping.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Piping/test/Ringtoets.Piping.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Piping/test/Ringtoets.Piping.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Piping.Service.Test")] [assembly: AssemblyProduct("Ringtoets.Piping.Service.Test")] \ No newline at end of file Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Revetment.Data.Test")] [assembly: AssemblyProduct("Ringtoets.Revetment.Data.Test")] \ No newline at end of file Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Revetment.Data.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Revetment.Data.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Revetment.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.Revetment.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Revetment.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.Revetment.Forms.Test")] \ No newline at end of file Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Forms.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Revetment.Forms.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.Revetment.Forms.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Revetment.IO.Test")] [assembly: AssemblyProduct("Ringtoets.Revetment.IO.Test")] \ No newline at end of file Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.Revetment.Service.Test")] [assembly: AssemblyProduct("Ringtoets.Revetment.Service.Test")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityPointStructures.Data.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.Data.Test")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityPointStructures.Data.TestUtil.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.Data.TestUtil.Test")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityPointStructures.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityPointStructures.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.Forms.Test")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityPointStructures.IO.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.IO.Test")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityPointStructures.Integration.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.Integration.Test")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityPointStructures.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.Plugin.Test")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityPointStructures.Service.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.Service.Test")] \ No newline at end of file Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Util.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -rb148f2c61b813fd11f316acfc1a21135bb622248 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision b148f2c61b813fd11f316acfc1a21135bb622248) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Util.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityPointStructures.Util.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityPointStructures.Util.Test")] \ No newline at end of file Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityStoneCover.Data.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityStoneCover.Data.Test")] \ No newline at end of file Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityStoneCover.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.StabilityStoneCover.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityStoneCover.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityStoneCover.Forms.Test")] \ No newline at end of file Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityStoneCover.IO.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityStoneCover.IO.Test")] \ No newline at end of file Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityStoneCover.Integration.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityStoneCover.Integration.Test")] \ No newline at end of file Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityStoneCover.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityStoneCover.Plugin.Test")] \ No newline at end of file Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.StabilityStoneCover.Service.Test")] [assembly: AssemblyProduct("Ringtoets.StabilityStoneCover.Service.Test")] \ No newline at end of file Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.WaveImpactAsphaltCover.Data.Test")] [assembly: AssemblyProduct("Ringtoets.WaveImpactAsphaltCover.Data.Test")] \ No newline at end of file Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.WaveImpactAsphaltCover.Data.TestUtil")] [assembly: AssemblyProduct("Ringtoets.WaveImpactAsphaltCover.Data.TestUtil")] \ No newline at end of file Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.WaveImpactAsphaltCover.Forms.Test")] [assembly: AssemblyProduct("Ringtoets.WaveImpactAsphaltCover.Forms.Test")] \ No newline at end of file Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.IO.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.IO.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.WaveImpactAsphaltCover.IO.Test")] [assembly: AssemblyProduct("Ringtoets.WaveImpactAsphaltCover.IO.Test")] \ No newline at end of file Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.WaveImpactAsphaltCover.Integration.Test")] [assembly: AssemblyProduct("Ringtoets.WaveImpactAsphaltCover.Integration.Test")] \ No newline at end of file Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Plugin.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Plugin.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.WaveImpactAsphaltCover.Plugin.Test")] [assembly: AssemblyProduct("Ringtoets.WaveImpactAsphaltCover.Plugin.Test")] \ No newline at end of file Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Service.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r0819cf01b494097b764677be8dd47853e38fc223 -r32d9b13c76a45b3a73c03b4b6ccffff631646621 --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0819cf01b494097b764677be8dd47853e38fc223) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Service.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 32d9b13c76a45b3a73c03b4b6ccffff631646621) @@ -20,6 +20,8 @@ // All rights reserved. using System.Reflection; +using NUnit.Framework; +[assembly: Parallelizable(ParallelScope.Fixtures)] [assembly: AssemblyTitle("Ringtoets.WaveImpactAsphaltCover.Service.Test")] [assembly: AssemblyProduct("Ringtoets.WaveImpactAsphaltCover.Service.Test")] \ No newline at end of file