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

Reply via email to