Matchers library to work with WebDriver WebElement interface.
<dependency>
<groupId>ru.yandex.qatools.matchers</groupId>
<artifactId>webdriver-matchers</artifactId>
<version>1.0</version>
</dependency>
Matchers library to work with collections.
<dependency>
<groupId>ru.yandex.qatools.matchers</groupId>
<artifactId>collection-matchers</artifactId>
<version>1.0</version>
</dependency>
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>
<dependency>
<groupId>org.cthul</groupId>
<artifactId>cthul-matchers</artifactId>
<version>1.0</version>
</dependency>