|
|
|
@ -21,6 +21,7 @@ using System.Collections.Generic;
@@ -21,6 +21,7 @@ using System.Collections.Generic;
|
|
|
|
|
using System.Diagnostics; |
|
|
|
|
using System.Linq; |
|
|
|
|
|
|
|
|
|
using ICSharpCode.SharpDevelop; |
|
|
|
|
using ICSharpCode.SharpDevelop.Editor.CodeCompletion; |
|
|
|
|
using NUnit.Framework; |
|
|
|
|
|
|
|
|
@ -30,6 +31,12 @@ namespace ICSharpCode.XamlBinding.Tests
@@ -30,6 +31,12 @@ namespace ICSharpCode.XamlBinding.Tests
|
|
|
|
|
[RequiresSTA] |
|
|
|
|
public class CodeInsertionTests : TextEditorBasedTests |
|
|
|
|
{ |
|
|
|
|
[SetUp] |
|
|
|
|
public void SetUp() |
|
|
|
|
{ |
|
|
|
|
CodeCompletionOptions.DataUsageCacheEnabled = false; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#region TextInsertionTests
|
|
|
|
|
[Test] |
|
|
|
|
public void CtrlSpaceClosingAttributeValueWithEqualsInsertionTest() |
|
|
|
|