Index: Application/Riskeer/test/Application.Riskeer.Integration.Test/StorageMigrationIntegrationTest.cs
===================================================================
diff -u -r5c8f7fdf9dbcaee34252aac43759f1680ad54efc -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Application/Riskeer/test/Application.Riskeer.Integration.Test/StorageMigrationIntegrationTest.cs (.../StorageMigrationIntegrationTest.cs) (revision 5c8f7fdf9dbcaee34252aac43759f1680ad54efc)
+++ Application/Riskeer/test/Application.Riskeer.Integration.Test/StorageMigrationIntegrationTest.cs (.../StorageMigrationIntegrationTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -38,7 +38,6 @@
namespace Application.Riskeer.Integration.Test
{
[TestFixture]
- [Ignore("Failing on Ansible agent")]
public class StorageMigrationIntegrationTest
{
private readonly string workingDirectory = TestHelper.GetScratchPadPath(nameof(StorageMigrationIntegrationTest));
Index: Core/Common/test/Core.Common.Controls.Test/Dialogs/DialogBaseTest.cs
===================================================================
diff -u -r51b64230b9b947ba32821ed104809429d469959b -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Controls.Test/Dialogs/DialogBaseTest.cs (.../DialogBaseTest.cs) (revision 51b64230b9b947ba32821ed104809429d469959b)
+++ Core/Common/test/Core.Common.Controls.Test/Dialogs/DialogBaseTest.cs (.../DialogBaseTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -31,7 +31,7 @@
namespace Core.Common.Controls.Test.Dialogs
{
[TestFixture]
- public class DialogBaseTest : NUnitFormTest
+ public class DialogBaseTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_OwnerEqualsNull_ArgumentNullExceptionIsThrown()
Index: Core/Common/test/Core.Common.Controls.TreeView.Test/TreeViewControlTest.cs
===================================================================
diff -u -r5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Controls.TreeView.Test/TreeViewControlTest.cs (.../TreeViewControlTest.cs) (revision 5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007)
+++ Core/Common/test/Core.Common.Controls.TreeView.Test/TreeViewControlTest.cs (.../TreeViewControlTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -34,7 +34,7 @@
namespace Core.Common.Controls.TreeView.Test
{
[TestFixture]
- public class TreeViewControlTest : NUnitFormTest
+ public class TreeViewControlTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void DefaultConstructor_InitializedTreeViewControl()
Index: Core/Common/test/Core.Common.Gui.Test/Commands/GuiExportHandlerTest.cs
===================================================================
diff -u -r5c8f7fdf9dbcaee34252aac43759f1680ad54efc -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/Commands/GuiExportHandlerTest.cs (.../GuiExportHandlerTest.cs) (revision 5c8f7fdf9dbcaee34252aac43759f1680ad54efc)
+++ Core/Common/test/Core.Common.Gui.Test/Commands/GuiExportHandlerTest.cs (.../GuiExportHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -41,8 +41,7 @@
namespace Core.Common.Gui.Test.Commands
{
[TestFixture]
- [Ignore("Makes Ansible agent hang")]
- public class GuiExportHandlerTest : NUnitFormTest
+ public class GuiExportHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
[TestCase(1234)]
Index: Core/Common/test/Core.Common.Gui.Test/Commands/GuiImportHandlerTest.cs
===================================================================
diff -u -r51b64230b9b947ba32821ed104809429d469959b -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/Commands/GuiImportHandlerTest.cs (.../GuiImportHandlerTest.cs) (revision 51b64230b9b947ba32821ed104809429d469959b)
+++ Core/Common/test/Core.Common.Gui.Test/Commands/GuiImportHandlerTest.cs (.../GuiImportHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -35,7 +35,7 @@
namespace Core.Common.Gui.Test.Commands
{
[TestFixture]
- public class GuiImportHandlerTest : NUnitFormTest
+ public class GuiImportHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_WithoutDialogParent_ThrowsArgumentNullException()
Index: Core/Common/test/Core.Common.Gui.Test/Commands/GuiUpdateHandlerTest.cs
===================================================================
diff -u -r51b64230b9b947ba32821ed104809429d469959b -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/Commands/GuiUpdateHandlerTest.cs (.../GuiUpdateHandlerTest.cs) (revision 51b64230b9b947ba32821ed104809429d469959b)
+++ Core/Common/test/Core.Common.Gui.Test/Commands/GuiUpdateHandlerTest.cs (.../GuiUpdateHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -35,7 +35,7 @@
namespace Core.Common.Gui.Test.Commands
{
[TestFixture]
- public class GuiUpdateHandlerTest : NUnitFormTest
+ public class GuiUpdateHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_WithoutDialogParent_ThrowsArgumentNullException()
Index: Core/Common/test/Core.Common.Gui.Test/Commands/StorageCommandHandlerTest.cs
===================================================================
diff -u -r5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/Commands/StorageCommandHandlerTest.cs (.../StorageCommandHandlerTest.cs) (revision 5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007)
+++ Core/Common/test/Core.Common.Gui.Test/Commands/StorageCommandHandlerTest.cs (.../StorageCommandHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -36,7 +36,7 @@
namespace Core.Common.Gui.Test.Commands
{
[TestFixture]
- public class StorageCommandHandlerTest : NUnitFormTest
+ public class StorageCommandHandlerTest : NUnitFormTestWithHiddenDesktop
{
private MockRepository mocks;
Index: Core/Common/test/Core.Common.Gui.Test/ContextMenu/TreeViewContextMenuItemFactoryTest.cs
===================================================================
diff -u -r5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/ContextMenu/TreeViewContextMenuItemFactoryTest.cs (.../TreeViewContextMenuItemFactoryTest.cs) (revision 5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007)
+++ Core/Common/test/Core.Common.Gui.Test/ContextMenu/TreeViewContextMenuItemFactoryTest.cs (.../TreeViewContextMenuItemFactoryTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -32,7 +32,7 @@
namespace Core.Common.Gui.Test.ContextMenu
{
[TestFixture]
- public class TreeViewContextMenuItemFactoryTest : NUnitFormTest
+ public class TreeViewContextMenuItemFactoryTest : NUnitFormTestWithHiddenDesktop
{
private MockRepository mocks;
Index: Core/Common/test/Core.Common.Gui.Test/DialogBasedInquiryHelperTest.cs
===================================================================
diff -u -r5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/DialogBasedInquiryHelperTest.cs (.../DialogBasedInquiryHelperTest.cs) (revision 5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007)
+++ Core/Common/test/Core.Common.Gui.Test/DialogBasedInquiryHelperTest.cs (.../DialogBasedInquiryHelperTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -31,7 +31,7 @@
namespace Core.Common.Gui.Test
{
[TestFixture]
- public class DialogBasedInquiryHelperTest : NUnitFormTest
+ public class DialogBasedInquiryHelperTest : NUnitFormTestWithHiddenDesktop
{
private IWin32Window dialogParent;
private MockRepository mocks;
Index: Core/Common/test/Core.Common.Gui.Test/ExceptionDialogTest.cs
===================================================================
diff -u -r51b64230b9b947ba32821ed104809429d469959b -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/ExceptionDialogTest.cs (.../ExceptionDialogTest.cs) (revision 51b64230b9b947ba32821ed104809429d469959b)
+++ Core/Common/test/Core.Common.Gui.Test/ExceptionDialogTest.cs (.../ExceptionDialogTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -23,14 +23,15 @@
using System.Threading;
using System.Windows.Forms;
using Core.Common.Gui.Commands;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Rhino.Mocks;
namespace Core.Common.Gui.Test
{
[TestFixture]
- public class ExceptionDialogTest : NUnitFormTest
+ public class ExceptionDialogTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void DefaultConstructor_ExpectedValue()
Index: Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowTest.cs
===================================================================
diff -u -r5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowTest.cs (.../MessageWindowTest.cs) (revision 5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowTest.cs (.../MessageWindowTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -23,6 +23,7 @@
using System.Data;
using System.Threading;
using System.Windows.Forms;
+using Core.Common.TestUtil;
using log4net.Core;
using NUnit.Extensions.Forms;
using NUnit.Framework;
@@ -32,7 +33,7 @@
namespace Core.Common.Gui.Test.Forms.MessageWindow
{
[TestFixture]
- public class MessageWindowTest : NUnitFormTest
+ public class MessageWindowTest : NUnitFormTestWithHiddenDesktop
{
private GuiFormsMessageWindow.MessageWindowLogAppender originalValue;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/ProgressDialog/ActivityProgressDialogTest.cs
===================================================================
diff -u -r51b64230b9b947ba32821ed104809429d469959b -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/Forms/ProgressDialog/ActivityProgressDialogTest.cs (.../ActivityProgressDialogTest.cs) (revision 51b64230b9b947ba32821ed104809429d469959b)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/ProgressDialog/ActivityProgressDialogTest.cs (.../ActivityProgressDialogTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -24,14 +24,15 @@
using Core.Common.Base.Service;
using Core.Common.Controls.Dialogs;
using Core.Common.Gui.Forms.ProgressDialog;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Rhino.Mocks;
namespace Core.Common.Gui.Test.Forms.ProgressDialog
{
[TestFixture]
- public class ActivityProgressDialogTest : NUnitFormTest
+ public class ActivityProgressDialogTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void DefaultConstructor_ExpectedValue()
Index: Core/Common/test/Core.Common.Gui.Test/Forms/SelectItemDialogTest.cs
===================================================================
diff -u -r51b64230b9b947ba32821ed104809429d469959b -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/Forms/SelectItemDialogTest.cs (.../SelectItemDialogTest.cs) (revision 51b64230b9b947ba32821ed104809429d469959b)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/SelectItemDialogTest.cs (.../SelectItemDialogTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -24,14 +24,15 @@
using Core.Common.Controls.Dialogs;
using Core.Common.Gui.Forms;
using Core.Common.Gui.Test.Properties;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Rhino.Mocks;
namespace Core.Common.Gui.Test.Forms
{
[TestFixture]
- public class SelectItemDialogTest : NUnitFormTest
+ public class SelectItemDialogTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_WithoutDialogParent_ThrowsArgumentNullException()
Index: Core/Common/test/Core.Common.Gui.Test/Forms/ViewHost/DocumentViewControllerTest.cs
===================================================================
diff -u -r5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/Forms/ViewHost/DocumentViewControllerTest.cs (.../DocumentViewControllerTest.cs) (revision 5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/ViewHost/DocumentViewControllerTest.cs (.../DocumentViewControllerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -25,14 +25,15 @@
using Core.Common.Controls.Views;
using Core.Common.Gui.Forms.ViewHost;
using Core.Common.Gui.Plugin;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Rhino.Mocks;
namespace Core.Common.Gui.Test.Forms.ViewHost
{
[TestFixture]
- public class DocumentViewControllerTest : NUnitFormTest
+ public class DocumentViewControllerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void ParameteredConstructor_ExpectedValues()
Index: Core/Common/test/Core.Common.Gui.Test/UITypeEditors/ColorEditorTest.cs
===================================================================
diff -u -r51b64230b9b947ba32821ed104809429d469959b -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.Gui.Test/UITypeEditors/ColorEditorTest.cs (.../ColorEditorTest.cs) (revision 51b64230b9b947ba32821ed104809429d469959b)
+++ Core/Common/test/Core.Common.Gui.Test/UITypeEditors/ColorEditorTest.cs (.../ColorEditorTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -21,13 +21,14 @@
using System.Drawing.Design;
using Core.Common.Gui.UITypeEditors;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
namespace Core.Common.Gui.Test.UITypeEditors
{
[TestFixture]
- public class ColorEditorTest : NUnitFormTest
+ public class ColorEditorTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void DefaultConstructor_ReturnsNewInstance()
Index: Core/Common/test/Core.Common.TestUtil/Core.Common.TestUtil.csproj
===================================================================
diff -u -rcb13014444b07ba845474f6894336d71263413d1 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Common/test/Core.Common.TestUtil/Core.Common.TestUtil.csproj (.../Core.Common.TestUtil.csproj) (revision cb13014444b07ba845474f6894336d71263413d1)
+++ Core/Common/test/Core.Common.TestUtil/Core.Common.TestUtil.csproj (.../Core.Common.TestUtil.csproj) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -45,6 +45,7 @@
+
Index: Core/Common/test/Core.Common.TestUtil/NUnitFormTestWithHiddenDesktop.cs
===================================================================
diff -u
--- Core/Common/test/Core.Common.TestUtil/NUnitFormTestWithHiddenDesktop.cs (revision 0)
+++ Core/Common/test/Core.Common.TestUtil/NUnitFormTestWithHiddenDesktop.cs (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -0,0 +1,15 @@
+using NUnit.Extensions.Forms;
+
+namespace Core.Common.TestUtil
+{
+ public class NUnitFormTestWithHiddenDesktop : NUnitFormTest
+ {
+ public override bool UseHidden
+ {
+ get
+ {
+ return true;
+ }
+ }
+ }
+}
Index: Core/Components/test/Core.Components.Gis.Forms.Test/Views/WmtsConnectionDialogTest.cs
===================================================================
diff -u -rdf4b8185584046d57926f8be9b6e8fc86cda1711 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Components/test/Core.Components.Gis.Forms.Test/Views/WmtsConnectionDialogTest.cs (.../WmtsConnectionDialogTest.cs) (revision df4b8185584046d57926f8be9b6e8fc86cda1711)
+++ Core/Components/test/Core.Components.Gis.Forms.Test/Views/WmtsConnectionDialogTest.cs (.../WmtsConnectionDialogTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -23,6 +23,7 @@
using System.Threading;
using System.Windows.Forms;
using Core.Common.Controls.Dialogs;
+using Core.Common.TestUtil;
using Core.Components.Gis.Forms.Views;
using NUnit.Extensions.Forms;
using NUnit.Framework;
@@ -31,7 +32,7 @@
namespace Core.Components.Gis.Forms.Test.Views
{
[TestFixture]
- public class WmtsConnectionDialogTest : NUnitFormTest
+ public class WmtsConnectionDialogTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_WithoutDialogParent_ThrowsArgumentNullException()
Index: Core/Components/test/Core.Components.Gis.Forms.Test/Views/WmtsLocationControlTest.cs
===================================================================
diff -u -r5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Components/test/Core.Components.Gis.Forms.Test/Views/WmtsLocationControlTest.cs (.../WmtsLocationControlTest.cs) (revision 5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007)
+++ Core/Components/test/Core.Components.Gis.Forms.Test/Views/WmtsLocationControlTest.cs (.../WmtsLocationControlTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -44,7 +44,7 @@
namespace Core.Components.Gis.Forms.Test.Views
{
[TestFixture]
- public class WmtsLocationControlTest : NUnitFormTest
+ public class WmtsLocationControlTest : NUnitFormTestWithHiddenDesktop
{
private const int mapLayerIdColumnIndex = 0;
private const int mapLayerFormatColumnIndex = 1;
Index: Core/Plugins/test/Core.Plugins.Map.Test/Legend/MapDataCollectionContextTreeNodeInfoTest.cs
===================================================================
diff -u -r5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Plugins/test/Core.Plugins.Map.Test/Legend/MapDataCollectionContextTreeNodeInfoTest.cs (.../MapDataCollectionContextTreeNodeInfoTest.cs) (revision 5d1c27fcd23fe6cb8f12cd7cb78efb567d93d007)
+++ Core/Plugins/test/Core.Plugins.Map.Test/Legend/MapDataCollectionContextTreeNodeInfoTest.cs (.../MapDataCollectionContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -47,7 +47,7 @@
namespace Core.Plugins.Map.Test.Legend
{
[TestFixture]
- public class MapDataCollectionContextTreeNodeInfoTest : NUnitFormTest
+ public class MapDataCollectionContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuAddMapLayerIndex = 0;
private const int contextMenuZoomToAllIndex = 2;
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerTest.cs
===================================================================
diff -u -r6ad1923251c39f361b8ba43addbcfdf148bbaf57 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerTest.cs (.../ProjectExplorerTest.cs) (revision 6ad1923251c39f361b8ba43addbcfdf148bbaf57)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerTest.cs (.../ProjectExplorerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -37,7 +37,7 @@
namespace Core.Plugins.ProjectExplorer.Test
{
[TestFixture]
- public class ProjectExplorerTest : NUnitFormTest
+ public class ProjectExplorerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
[TestCase(0)]
Index: Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/ImportInfos/ClosingStructuresContextImportInfoTest.cs
===================================================================
diff -u -rd28e27005c5da2025e65e0544e70f89e5c08b67e -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/ImportInfos/ClosingStructuresContextImportInfoTest.cs (.../ClosingStructuresContextImportInfoTest.cs) (revision d28e27005c5da2025e65e0544e70f89e5c08b67e)
+++ Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/ImportInfos/ClosingStructuresContextImportInfoTest.cs (.../ClosingStructuresContextImportInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.ClosingStructures.Plugin.Test.ImportInfos
{
[TestFixture]
- public class ClosingStructuresContextImportInfoTest : NUnitFormTest
+ public class ClosingStructuresContextImportInfoTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Name_Always_ReturnExpectedName()
Index: Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs
===================================================================
diff -u -r9b7f5f70eb9d9c422ca503cc3dff5329b3eee418 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationContextTreeNodeInfoTest.cs) (revision 9b7f5f70eb9d9c422ca503cc3dff5329b3eee418)
+++ Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -54,7 +54,7 @@
namespace Riskeer.ClosingStructures.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class ClosingStructuresCalculationContextTreeNodeInfoTest : NUnitFormTest
+ public class ClosingStructuresCalculationContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuDuplicateIndex = 2;
private const int contextMenuUpdateForeshoreProfileIndex = 5;
Index: Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -r2496f1dfa46a907f1c1aa0bb83038af8e79b7146 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 2496f1dfa46a907f1c1aa0bb83038af8e79b7146)
+++ Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -57,7 +57,7 @@
namespace Riskeer.ClosingStructures.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class ClosingStructuresCalculationGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class ClosingStructuresCalculationGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuGenerateCalculationsIndexRootGroup = 3;
private const int contextMenuAddCalculationGroupIndexRootGroup = 5;
Index: Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresFailureMechanismContextTreeNodeInfoTest.cs
===================================================================
diff -u -rdf84ea556c95f898162b0ff480ac154b9b54019e -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../ClosingStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision df84ea556c95f898162b0ff480ac154b9b54019e)
+++ Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../ClosingStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -58,7 +58,7 @@
namespace Riskeer.ClosingStructures.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class ClosingStructuresFailureMechanismContextTreeNodeInfoTest : NUnitFormTest
+ public class ClosingStructuresFailureMechanismContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRelevancyIndexWhenRelevant = 2;
private const int contextMenuRelevancyIndexWhenNotRelevant = 0;
Index: Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/UpdateInfos/ClosingStructuresContextUpdateInfoTest.cs
===================================================================
diff -u -rac0ae2ca602153e1090d30d86d18bc06e208cee6 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/UpdateInfos/ClosingStructuresContextUpdateInfoTest.cs (.../ClosingStructuresContextUpdateInfoTest.cs) (revision ac0ae2ca602153e1090d30d86d18bc06e208cee6)
+++ Riskeer/ClosingStructures/test/Riskeer.ClosingStructures.Plugin.Test/UpdateInfos/ClosingStructuresContextUpdateInfoTest.cs (.../ClosingStructuresContextUpdateInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -42,7 +42,7 @@
namespace Riskeer.ClosingStructures.Plugin.Test.UpdateInfos
{
[TestFixture]
- public class ClosingStructuresContextUpdateInfoTest : NUnitFormTest
+ public class ClosingStructuresContextUpdateInfoTest : NUnitFormTestWithHiddenDesktop
{
private UpdateInfo updateInfo;
private ClosingStructuresPlugin plugin;
Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/ChangeHandlers/FailureMechanismPropertyChangeHandlerTest.cs
===================================================================
diff -u -rb70c5fe23fc35933af143bba669d3e2239377307 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Common/test/Riskeer.Common.Forms.Test/ChangeHandlers/FailureMechanismPropertyChangeHandlerTest.cs (.../FailureMechanismPropertyChangeHandlerTest.cs) (revision b70c5fe23fc35933af143bba669d3e2239377307)
+++ Riskeer/Common/test/Riskeer.Common.Forms.Test/ChangeHandlers/FailureMechanismPropertyChangeHandlerTest.cs (.../FailureMechanismPropertyChangeHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -24,6 +24,7 @@
using System.Collections.Generic;
using System.Linq;
using Core.Common.Base;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Riskeer.Common.Data.Calculation;
@@ -35,7 +36,7 @@
namespace Riskeer.Common.Forms.Test.ChangeHandlers
{
[TestFixture]
- public class FailureMechanismPropertyChangeHandlerTest : NUnitFormTest
+ public class FailureMechanismPropertyChangeHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_Expectedvalues()
Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/ChangeHandlers/ObservablePropertyChangeHandlerTest.cs
===================================================================
diff -u -rb70c5fe23fc35933af143bba669d3e2239377307 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Common/test/Riskeer.Common.Forms.Test/ChangeHandlers/ObservablePropertyChangeHandlerTest.cs (.../ObservablePropertyChangeHandlerTest.cs) (revision b70c5fe23fc35933af143bba669d3e2239377307)
+++ Riskeer/Common/test/Riskeer.Common.Forms.Test/ChangeHandlers/ObservablePropertyChangeHandlerTest.cs (.../ObservablePropertyChangeHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -23,6 +23,7 @@
using System.Collections;
using System.Collections.Generic;
using Core.Common.Base;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Riskeer.Common.Data.Calculation;
@@ -34,7 +35,7 @@
namespace Riskeer.Common.Forms.Test.ChangeHandlers
{
[TestFixture]
- public class ObservablePropertyChangeHandlerTest : NUnitFormTest
+ public class ObservablePropertyChangeHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_WithCalculation_Expectedvalues()
Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/GuiServices/HydraulicBoundaryLocationCalculationGuiServiceTest.cs
===================================================================
diff -u -rb70c5fe23fc35933af143bba669d3e2239377307 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Common/test/Riskeer.Common.Forms.Test/GuiServices/HydraulicBoundaryLocationCalculationGuiServiceTest.cs (.../HydraulicBoundaryLocationCalculationGuiServiceTest.cs) (revision b70c5fe23fc35933af143bba669d3e2239377307)
+++ Riskeer/Common/test/Riskeer.Common.Forms.Test/GuiServices/HydraulicBoundaryLocationCalculationGuiServiceTest.cs (.../HydraulicBoundaryLocationCalculationGuiServiceTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -39,7 +39,7 @@
namespace Riskeer.Common.Forms.Test.GuiServices
{
[TestFixture]
- public class HydraulicBoundaryLocationCalculationGuiServiceTest : NUnitFormTest
+ public class HydraulicBoundaryLocationCalculationGuiServiceTest : NUnitFormTestWithHiddenDesktop
{
private static readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Riskeer.Integration.Service, "HydraRingCalculation");
private static readonly string validFilePath = Path.Combine(testDataPath, "HRD dutch coast south.sqlite");
Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerContextMenuItemFactoryTest.cs
===================================================================
diff -u -rf4d8a486a215bc9cd226fbc4c834d97084f405e5 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerContextMenuItemFactoryTest.cs (.../RiskeerContextMenuItemFactoryTest.cs) (revision f4d8a486a215bc9cd226fbc4c834d97084f405e5)
+++ Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerContextMenuItemFactoryTest.cs (.../RiskeerContextMenuItemFactoryTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.Common.Forms.Test.TreeNodeInfos
{
[TestFixture]
- public class RiskeerContextMenuItemFactoryTest : NUnitFormTest
+ public class RiskeerContextMenuItemFactoryTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void CreateAddCalculationGroupItem_Always_CreatesDecoratedItem()
Index: Riskeer/DuneErosion/test/Riskeer.DuneErosion.Forms.Test/DuneErosionFailureMechanismPropertyChangeHandlerTest.cs
===================================================================
diff -u -r1ee2605815d118a7eaf5d96df7f9a3fd55c00550 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/DuneErosion/test/Riskeer.DuneErosion.Forms.Test/DuneErosionFailureMechanismPropertyChangeHandlerTest.cs (.../DuneErosionFailureMechanismPropertyChangeHandlerTest.cs) (revision 1ee2605815d118a7eaf5d96df7f9a3fd55c00550)
+++ Riskeer/DuneErosion/test/Riskeer.DuneErosion.Forms.Test/DuneErosionFailureMechanismPropertyChangeHandlerTest.cs (.../DuneErosionFailureMechanismPropertyChangeHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -23,6 +23,7 @@
using System.Collections.Generic;
using System.Linq;
using Core.Common.Base;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Riskeer.DuneErosion.Data;
@@ -31,7 +32,7 @@
namespace Riskeer.DuneErosion.Forms.Test
{
[TestFixture]
- public class DuneErosionFailureMechanismPropertyChangeHandlerTest : NUnitFormTest
+ public class DuneErosionFailureMechanismPropertyChangeHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void SetPropertyValueAfterConfirmation_WithoutFailureMechanism_ThrowsArgumentNullException()
Index: Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/ImportInfos/DikeProfilesContextImportInfoTest.cs
===================================================================
diff -u -rf1a99bd6f1bfda45d8b7b4dbb8d7b7e51fcc718f -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/ImportInfos/DikeProfilesContextImportInfoTest.cs (.../DikeProfilesContextImportInfoTest.cs) (revision f1a99bd6f1bfda45d8b7b4dbb8d7b7e51fcc718f)
+++ Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/ImportInfos/DikeProfilesContextImportInfoTest.cs (.../DikeProfilesContextImportInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.GrassCoverErosionInwards.Plugin.Test.ImportInfos
{
[TestFixture]
- public class DikeProfilesContextImportInfoTest : NUnitFormTest
+ public class DikeProfilesContextImportInfoTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Name_Always_ReturnExpectedName()
Index: Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs
===================================================================
diff -u -r52ac7ebf9feeecb84d3545340f87c27e0b16dff5 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs) (revision 52ac7ebf9feeecb84d3545340f87c27e0b16dff5)
+++ Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -56,7 +56,7 @@
namespace Riskeer.GrassCoverErosionInwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest : NUnitFormTest
+ public class GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuDuplicateIndex = 2;
private const int contextMenuUpdateDikeProfileIndex = 5;
Index: Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -rf50642e3e127ad4122f9ddc62f83618a94a25de1 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision f50642e3e127ad4122f9ddc62f83618a94a25de1)
+++ Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -59,7 +59,7 @@
namespace Riskeer.GrassCoverErosionInwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuGenerateCalculationsIndexRootGroup = 3;
private const int contextMenuAddCalculationGroupIndexRootGroup = 5;
Index: Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs
===================================================================
diff -u -rf50642e3e127ad4122f9ddc62f83618a94a25de1 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision f50642e3e127ad4122f9ddc62f83618a94a25de1)
+++ Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -56,7 +56,7 @@
namespace Riskeer.GrassCoverErosionInwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest : NUnitFormTest
+ public class GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRelevancyIndexWhenRelevant = 2;
private const int contextMenuRelevancyIndexWhenNotRelevant = 0;
Index: Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/UpdateInfos/DikeProfilesContextUpdateInfoTest.cs
===================================================================
diff -u -rf1a99bd6f1bfda45d8b7b4dbb8d7b7e51fcc718f -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/UpdateInfos/DikeProfilesContextUpdateInfoTest.cs (.../DikeProfilesContextUpdateInfoTest.cs) (revision f1a99bd6f1bfda45d8b7b4dbb8d7b7e51fcc718f)
+++ Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/UpdateInfos/DikeProfilesContextUpdateInfoTest.cs (.../DikeProfilesContextUpdateInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.GrassCoverErosionInwards.Plugin.Test.UpdateInfos
{
[TestFixture]
- public class DikeProfilesContextUpdateInfoTest : NUnitFormTest
+ public class DikeProfilesContextUpdateInfoTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Name_Always_ReturnExpectedName()
Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs
===================================================================
diff -u -ra7618b34e7b11ed8b96b9dc2990bc77fea82a656 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs (.../GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs) (revision a7618b34e7b11ed8b96b9dc2990bc77fea82a656)
+++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Forms.Test/GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs (.../GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -23,6 +23,7 @@
using System.Collections.Generic;
using System.Linq;
using Core.Common.Base;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Riskeer.Common.Data.Hydraulics;
@@ -33,7 +34,7 @@
namespace Riskeer.GrassCoverErosionOutwards.Forms.Test
{
[TestFixture]
- public class GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest : NUnitFormTest
+ public class GrassCoverErosionOutwardsFailureMechanismPropertyChangeHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void SetPropertyValueAfterConfirmation_WithoutFailureMechanism_ThrowsArgumentNullException()
Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelCalculationsContextTreeNodeInfoTest.cs
===================================================================
diff -u -ra7618b34e7b11ed8b96b9dc2990bc77fea82a656 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelCalculationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelCalculationsContextTreeNodeInfoTest.cs) (revision a7618b34e7b11ed8b96b9dc2990bc77fea82a656)
+++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelCalculationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelCalculationsContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -53,7 +53,7 @@
namespace Riskeer.GrassCoverErosionOutwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class GrassCoverErosionOutwardsDesignWaterLevelCalculationsContextTreeNodeInfoTest : NUnitFormTest
+ public class GrassCoverErosionOutwardsDesignWaterLevelCalculationsContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRunDesignWaterLevelCalculationsIndex = 2;
private const int contextMenuClearIllustrationPointsIndex = 4;
Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelCalculationsGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -r91fb3def537205b901f5f0177e5eabdb6c3c1641 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelCalculationsGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelCalculationsGroupContextTreeNodeInfoTest.cs) (revision 91fb3def537205b901f5f0177e5eabdb6c3c1641)
+++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelCalculationsGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelCalculationsGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -56,7 +56,7 @@
namespace Riskeer.GrassCoverErosionOutwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class GrassCoverErosionOutwardsDesignWaterLevelCalculationsGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class GrassCoverErosionOutwardsDesignWaterLevelCalculationsGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRunDesignWaterLevelCalculationsIndex = 0;
private const int contextMenuClearIllustrationPointsIndex = 2;
Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs
===================================================================
diff -u -r12fd2540db2411bfe473d3f10bfc5f9af453d2f6 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision 12fd2540db2411bfe473d3f10bfc5f9af453d2f6)
+++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -57,7 +57,7 @@
namespace Riskeer.GrassCoverErosionOutwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextTreeNodeInfoTest : NUnitFormTest
+ public class GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuCalculateAllIndex = 2;
private const int contextMenuClearIllustrationPointsIndex = 4;
Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs
===================================================================
diff -u -ra7618b34e7b11ed8b96b9dc2990bc77fea82a656 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision a7618b34e7b11ed8b96b9dc2990bc77fea82a656)
+++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -56,7 +56,7 @@
namespace Riskeer.GrassCoverErosionOutwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest : NUnitFormTest
+ public class GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuDuplicateIndex = 2;
private const int contextMenuUpdateForeshoreProfileIndex = 5;
Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -ra7618b34e7b11ed8b96b9dc2990bc77fea82a656 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision a7618b34e7b11ed8b96b9dc2990bc77fea82a656)
+++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -58,7 +58,7 @@
namespace Riskeer.GrassCoverErosionOutwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuAddGenerateCalculationsIndex = 3;
private const int contextMenuAddCalculationGroupIndexRootGroup = 5;
Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightCalculationsContextTreeNodeInfoTest.cs
===================================================================
diff -u -ra7618b34e7b11ed8b96b9dc2990bc77fea82a656 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightCalculationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveHeightCalculationsContextTreeNodeInfoTest.cs) (revision a7618b34e7b11ed8b96b9dc2990bc77fea82a656)
+++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightCalculationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveHeightCalculationsContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -53,7 +53,7 @@
namespace Riskeer.GrassCoverErosionOutwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class GrassCoverErosionOutwardsWaveHeightCalculationsContextTreeNodeInfoTest : NUnitFormTest
+ public class GrassCoverErosionOutwardsWaveHeightCalculationsContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRunWaveHeightCalculationsIndex = 2;
private const int contextMenuClearIllustrationPointsIndex = 4;
Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightCalculationsGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -r91fb3def537205b901f5f0177e5eabdb6c3c1641 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightCalculationsGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveHeightCalculationsGroupContextTreeNodeInfoTest.cs) (revision 91fb3def537205b901f5f0177e5eabdb6c3c1641)
+++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightCalculationsGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveHeightCalculationsGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -56,7 +56,7 @@
namespace Riskeer.GrassCoverErosionOutwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class GrassCoverErosionOutwardsWaveHeightCalculationsGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class GrassCoverErosionOutwardsWaveHeightCalculationsGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRunWaveHeightCalculationsIndex = 0;
private const int contextMenuClearIllustrationPointsIndex = 2;
Index: Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/ImportInfos/HeightStructuresContextImportInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/ImportInfos/HeightStructuresContextImportInfoTest.cs (.../HeightStructuresContextImportInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/ImportInfos/HeightStructuresContextImportInfoTest.cs (.../HeightStructuresContextImportInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.HeightStructures.Plugin.Test.ImportInfos
{
[TestFixture]
- public class HeightStructuresContextImportInfoTest : NUnitFormTest
+ public class HeightStructuresContextImportInfoTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void CreateFileImporter_Always_ReturnFileImporter()
Index: Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
===================================================================
diff -u -r9b7f5f70eb9d9c422ca503cc3dff5329b3eee418 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 9b7f5f70eb9d9c422ca503cc3dff5329b3eee418)
+++ Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -54,7 +54,7 @@
namespace Riskeer.HeightStructures.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class HeightStructuresCalculationContextTreeNodeInfoTest : NUnitFormTest
+ public class HeightStructuresCalculationContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuDuplicateIndex = 2;
private const int contextMenuUpdateForeshoreProfileIndex = 5;
Index: Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -r12fd2540db2411bfe473d3f10bfc5f9af453d2f6 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 12fd2540db2411bfe473d3f10bfc5f9af453d2f6)
+++ Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -57,7 +57,7 @@
namespace Riskeer.HeightStructures.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class HeightStructuresCalculationGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class HeightStructuresCalculationGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuGenerateCalculationsIndexRootGroup = 3;
private const int contextMenuAddCalculationGroupIndexRootGroup = 5;
Index: Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
===================================================================
diff -u -rdf84ea556c95f898162b0ff480ac154b9b54019e -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision df84ea556c95f898162b0ff480ac154b9b54019e)
+++ Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -58,7 +58,7 @@
namespace Riskeer.HeightStructures.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class HeightStructuresFailureMechanismContextTreeNodeInfoTest : NUnitFormTest
+ public class HeightStructuresFailureMechanismContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRelevancyIndexWhenRelevant = 2;
private const int contextMenuRelevancyIndexWhenNotRelevant = 0;
Index: Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/UpdateInfos/HeightStructuresContextUpdateInfoTest.cs
===================================================================
diff -u -re7f074df2c06a1c0b7d628f75dd87f0552d11e08 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/UpdateInfos/HeightStructuresContextUpdateInfoTest.cs (.../HeightStructuresContextUpdateInfoTest.cs) (revision e7f074df2c06a1c0b7d628f75dd87f0552d11e08)
+++ Riskeer/HeightStructures/test/Riskeer.HeightStructures.Plugin.Test/UpdateInfos/HeightStructuresContextUpdateInfoTest.cs (.../HeightStructuresContextUpdateInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -42,7 +42,7 @@
namespace Riskeer.HeightStructures.Plugin.Test.UpdateInfos
{
[TestFixture]
- public class HeightStructuresContextUpdateInfoTest : NUnitFormTest
+ public class HeightStructuresContextUpdateInfoTest : NUnitFormTestWithHiddenDesktop
{
private UpdateInfo updateInfo;
private HeightStructuresPlugin plugin;
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Commands/AssessmentSectionFromFileCommandHandlerTest.cs
===================================================================
diff -u -r68f02442e2e790aaa0bde531c328662819908f10 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Commands/AssessmentSectionFromFileCommandHandlerTest.cs (.../AssessmentSectionFromFileCommandHandlerTest.cs) (revision 68f02442e2e790aaa0bde531c328662819908f10)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Commands/AssessmentSectionFromFileCommandHandlerTest.cs (.../AssessmentSectionFromFileCommandHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -46,7 +46,7 @@
namespace Riskeer.Integration.Forms.Test.Commands
{
[TestFixture]
- public class AssessmentSectionFromFileCommandHandlerTest : NUnitFormTest
+ public class AssessmentSectionFromFileCommandHandlerTest : NUnitFormTestWithHiddenDesktop
{
private readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Riskeer.Common.IO, "ReferenceLineMetaImporter");
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Dialogs/BackgroundMapDataSelectionDialogTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Dialogs/BackgroundMapDataSelectionDialogTest.cs (.../BackgroundMapDataSelectionDialogTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Dialogs/BackgroundMapDataSelectionDialogTest.cs (.../BackgroundMapDataSelectionDialogTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.Integration.Forms.Test.Dialogs
{
[TestFixture]
- public class BackgroundMapDataSelectionDialogTest : NUnitFormTest
+ public class BackgroundMapDataSelectionDialogTest : NUnitFormTestWithHiddenDesktop
{
private MockRepository mockRepository;
private ITileSourceFactory tileFactory;
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Dialogs/ReferenceLineMetaSelectionDialogTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Dialogs/ReferenceLineMetaSelectionDialogTest.cs (.../ReferenceLineMetaSelectionDialogTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Dialogs/ReferenceLineMetaSelectionDialogTest.cs (.../ReferenceLineMetaSelectionDialogTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -25,6 +25,7 @@
using System.Windows.Forms;
using Core.Common.Controls.DataGrid;
using Core.Common.Controls.Dialogs;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Riskeer.Common.Data.AssessmentSection;
@@ -35,7 +36,7 @@
namespace Riskeer.Integration.Forms.Test.Dialogs
{
[TestFixture]
- public class ReferenceLineMetaSelectionDialogTest : NUnitFormTest
+ public class ReferenceLineMetaSelectionDialogTest : NUnitFormTestWithHiddenDesktop
{
private const int assessmentSectionIdColumn = 0;
private const int signalingValueColumn = 1;
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Merge/AssessmentSectionMergeDataProviderDialogTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Merge/AssessmentSectionMergeDataProviderDialogTest.cs (.../AssessmentSectionMergeDataProviderDialogTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Merge/AssessmentSectionMergeDataProviderDialogTest.cs (.../AssessmentSectionMergeDataProviderDialogTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -42,7 +42,7 @@
namespace Riskeer.Integration.Forms.Test.Merge
{
[TestFixture]
- public class AssessmentSectionMergeDataProviderDialogTest : NUnitFormTest
+ public class AssessmentSectionMergeDataProviderDialogTest : NUnitFormTestWithHiddenDesktop
{
private const int isSelectedIndex = 0;
private const int failureMechanismNameIndex = 1;
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/AssessmentSectionCompositionPropertiesTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/AssessmentSectionCompositionPropertiesTest.cs (.../AssessmentSectionCompositionPropertiesTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/AssessmentSectionCompositionPropertiesTest.cs (.../AssessmentSectionCompositionPropertiesTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -37,7 +37,7 @@
namespace Riskeer.Integration.Forms.Test.PropertyClasses
{
[TestFixture]
- public class AssessmentSectionCompositionPropertiesTest : NUnitFormTest
+ public class AssessmentSectionCompositionPropertiesTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_AssessmentSectionNull_ThrowsArgumentNullException()
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/NormPropertiesIntegrationTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/NormPropertiesIntegrationTest.cs (.../NormPropertiesIntegrationTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/NormPropertiesIntegrationTest.cs (.../NormPropertiesIntegrationTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -44,7 +44,7 @@
namespace Riskeer.Integration.Forms.Test.PropertyClasses
{
[TestFixture]
- public class NormPropertiesIntegrationTest : NUnitFormTest
+ public class NormPropertiesIntegrationTest : NUnitFormTestWithHiddenDesktop
{
private const string messageAllHydraulicBoundaryOutputCleared = "Alle berekende hydraulische belastingen zijn verwijderd.";
private const string messageCalculationsRemoved = "De resultaten van {0} berekeningen zijn verwijderd.";
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/NormPropertiesTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/NormPropertiesTest.cs (.../NormPropertiesTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/NormPropertiesTest.cs (.../NormPropertiesTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -38,7 +38,7 @@
namespace Riskeer.Integration.Forms.Test.PropertyClasses
{
[TestFixture]
- public class NormPropertiesTest : NUnitFormTest
+ public class NormPropertiesTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_FailureMechanismContributionNull_ThrowsArgumentNullException()
Index: Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Views/FailureMechanismContributionViewTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Views/FailureMechanismContributionViewTest.cs (.../FailureMechanismContributionViewTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Views/FailureMechanismContributionViewTest.cs (.../FailureMechanismContributionViewTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -27,6 +27,7 @@
using Core.Common.Controls.DataGrid;
using Core.Common.Controls.Views;
using Core.Common.Gui.Commands;
+using Core.Common.TestUtil;
using Core.Common.Util;
using NUnit.Extensions.Forms;
using NUnit.Framework;
@@ -41,7 +42,7 @@
namespace Riskeer.Integration.Forms.Test.Views
{
[TestFixture]
- public class FailureMechanismContributionViewTest : NUnitFormTest
+ public class FailureMechanismContributionViewTest : NUnitFormTestWithHiddenDesktop
{
private const string returnPeriodLabelName = "returnPeriodLabel";
private const string dataGridViewControlName = "dataGridView";
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/AssessmentSectionCompositionChangeHandlerTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/AssessmentSectionCompositionChangeHandlerTest.cs (.../AssessmentSectionCompositionChangeHandlerTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/AssessmentSectionCompositionChangeHandlerTest.cs (.../AssessmentSectionCompositionChangeHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -51,7 +51,7 @@
namespace Riskeer.Integration.Plugin.Test.Handlers
{
[TestFixture]
- public class AssessmentSectionCompositionChangeHandlerTest : NUnitFormTest
+ public class AssessmentSectionCompositionChangeHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_ViewCommandsNull_ThrowsArgumentNullException()
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/FailureMechanismContributionNormChangeHandlerTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/FailureMechanismContributionNormChangeHandlerTest.cs (.../FailureMechanismContributionNormChangeHandlerTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/FailureMechanismContributionNormChangeHandlerTest.cs (.../FailureMechanismContributionNormChangeHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -41,7 +41,7 @@
namespace Riskeer.Integration.Plugin.Test.Handlers
{
[TestFixture]
- public class FailureMechanismContributionNormChangeHandlerTest : NUnitFormTest
+ public class FailureMechanismContributionNormChangeHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_ExpectedValues()
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs
===================================================================
diff -u -rdd98665ba884b1917cd943b143f5f7bfebf7429b -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs (.../HydraulicBoundaryDatabaseUpdateHandlerTest.cs) (revision dd98665ba884b1917cd943b143f5f7bfebf7429b)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs (.../HydraulicBoundaryDatabaseUpdateHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -44,7 +44,7 @@
namespace Riskeer.Integration.Plugin.Test.Handlers
{
[TestFixture]
- public class HydraulicBoundaryDatabaseUpdateHandlerTest : NUnitFormTest
+ public class HydraulicBoundaryDatabaseUpdateHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_AssessmentSectionNull_ThrowsArgumentNullException()
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseImportHandlerTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseImportHandlerTest.cs (.../HydraulicLocationConfigurationDatabaseImportHandlerTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseImportHandlerTest.cs (.../HydraulicLocationConfigurationDatabaseImportHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -37,7 +37,7 @@
namespace Riskeer.Integration.Plugin.Test.Handlers
{
[TestFixture]
- public class HydraulicLocationConfigurationDatabaseImportHandlerTest : NUnitFormTest
+ public class HydraulicLocationConfigurationDatabaseImportHandlerTest : NUnitFormTestWithHiddenDesktop
{
private static readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Riskeer.Integration.Plugin);
private static readonly string testDataDirectory = Path.Combine(testDataPath, nameof(HydraulicLocationConfigurationDatabaseImportHandler));
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
===================================================================
diff -u -rdd98665ba884b1917cd943b143f5f7bfebf7429b -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs (.../HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs) (revision dd98665ba884b1917cd943b143f5f7bfebf7429b)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs (.../HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -41,7 +41,7 @@
namespace Riskeer.Integration.Plugin.Test.Handlers
{
[TestFixture]
- public class HydraulicLocationConfigurationDatabaseUpdateHandlerTest : NUnitFormTest
+ public class HydraulicLocationConfigurationDatabaseUpdateHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_AssessmentSectionNull_ThrowsArgumentNullException()
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/ReferenceLineUpdateHandlerTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/ReferenceLineUpdateHandlerTest.cs (.../ReferenceLineUpdateHandlerTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Handlers/ReferenceLineUpdateHandlerTest.cs (.../ReferenceLineUpdateHandlerTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -23,6 +23,7 @@
using System.Linq;
using Core.Common.Base;
using Core.Common.Gui.Commands;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Rhino.Mocks;
@@ -47,7 +48,7 @@
namespace Riskeer.Integration.Plugin.Test.Handlers
{
[TestFixture]
- public class ReferenceLineUpdateHandlerTest : NUnitFormTest
+ public class ReferenceLineUpdateHandlerTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void Constructor_AssessmentSectionNull_ThrowsArgumentNullException()
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs
===================================================================
diff -u -r2e13b9fea3ee6d1dee96f9359db2f796aadc11ef -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs (.../ForeshoreProfilesContextImportInfoTest.cs) (revision 2e13b9fea3ee6d1dee96f9359db2f796aadc11ef)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs (.../ForeshoreProfilesContextImportInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.Integration.Plugin.Test.ImportInfos
{
[TestFixture]
- public class ForeshoreProfilesContextImportInfoTest : NUnitFormTest
+ public class ForeshoreProfilesContextImportInfoTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void CreateFileImporter_Always_ReturnFileImporter()
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Merge/AssessmentSectionProviderTest.cs
===================================================================
diff -u -rc5e921dfc712b32007ae63810899055b2f2696fa -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Merge/AssessmentSectionProviderTest.cs (.../AssessmentSectionProviderTest.cs) (revision c5e921dfc712b32007ae63810899055b2f2696fa)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/Merge/AssessmentSectionProviderTest.cs (.../AssessmentSectionProviderTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -34,7 +34,7 @@
namespace Riskeer.Integration.Plugin.Test.Merge
{
[TestFixture]
- public class AssessmentSectionProviderTest : NUnitFormTest
+ public class AssessmentSectionProviderTest : NUnitFormTestWithHiddenDesktop
{
private readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Riskeer.Integration.Plugin, nameof(AssessmentSectionProvider));
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs
===================================================================
diff -u -r90da65d29cffe6603e285dd47eb922125f11b692 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs (.../RiskeerPluginTest.cs) (revision 90da65d29cffe6603e285dd47eb922125f11b692)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs (.../RiskeerPluginTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -67,7 +67,7 @@
namespace Riskeer.Integration.Plugin.Test
{
[TestFixture]
- public class RiskeerPluginTest : NUnitFormTest
+ public class RiskeerPluginTest : NUnitFormTestWithHiddenDesktop
{
[Test]
[Apartment(ApartmentState.STA)]
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/BackgroundDataTreeNodeInfoTest.cs
===================================================================
diff -u -r2e13b9fea3ee6d1dee96f9359db2f796aadc11ef -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/BackgroundDataTreeNodeInfoTest.cs (.../BackgroundDataTreeNodeInfoTest.cs) (revision 2e13b9fea3ee6d1dee96f9359db2f796aadc11ef)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/BackgroundDataTreeNodeInfoTest.cs (.../BackgroundDataTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -51,7 +51,7 @@
namespace Riskeer.Integration.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class BackgroundDataTreeNodeInfoTest : NUnitFormTest
+ public class BackgroundDataTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int selectContextMenuIndex = 0;
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelCalculationsContextTreeNodeInfoTest.cs
===================================================================
diff -u -r10e6517d97fff69cc24cf91bb61f493b42acf353 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelCalculationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelCalculationsContextTreeNodeInfoTest.cs) (revision 10e6517d97fff69cc24cf91bb61f493b42acf353)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelCalculationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelCalculationsContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -54,7 +54,7 @@
namespace Riskeer.Integration.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class DesignWaterLevelCalculationsContextTreeNodeInfoTest : NUnitFormTest
+ public class DesignWaterLevelCalculationsContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRunAssessmentLevelCalculationsIndex = 2;
private const int contextMenuClearIllustrationPointsIndex = 4;
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelCalculationsGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -r91fb3def537205b901f5f0177e5eabdb6c3c1641 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelCalculationsGroupContextTreeNodeInfoTest.cs (.../DesignWaterLevelCalculationsGroupContextTreeNodeInfoTest.cs) (revision 91fb3def537205b901f5f0177e5eabdb6c3c1641)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelCalculationsGroupContextTreeNodeInfoTest.cs (.../DesignWaterLevelCalculationsGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -54,7 +54,7 @@
namespace Riskeer.Integration.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class DesignWaterLevelCalculationsGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class DesignWaterLevelCalculationsGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRunDesignWaterLevelCalculationsIndex = 0;
private const int contextMenuClearIllustrationPointsIndex = 2;
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs
===================================================================
diff -u -r90a951c6f542181536aaaf0449d2b93486f4341d -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision 90a951c6f542181536aaaf0449d2b93486f4341d)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -55,7 +55,7 @@
namespace Riskeer.Integration.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class HydraulicBoundaryDatabaseContextTreeNodeInfoTest : NUnitFormTest
+ public class HydraulicBoundaryDatabaseContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuImportHydraulicBoundaryDatabaseIndex = 0;
private const int contextMenuCalculateAllIndex = 3;
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsContextTreeNodeInfoTest.cs
===================================================================
diff -u -r9abc857cc0bba51ef6d9aca58fa5699ce4076d51 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsContextTreeNodeInfoTest.cs) (revision 9abc857cc0bba51ef6d9aca58fa5699ce4076d51)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -54,7 +54,7 @@
namespace Riskeer.Integration.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class WaveHeightCalculationsContextTreeNodeInfoTest : NUnitFormTest
+ public class WaveHeightCalculationsContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRunWaveHeightCalculationsIndex = 2;
private const int contextMenuClearIllustrationPointsIndex = 4;
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -r91fb3def537205b901f5f0177e5eabdb6c3c1641 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsGroupContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsGroupContextTreeNodeInfoTest.cs) (revision 91fb3def537205b901f5f0177e5eabdb6c3c1641)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/TreeNodeInfos/WaveHeightCalculationsGroupContextTreeNodeInfoTest.cs (.../WaveHeightCalculationsGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -54,7 +54,7 @@
namespace Riskeer.Integration.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class WaveHeightCalculationsGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class WaveHeightCalculationsGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRunWaveHeightCalculationsIndex = 0;
private const int contextMenuClearIllustrationPointsIndex = 2;
Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/UpdateInfos/ForeshoreProfileContextUpdateInfoTest.cs
===================================================================
diff -u -r2e13b9fea3ee6d1dee96f9359db2f796aadc11ef -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/UpdateInfos/ForeshoreProfileContextUpdateInfoTest.cs (.../ForeshoreProfileContextUpdateInfoTest.cs) (revision 2e13b9fea3ee6d1dee96f9359db2f796aadc11ef)
+++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/UpdateInfos/ForeshoreProfileContextUpdateInfoTest.cs (.../ForeshoreProfileContextUpdateInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.Integration.Plugin.Test.UpdateInfos
{
[TestFixture]
- public class ForeshoreProfileContextUpdateInfoTest : NUnitFormTest
+ public class ForeshoreProfileContextUpdateInfoTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void CreateFileImporter_Always_ReturnFileImporter()
Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsCalculationsViewTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsCalculationsViewTest.cs (.../MacroStabilityInwardsCalculationsViewTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsCalculationsViewTest.cs (.../MacroStabilityInwardsCalculationsViewTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -47,7 +47,7 @@
namespace Riskeer.MacroStabilityInwards.Forms.Test.Views
{
[TestFixture]
- public class MacroStabilityInwardsCalculationsViewTest : NUnitFormTest
+ public class MacroStabilityInwardsCalculationsViewTest : NUnitFormTestWithHiddenDesktop
{
private const int nameColumnIndex = 0;
private const int stochasticSoilModelsColumnIndex = 1;
Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsScenariosViewTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsScenariosViewTest.cs (.../MacroStabilityInwardsScenariosViewTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsScenariosViewTest.cs (.../MacroStabilityInwardsScenariosViewTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -26,6 +26,7 @@
using Core.Common.Base.Data;
using Core.Common.Base.Geometry;
using Core.Common.Controls.Views;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Rhino.Mocks;
@@ -42,7 +43,7 @@
namespace Riskeer.MacroStabilityInwards.Forms.Test.Views
{
[TestFixture]
- public class MacroStabilityInwardsScenariosViewTest : NUnitFormTest
+ public class MacroStabilityInwardsScenariosViewTest : NUnitFormTestWithHiddenDesktop
{
private const int isRelevantColumnIndex = 0;
private const int contributionColumnIndex = 1;
Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/ImportInfos/MacroStabilityInwardsStochasticSoilModelCollectionContextImportInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/ImportInfos/MacroStabilityInwardsStochasticSoilModelCollectionContextImportInfoTest.cs (.../MacroStabilityInwardsStochasticSoilModelCollectionContextImportInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/ImportInfos/MacroStabilityInwardsStochasticSoilModelCollectionContextImportInfoTest.cs (.../MacroStabilityInwardsStochasticSoilModelCollectionContextImportInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.MacroStabilityInwards.Plugin.Test.ImportInfos
{
[TestFixture]
- public class MacroStabilityInwardsStochasticSoilModelCollectionContextImportInfoTest : NUnitFormTest
+ public class MacroStabilityInwardsStochasticSoilModelCollectionContextImportInfoTest : NUnitFormTestWithHiddenDesktop
{
private ImportInfo importInfo;
private MacroStabilityInwardsPlugin plugin;
Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/ImportInfos/MacroStabilityInwardsSurfaceLinesContextImportInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/ImportInfos/MacroStabilityInwardsSurfaceLinesContextImportInfoTest.cs (.../MacroStabilityInwardsSurfaceLinesContextImportInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/ImportInfos/MacroStabilityInwardsSurfaceLinesContextImportInfoTest.cs (.../MacroStabilityInwardsSurfaceLinesContextImportInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.MacroStabilityInwards.Plugin.Test.ImportInfos
{
[TestFixture]
- public class MacroStabilityInwardsSurfaceLinesContextImportInfoTest : NUnitFormTest
+ public class MacroStabilityInwardsSurfaceLinesContextImportInfoTest : NUnitFormTestWithHiddenDesktop
{
private ImportInfo importInfo;
private MacroStabilityInwardsPlugin plugin;
Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsCalculationGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../MacroStabilityInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../MacroStabilityInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -53,7 +53,7 @@
namespace Riskeer.MacroStabilityInwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class MacroStabilityInwardsCalculationGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class MacroStabilityInwardsCalculationGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuImportCalculationGroupIndexRootGroup = 2;
private const int contextMenuExportCalculationGroupIndexRootGroup = 3;
Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsCalculationScenarioContextTreeNodeInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsCalculationScenarioContextTreeNodeInfoTest.cs (.../MacroStabilityInwardsCalculationScenarioContextTreeNodeInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsCalculationScenarioContextTreeNodeInfoTest.cs (.../MacroStabilityInwardsCalculationScenarioContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -51,7 +51,7 @@
namespace Riskeer.MacroStabilityInwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class MacroStabilityInwardsCalculationScenarioContextTreeNodeInfoTest : NUnitFormTest
+ public class MacroStabilityInwardsCalculationScenarioContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuDuplicateIndex = 2;
private const int contextMenuValidateIndex = 6;
Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsFailureMechanismContextTreeNodeInfoTest.cs
===================================================================
diff -u -r77f595651b934a75a5625828a9027d7c48e8e5f9 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../MacroStabilityInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision 77f595651b934a75a5625828a9027d7c48e8e5f9)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../MacroStabilityInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -54,7 +54,7 @@
namespace Riskeer.MacroStabilityInwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class MacroStabilityInwardsFailureMechanismContextTreeNodeInfoTest : NUnitFormTest
+ public class MacroStabilityInwardsFailureMechanismContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRelevancyIndexWhenRelevant = 2;
private const int contextMenuRelevancyIndexWhenNotRelevant = 0;
Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsStochasticSoilModelCollectionContextTreeNodeInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsStochasticSoilModelCollectionContextTreeNodeInfoTest.cs (.../MacroStabilityInwardsStochasticSoilModelCollectionContextTreeNodeInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/TreeNodeInfos/MacroStabilityInwardsStochasticSoilModelCollectionContextTreeNodeInfoTest.cs (.../MacroStabilityInwardsStochasticSoilModelCollectionContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -39,7 +39,7 @@
namespace Riskeer.MacroStabilityInwards.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class MacroStabilityInwardsStochasticSoilModelCollectionContextTreeNodeInfoTest : NUnitFormTest
+ public class MacroStabilityInwardsStochasticSoilModelCollectionContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private MockRepository mocks;
private MacroStabilityInwardsPlugin plugin;
Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/UpdateInfos/MacroStabilityInwardsStochasticSoilModelCollectionContextUpdateInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/UpdateInfos/MacroStabilityInwardsStochasticSoilModelCollectionContextUpdateInfoTest.cs (.../MacroStabilityInwardsStochasticSoilModelCollectionContextUpdateInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/UpdateInfos/MacroStabilityInwardsStochasticSoilModelCollectionContextUpdateInfoTest.cs (.../MacroStabilityInwardsStochasticSoilModelCollectionContextUpdateInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -42,7 +42,7 @@
namespace Riskeer.MacroStabilityInwards.Plugin.Test.UpdateInfos
{
[TestFixture]
- public class MacroStabilityInwardsStochasticSoilModelCollectionContextUpdateInfoTest : NUnitFormTest
+ public class MacroStabilityInwardsStochasticSoilModelCollectionContextUpdateInfoTest : NUnitFormTestWithHiddenDesktop
{
private UpdateInfo updateInfo;
private MacroStabilityInwardsPlugin plugin;
Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/UpdateInfos/MacroStabilityInwardsSurfaceLinesContextUpdateInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/UpdateInfos/MacroStabilityInwardsSurfaceLinesContextUpdateInfoTest.cs (.../MacroStabilityInwardsSurfaceLinesContextUpdateInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Plugin.Test/UpdateInfos/MacroStabilityInwardsSurfaceLinesContextUpdateInfoTest.cs (.../MacroStabilityInwardsSurfaceLinesContextUpdateInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -41,7 +41,7 @@
namespace Riskeer.MacroStabilityInwards.Plugin.Test.UpdateInfos
{
[TestFixture]
- public class MacroStabilityInwardsSurfaceLinesContextUpdateInfoTest : NUnitFormTest
+ public class MacroStabilityInwardsSurfaceLinesContextUpdateInfoTest : NUnitFormTestWithHiddenDesktop
{
private UpdateInfo updateInfo;
private MacroStabilityInwardsPlugin plugin;
Index: Riskeer/Piping/test/Riskeer.Piping.Forms.Test/Views/PipingCalculationsViewTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Piping/test/Riskeer.Piping.Forms.Test/Views/PipingCalculationsViewTest.cs (.../PipingCalculationsViewTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Piping/test/Riskeer.Piping.Forms.Test/Views/PipingCalculationsViewTest.cs (.../PipingCalculationsViewTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -49,7 +49,7 @@
namespace Riskeer.Piping.Forms.Test.Views
{
[TestFixture]
- public class PipingCalculationsViewTest : NUnitFormTest
+ public class PipingCalculationsViewTest : NUnitFormTestWithHiddenDesktop
{
private const int nameColumnIndex = 0;
private const int stochasticSoilModelsColumnIndex = 1;
Index: Riskeer/Piping/test/Riskeer.Piping.Forms.Test/Views/PipingScenariosViewTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Piping/test/Riskeer.Piping.Forms.Test/Views/PipingScenariosViewTest.cs (.../PipingScenariosViewTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Piping/test/Riskeer.Piping.Forms.Test/Views/PipingScenariosViewTest.cs (.../PipingScenariosViewTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -27,6 +27,7 @@
using Core.Common.Base.Data;
using Core.Common.Base.Geometry;
using Core.Common.Controls.Views;
+using Core.Common.TestUtil;
using NUnit.Extensions.Forms;
using NUnit.Framework;
using Rhino.Mocks;
@@ -43,7 +44,7 @@
namespace Riskeer.Piping.Forms.Test.Views
{
[TestFixture]
- public class PipingScenariosViewTest : NUnitFormTest
+ public class PipingScenariosViewTest : NUnitFormTestWithHiddenDesktop
{
private const int isRelevantColumnIndex = 0;
private const int contributionColumnIndex = 1;
Index: Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/ImportInfos/PipingStochasticSoilModelCollectionContextImportInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/ImportInfos/PipingStochasticSoilModelCollectionContextImportInfoTest.cs (.../PipingStochasticSoilModelCollectionContextImportInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/ImportInfos/PipingStochasticSoilModelCollectionContextImportInfoTest.cs (.../PipingStochasticSoilModelCollectionContextImportInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.Piping.Plugin.Test.ImportInfos
{
[TestFixture]
- public class PipingStochasticSoilModelCollectionContextImportInfoTest : NUnitFormTest
+ public class PipingStochasticSoilModelCollectionContextImportInfoTest : NUnitFormTestWithHiddenDesktop
{
private ImportInfo importInfo;
private PipingPlugin plugin;
Index: Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/ImportInfos/PipingSurfaceLinesContextImportInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/ImportInfos/PipingSurfaceLinesContextImportInfoTest.cs (.../PipingSurfaceLinesContextImportInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/ImportInfos/PipingSurfaceLinesContextImportInfoTest.cs (.../PipingSurfaceLinesContextImportInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.Piping.Plugin.Test.ImportInfos
{
[TestFixture]
- public class PipingSurfaceLinesContextImportInfoTest : NUnitFormTest
+ public class PipingSurfaceLinesContextImportInfoTest : NUnitFormTestWithHiddenDesktop
{
private ImportInfo importInfo;
private PipingPlugin plugin;
Index: Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -54,7 +54,7 @@
namespace Riskeer.Piping.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class PipingCalculationGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class PipingCalculationGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuImportCalculationGroupIndexRootGroup = 2;
private const int contextMenuExportCalculationGroupIndexRootGroup = 3;
Index: Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationScenarioContextTreeNodeInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationScenarioContextTreeNodeInfoTest.cs (.../PipingCalculationScenarioContextTreeNodeInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationScenarioContextTreeNodeInfoTest.cs (.../PipingCalculationScenarioContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -52,7 +52,7 @@
namespace Riskeer.Piping.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class PipingCalculationScenarioContextTreeNodeInfoTest : NUnitFormTest
+ public class PipingCalculationScenarioContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuDuplicateIndex = 2;
private const int contextMenuUpdateEntryAndExitPointIndex = 5;
Index: Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingFailureMechanismContextTreeNodeInfoTest.cs
===================================================================
diff -u -r9c297dba6739032bcaddfb5ceb3452082c54db4a -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingFailureMechanismContextTreeNodeInfoTest.cs (.../PipingFailureMechanismContextTreeNodeInfoTest.cs) (revision 9c297dba6739032bcaddfb5ceb3452082c54db4a)
+++ Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingFailureMechanismContextTreeNodeInfoTest.cs (.../PipingFailureMechanismContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -53,7 +53,7 @@
namespace Riskeer.Piping.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class PipingFailureMechanismContextTreeNodeInfoTest : NUnitFormTest
+ public class PipingFailureMechanismContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRelevancyIndexWhenRelevant = 2;
private const int contextMenuRelevancyIndexWhenNotRelevant = 0;
Index: Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingStochasticSoilModelCollectionContextTreeNodeInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingStochasticSoilModelCollectionContextTreeNodeInfoTest.cs (.../PipingStochasticSoilModelCollectionContextTreeNodeInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/TreeNodeInfos/PipingStochasticSoilModelCollectionContextTreeNodeInfoTest.cs (.../PipingStochasticSoilModelCollectionContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -39,7 +39,7 @@
namespace Riskeer.Piping.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class PipingStochasticSoilModelCollectionContextTreeNodeInfoTest : NUnitFormTest
+ public class PipingStochasticSoilModelCollectionContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private MockRepository mocks;
private PipingPlugin plugin;
Index: Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/UpdateInfos/PipingStochasticSoilModelCollectionContextUpdateInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/UpdateInfos/PipingStochasticSoilModelCollectionContextUpdateInfoTest.cs (.../PipingStochasticSoilModelCollectionContextUpdateInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/UpdateInfos/PipingStochasticSoilModelCollectionContextUpdateInfoTest.cs (.../PipingStochasticSoilModelCollectionContextUpdateInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -42,7 +42,7 @@
namespace Riskeer.Piping.Plugin.Test.UpdateInfos
{
[TestFixture]
- public class PipingStochasticSoilModelCollectionContextUpdateInfoTest : NUnitFormTest
+ public class PipingStochasticSoilModelCollectionContextUpdateInfoTest : NUnitFormTestWithHiddenDesktop
{
private UpdateInfo updateInfo;
private PipingPlugin plugin;
Index: Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/UpdateInfos/PipingSurfaceLinesContextUpdateInfoTest.cs
===================================================================
diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/UpdateInfos/PipingSurfaceLinesContextUpdateInfoTest.cs (.../PipingSurfaceLinesContextUpdateInfoTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea)
+++ Riskeer/Piping/test/Riskeer.Piping.Plugin.Test/UpdateInfos/PipingSurfaceLinesContextUpdateInfoTest.cs (.../PipingSurfaceLinesContextUpdateInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -41,7 +41,7 @@
namespace Riskeer.Piping.Plugin.Test.UpdateInfos
{
[TestFixture]
- public class PipingSurfaceLinesContextUpdateInfoTest : NUnitFormTest
+ public class PipingSurfaceLinesContextUpdateInfoTest : NUnitFormTestWithHiddenDesktop
{
private UpdateInfo updateInfo;
private PipingPlugin plugin;
Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/ImportInfos/StabilityPointStructuresContextImportInfoTest.cs
===================================================================
diff -u -r2977c8e5fa7ebcc99425b1b2deecba881601738b -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/ImportInfos/StabilityPointStructuresContextImportInfoTest.cs (.../StabilityPointStructuresContextImportInfoTest.cs) (revision 2977c8e5fa7ebcc99425b1b2deecba881601738b)
+++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/ImportInfos/StabilityPointStructuresContextImportInfoTest.cs (.../StabilityPointStructuresContextImportInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -43,7 +43,7 @@
namespace Riskeer.StabilityPointStructures.Plugin.Test.ImportInfos
{
[TestFixture]
- public class StabilityPointStructuresContextImportInfoTest : NUnitFormTest
+ public class StabilityPointStructuresContextImportInfoTest : NUnitFormTestWithHiddenDesktop
{
[Test]
public void CreateFileImporter_Always_ReturnFileImporter()
Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationContextTreeNodeInfoTest.cs
===================================================================
diff -u -r9b7f5f70eb9d9c422ca503cc3dff5329b3eee418 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationContextTreeNodeInfoTest.cs) (revision 9b7f5f70eb9d9c422ca503cc3dff5329b3eee418)
+++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -54,7 +54,7 @@
namespace Riskeer.StabilityPointStructures.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class StabilityPointStructuresCalculationContextTreeNodeInfoTest : NUnitFormTest
+ public class StabilityPointStructuresCalculationContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuDuplicateIndex = 2;
private const int contextMenuUpdateForeshoreProfileIndex = 5;
Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -r12fd2540db2411bfe473d3f10bfc5f9af453d2f6 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 12fd2540db2411bfe473d3f10bfc5f9af453d2f6)
+++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -57,7 +57,7 @@
namespace Riskeer.StabilityPointStructures.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuGenerateCalculationsIndexRootGroup = 3;
private const int contextMenuAddCalculationGroupIndexRootGroup = 5;
Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresFailureMechanismContextTreeNodeInfoTest.cs
===================================================================
diff -u -rdf84ea556c95f898162b0ff480ac154b9b54019e -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../StabilityPointStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision df84ea556c95f898162b0ff480ac154b9b54019e)
+++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../StabilityPointStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -58,7 +58,7 @@
namespace Riskeer.StabilityPointStructures.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class StabilityPointStructuresFailureMechanismContextTreeNodeInfoTest : NUnitFormTest
+ public class StabilityPointStructuresFailureMechanismContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuRelevancyIndexWhenRelevant = 2;
private const int contextMenuRelevancyIndexWhenNotRelevant = 0;
Index: Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/UpdateInfos/StabilityPointStructuresContextUpdateInfoTest.cs
===================================================================
diff -u -r2977c8e5fa7ebcc99425b1b2deecba881601738b -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/UpdateInfos/StabilityPointStructuresContextUpdateInfoTest.cs (.../StabilityPointStructuresContextUpdateInfoTest.cs) (revision 2977c8e5fa7ebcc99425b1b2deecba881601738b)
+++ Riskeer/StabilityPointStructures/test/Riskeer.StabilityPointStructures.Plugin.Test/UpdateInfos/StabilityPointStructuresContextUpdateInfoTest.cs (.../StabilityPointStructuresContextUpdateInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -42,7 +42,7 @@
namespace Riskeer.StabilityPointStructures.Plugin.Test.UpdateInfos
{
[TestFixture]
- public class StabilityPointStructuresContextUpdateInfoTest : NUnitFormTest
+ public class StabilityPointStructuresContextUpdateInfoTest : NUnitFormTestWithHiddenDesktop
{
private UpdateInfo updateInfo;
private StabilityPointStructuresPlugin plugin;
Index: Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
===================================================================
diff -u -rdaa52ecefa36c40b4e66e821bfecd0c6dc4344c5 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision daa52ecefa36c40b4e66e821bfecd0c6dc4344c5)
+++ Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -55,7 +55,7 @@
namespace Riskeer.StabilityStoneCover.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest : NUnitFormTest
+ public class StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuDuplicateIndex = 2;
private const int contextMenuUpdateForeshoreProfileIndex = 5;
Index: Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -rdaa52ecefa36c40b4e66e821bfecd0c6dc4344c5 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision daa52ecefa36c40b4e66e821bfecd0c6dc4344c5)
+++ Riskeer/StabilityStoneCover/test/Riskeer.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -57,7 +57,7 @@
namespace Riskeer.StabilityStoneCover.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuAddGenerateCalculationsIndex = 3;
private const int contextMenuAddCalculationGroupIndexRootGroup = 5;
Index: Riskeer/WaveImpactAsphaltCover/test/Riskeer.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
===================================================================
diff -u -r64e81e6f0aa830cbbc2ebf154525643a6e2e2bf9 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/WaveImpactAsphaltCover/test/Riskeer.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision 64e81e6f0aa830cbbc2ebf154525643a6e2e2bf9)
+++ Riskeer/WaveImpactAsphaltCover/test/Riskeer.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -55,7 +55,7 @@
namespace Riskeer.WaveImpactAsphaltCover.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class WaveImpactAsphaltCoverWaveConditionsCalculationContextTreeNodeInfoTest : NUnitFormTest
+ public class WaveImpactAsphaltCoverWaveConditionsCalculationContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuDuplicateIndex = 2;
private const int contextMenuUpdateForeshoreProfileIndex = 5;
Index: Riskeer/WaveImpactAsphaltCover/test/Riskeer.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -r64e81e6f0aa830cbbc2ebf154525643a6e2e2bf9 -rca9b8c04020e3da185b8e28c0916ce5dfeea6d13
--- Riskeer/WaveImpactAsphaltCover/test/Riskeer.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision 64e81e6f0aa830cbbc2ebf154525643a6e2e2bf9)
+++ Riskeer/WaveImpactAsphaltCover/test/Riskeer.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision ca9b8c04020e3da185b8e28c0916ce5dfeea6d13)
@@ -56,7 +56,7 @@
namespace Riskeer.WaveImpactAsphaltCover.Plugin.Test.TreeNodeInfos
{
[TestFixture]
- public class WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest : NUnitFormTest
+ public class WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest : NUnitFormTestWithHiddenDesktop
{
private const int contextMenuImportConfigurationIndex = 0;
private const int contextMenuExportConfigurationIndex = 1;