Add required test stub

This commit is contained in:
John Lewin 2018-08-03 13:49:28 -07:00
parent 523a218d47
commit 74f15d225d

View file

@ -404,6 +404,12 @@ namespace MatterControl.Tests.MatterControl
Assert.Fail();
}
[Test, Ignore("Not Implemented")]
public async Task SurfacedEditorsFieldTest()
{
Assert.Fail();
}
public class ValueMap
{
[DebuggerStepThrough]