[arquillian-issues] [JBoss JIRA] (ARQGRA-431) Case insensitive matcher

Karel Piwko (JIRA) issues at jboss.org
Wed Mar 19 11:28:10 EDT 2014


Karel Piwko created ARQGRA-431:
----------------------------------

             Summary: Case insensitive matcher
                 Key: ARQGRA-431
                 URL: https://issues.jboss.org/browse/ARQGRA-431
             Project: Arquillian Graphene
          Issue Type: Feature Request
          Components: core
    Affects Versions: 2.0.1
            Reporter: Karel Piwko


It is not possible to match text/attribute in case insensitive way.

{code}
 Graphene.waitModel().until().element(notify).text().
{code}

* .contains(String)
* .equals(String)

it should have equalsIgnoreCase as well. A regex matcher would be handy here as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list