How to find all keyboard-related manual tests?
Nikita Provotorov
nikita.provotorov at jetbrains.com
Tue Jan 31 00:30:43 UTC 2023
Hello! I'm trying to figure out how to find all *manual* tests which
verifies behavior of keyboards, e.g. the following cases:
* "Regular" text input
* Dead keys handling
* Input methods handling
* Shortcuts support
AFAIU it's easy enough to find all manual tests via just grepping of all
sources by the "/manual" substring. The next thing I've tried is to find
all usages of the class *java.awt.event.KeyEvent* among all found "/manual"
entries. But I believe it won't give me a complete list of such tests.
Could anyone advise anything?
Best regards,
Nikita Provotorov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/client-libs-dev/attachments/20230131/51d08880/attachment.htm>
More information about the client-libs-dev
mailing list