All Projects → yandex-qatools → matchers-java

yandex-qatools / matchers-java

Licence: Apache-2.0 License
Java library which implements hamcrest matchers for collections and webdriver webelements. Includes a few matcher decorators to handle timeout issues.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to matchers-java

minitest-matchers vaccine
💉 Adds matcher support to minitest without all the other RSpec-style expectation "infections."
Stars: ✭ 33 (-36.54%)
Mutual labels:  matchers
rspec-hanami
RSpec Matchers for Hanami
Stars: ✭ 47 (-9.62%)
Mutual labels:  matchers
java-8-matchers
Hamcrest Matchers for Java 8 features
Stars: ✭ 23 (-55.77%)
Mutual labels:  hamcrest
jest-json-schema
✨ JSON schema matcher for Jest
Stars: ✭ 152 (+192.31%)
Mutual labels:  matchers
simple-excel
Generate excel sheets in Java
Stars: ✭ 85 (+63.46%)
Mutual labels:  hamcrest
Jest Extended
Additional Jest matchers 🃏💪
Stars: ✭ 1,763 (+3290.38%)
Mutual labels:  matchers
Kotest
Powerful, elegant and flexible test framework for Kotlin with additional assertions, property testing and data driven testing
Stars: ✭ 3,234 (+6119.23%)
Mutual labels:  matchers
match-screenshot
A simple Jest or Chai matcher to compare screenshots, using Applitools Eyes
Stars: ✭ 14 (-73.08%)
Mutual labels:  matchers

Matchers Java

release Coverage Status

Collection of useful Hamcrest's matchers for everyday testers life.

Usage:

Choose one of the modules and add to your pom.xml

<dependency>
    <groupId>ru.yandex.qatools.matchers</groupId>
    <artifactId>{module.artifactId}</artifactId>
    <version>{lib.release.version}</version>
</dependency>
  • WebDriver Matchers
    Maven Central
    webdriver-matchers - Matchers library to work with WebDriver WebElement interface.

  • Collections Matchers
    Maven Central
    collection-matchers - Matchers library to work with collections.

  • Common Matchers
    Maven Central
    common-matchers - Matchers library with matchers for common use cases.

  • Java NIO Matchers
    Maven Central
    nio-matchers - Matchers library with matchers for Java NIO.

  • Matcher Decorators
    Maven Central
    matcher-decorators - Decorators which allows handle additional condition issues (e.g. timeouts) directly in the assertion statements.

Also:

You can find more useful libs and examples on wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].