Skip to content

Java library which implements hamcrest matchers for collections and webdriver webelements. Includes a few matcher decorators to handle timeout issues.

License

Notifications You must be signed in to change notification settings

eoff/matchers-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matchers Java

WebDriver Matchers

Matchers library to work with WebDriver WebElement interface.

<dependency>
    <groupId>ru.yandex.qatools.matchers</groupId>
    <artifactId>webdriver-matchers</artifactId>
    <version>1.0</version>
</dependency>

More Info

Collections Matchers

Matchers library to work with collections.

<dependency>
    <groupId>ru.yandex.qatools.matchers</groupId>
    <artifactId>collection-matchers</artifactId>
    <version>1.0</version>
</dependency>

More Info

Matcher Decorators

Decorators which allows handle additional condition issues (e.g. timeouts) directly in the assertion statement.

<dependency>
    <groupId>ru.yandex.qatools.matchers</groupId>
    <artifactId>matcher-decorators</artifactId>
    <version>1.0</version>
</dependency>

More Info

Type-casting, Regexp, Exception Matchers && Logical Chaining

<dependency>
    <groupId>org.cthul</groupId>
    <artifactId>cthul-matchers</artifactId>
    <version>1.0</version>
</dependency>

More Info

About

Java library which implements hamcrest matchers for collections and webdriver webelements. Includes a few matcher decorators to handle timeout issues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%