jcabi-matchers

Hamcrest Matchers

Лицензия

Лицензия

BSD
Группа

Группа

com.jcabi
Идентификатор

Идентификатор

jcabi-matchers
Последняя версия

Последняя версия

1.5.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

jcabi-matchers
Hamcrest Matchers
Организация-разработчик

Организация-разработчик

jcabi.com
Система контроля версий

Система контроля версий

https://github.com/jcabi/jcabi-matchers

Скачать jcabi-matchers

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.jcabi/jcabi-matchers/ -->
<dependency>
    <groupId>com.jcabi</groupId>
    <artifactId>jcabi-matchers</artifactId>
    <version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcabi/jcabi-matchers/
implementation 'com.jcabi:jcabi-matchers:1.5.3'
// https://jarcasting.com/artifacts/com.jcabi/jcabi-matchers/
implementation ("com.jcabi:jcabi-matchers:1.5.3")
'com.jcabi:jcabi-matchers:jar:1.5.3'
<dependency org="com.jcabi" name="jcabi-matchers" rev="1.5.3">
  <artifact name="jcabi-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcabi', module='jcabi-matchers', version='1.5.3')
)
libraryDependencies += "com.jcabi" % "jcabi-matchers" % "1.5.3"
[com.jcabi/jcabi-matchers "1.5.3"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.hamcrest : hamcrest jar 2.1
com.jcabi : jcabi-log jar 0.17.2
com.jcabi : jcabi-xml Необязательный jar 0.20.1
com.jcabi : jcabi-http Необязательный jar 1.16
com.jcabi : jcabi-w3c Необязательный jar 1.3
com.jcabi : jcabi-aspects Необязательный jar 0.22.6

provided (6)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.16.18
javax.xml.bind : jaxb-api jar 2.2.12
javax.xml.bind : jsr173_api jar 1.0
javax.ws.rs : jsr311-api jar 1.1.1
net.sourceforge.saxon : saxon Необязательный jar 9.1.0.8
net.sourceforge.saxon : saxon Необязательный jar 9.1.0.8

runtime (1)

Идентификатор библиотеки Тип Версия
org.glassfish.jaxb : jaxb-runtime jar 2.2.11

test (4)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar 3.6
commons-io : commons-io jar 2.5
org.glassfish : javax.json Необязательный jar 1.1
com.sun.jersey : jersey-client jar 1.19.3

Модули Проекта

Данный проект не имеет модулей.

EO principles respected here Managed by Zerocracy DevOps By Rultor.com

Build Status PDD status Build status Javadoc

jpeek report Maven Central Dependencies

More details are here: matchers.jcabi.com. Also, read this blog post: XML/XPath Matchers for Hamcrest.

The library contains a collection of convenient Hamcrest matchers. For example:

import com.jcabi.matchers.XhtmlMatchers;
import org.hamcrest.MatcherAssert;

MatcherAssert.assertThat(
  "<test><name>Jeff</name></test>",
  XhtmlMatchers.hasXPath("/test/name[.='Jeff']");
);

Questions?

If you have any questions about the framework, or something doesn't work as expected, please submit an issue here.

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice
com.jcabi

jcabi.com

Small java components

Версии библиотеки

Версия
1.5.3
1.5.1
1.5
1.4
1.3
1.2
1.1
1.0