Skip to content

Commit 9872dc1

Browse files
committed
Forgotten helper file.
1 parent fd4da09 commit 9872dc1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)