We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4da09 commit 9872dc1Copy full SHA for 9872dc1
Tests/External/Plugins/ASCompletion.Tests/TestUtils/ContextExtensions.cs
@@ -0,0 +1,20 @@
1
+using ASCompletion.Context;
2
+using NSubstitute;
3
+
4
+namespace ASCompletion.TestUtils
5
+{
6
+ public static class ContextExtensions
7
+ {
8
+ public static void SetAs3Features(this object context)
9
10
+ //var asContext = new AS3Context.Context(new AS3Context.AS3Settings());
11
+ //context.Features.Returns(asContext.Features);
12
+ }
13
14
+ public static void SetHaxeFeatures(this object context)
15
16
+ //var haxeContext = new HaXeContext.Context(new HaXeContext.HaXeSettings());
17
+ //context.Features.Returns(haxeContext.Features);
18
19
20
+}
0 commit comments