Skip to content

Commit bac9012

Browse files
committed
Merge pull request #1131 from SlavaRa/feature/fix_build_ASCompletion.Tests
[ASCompletion.Tests] Implements IMainForm.RestartRequired(), IMainForm.GetInstanceCount()
2 parents f5e5016 + b7b4097 commit bac9012

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Tests/External/Plugins/ASCompletion.Tests/MainForm.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ public void RefreshSciConfig()
2626
throw new NotImplementedException();
2727
}
2828

29+
public void RestartRequired()
30+
{
31+
throw new NotImplementedException();
32+
}
33+
2934
public void ThemeControls(object control)
3035
{
3136
// Not implemented
@@ -228,6 +233,11 @@ public Image FindImageAndSetAdjust(string data)
228233
throw new NotImplementedException();
229234
}
230235

236+
public int GetInstanceCount()
237+
{
238+
throw new NotImplementedException();
239+
}
240+
231241
public ISettings Settings { get; set; }
232242

233243
public ToolStrip ToolStrip

0 commit comments

Comments
 (0)