<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    There's no mechanism to find all tests for a particular functional
    sub-area - other than what you are already doing.<br>
    <br>
    -phil.<br>
    <br>
    <div class="moz-cite-prefix">On 1/30/23 4:30 PM, Nikita Provotorov
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:CAMTdVeoT047Z7FKRUEtuSoLr67_1MRSniK-Jo_3rkYD2H3BGFQ@mail.gmail.com">
      
      <div dir="ltr">
        <div>Hello! I'm trying to figure out how to find all <u>manual</u>
          tests which verifies behavior of keyboards, e.g. the following
          cases:</div>
        <div>* "Regular" text input</div>
        <div>* Dead keys handling</div>
        <div>* Input methods handling</div>
        <div>* Shortcuts support</div>
        <div><br>
        </div>
        <div>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 <i>java.awt.event.KeyEvent</i> among
          all found "/manual" entries. But I believe it won't give me a
          complete list of such tests.</div>
        <div><br>
        </div>
        <div>Could anyone advise anything?</div>
        <br clear="all">
        <div>
          <div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">
            <div dir="ltr">Best regards,
              <div>Nikita Provotorov</div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>