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