testdevlab / TestUI

MIT License
33 stars 9 forks source link

Create additional comparison methods for `Attribute` #77

Open aleksslitvinovs opened 2 years ago

aleksslitvinovs commented 2 years ago

ATM, Attribute interface has only 2 methods for comparison not() and equalTo(). It should have other methods for String comparison, e.g., contains(), startsWith(), endsWith() and matches() (the last could be used for Regex comparison).