Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r6ce3cfa19ef59b12462bae4a77e9a7ee5a05e28c -rb15268001c06a569fb2f63e9615ac86ebf3fc7c5 --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverFailureMechanismContextTreeNodeInfoTest.cs (.../WaveImpactAsphaltCoverFailureMechanismContextTreeNodeInfoTest.cs) (revision 6ce3cfa19ef59b12462bae4a77e9a7ee5a05e28c) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverFailureMechanismContextTreeNodeInfoTest.cs (.../WaveImpactAsphaltCoverFailureMechanismContextTreeNodeInfoTest.cs) (revision b15268001c06a569fb2f63e9615ac86ebf3fc7c5) @@ -59,7 +59,7 @@ // Setup using (var plugin = new WaveImpactAsphaltCoverPlugin()) { - var info = GetInfo(plugin); + TreeNodeInfo info = GetInfo(plugin); // Assert Assert.IsNotNull(info.Text); @@ -96,7 +96,7 @@ using (var plugin = new WaveImpactAsphaltCoverPlugin()) { - var info = GetInfo(plugin); + TreeNodeInfo info = GetInfo(plugin); // Call string nodeText = info.Text(failureMechanismContext); @@ -122,7 +122,7 @@ using (var plugin = new WaveImpactAsphaltCoverPlugin()) { - var info = GetInfo(plugin); + TreeNodeInfo info = GetInfo(plugin); // Call Color foreColor = info.ForeColor(failureMechanismContext); @@ -148,7 +148,7 @@ using (var plugin = new WaveImpactAsphaltCoverPlugin()) { - var info = GetInfo(plugin); + TreeNodeInfo info = GetInfo(plugin); // Call Color foreColor = info.ForeColor(failureMechanismContext); @@ -171,7 +171,7 @@ using (var plugin = new WaveImpactAsphaltCoverPlugin()) { - var info = GetInfo(plugin); + TreeNodeInfo info = GetInfo(plugin); // Call Image icon = info.Image(failureMechanismContext); @@ -197,7 +197,7 @@ using (var plugin = new WaveImpactAsphaltCoverPlugin()) { - var info = GetInfo(plugin); + TreeNodeInfo info = GetInfo(plugin); // Call object[] children = info.ChildNodeObjects(failureMechanismContext).ToArray(); @@ -257,7 +257,7 @@ using (var plugin = new WaveImpactAsphaltCoverPlugin()) { - var info = GetInfo(plugin); + TreeNodeInfo info = GetInfo(plugin); // Call object[] children = info.ChildNodeObjects(failureMechanismContext).ToArray(); @@ -305,7 +305,7 @@ { plugin.Gui = gui; - var info = GetInfo(plugin); + TreeNodeInfo info = GetInfo(plugin); // Call info.ContextMenuStrip(failureMechanismContext, null, treeViewControl); @@ -347,7 +347,7 @@ { plugin.Gui = gui; - var info = GetInfo(plugin); + TreeNodeInfo info = GetInfo(plugin); // Call info.ContextMenuStrip(failureMechanismContext, null, treeViewControl); @@ -391,7 +391,7 @@ { plugin.Gui = gui; - var info = GetInfo(plugin); + TreeNodeInfo info = GetInfo(plugin); using (ContextMenuStrip contextMenu = info.ContextMenuStrip(failureMechanismContext, null, treeViewControl)) { @@ -438,7 +438,7 @@ { plugin.Gui = gui; - var info = GetInfo(plugin); + TreeNodeInfo info = GetInfo(plugin); using (ContextMenuStrip contextMenu = info.ContextMenuStrip(failureMechanismContext, null, treeViewControl)) {