public void InputMethodContextSetSurroundingText() { tlog.Debug(tag, $"InputMethodContextSetSurroundingText START"); InputMethodContext a1 = new InputMethodContext(); a1.SetSurroundingText("surrounding text"); a1.Dispose(); tlog.Debug(tag, $"InputMethodContextSetSurroundingText END (OK)"); Assert.Pass("InputMethodContextSetSurroundingText"); }