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

Lukáš Fryč (JIRA) issues at jboss.org
Tue May 6 07:45:56 EDT 2014


    [ https://issues.jboss.org/browse/ARQGRA-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965762#comment-12965762 ] 

Lukáš Fryč commented on ARQGRA-431:
-----------------------------------

+1 adding .equalsIgnoreCase(String), .matches(regexp)

Karel, could you look into adding this capabilities?

> 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.Final
>            Reporter: Karel Piwko
>             Fix For: 2.0-Tracking
>
>
> 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 was sent by Atlassian JIRA
(v6.2.3#6260)



More information about the arquillian-issues mailing list