How to find all keyboard-related manual tests?
Philip Race
philip.race at oracle.com
Tue Jan 31 17:58:51 UTC 2023
There's no mechanism to find all tests for a particular functional
sub-area - other than what you are already doing.
-phil.
On 1/30/23 4:30 PM, Nikita Provotorov wrote:
> 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/c4e586b8/attachment.htm>
More information about the client-libs-dev
mailing list