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