Пример #1
0
        public void InputMethodContextNotifyCursorPosition()
        {
            tlog.Debug(tag, $"InputMethodContextNotifyCursorPosition START");
            InputMethodContext a1 = new InputMethodContext();

            a1.NotifyCursorPosition();
            a1.Dispose();

            tlog.Debug(tag, $"InputMethodContextNotifyCursorPosition END (OK)");
            Assert.Pass("InputMethodContextNotifyCursorPosition");
        }