Skip to content

Releases: jcabi/jcabi-matchers

refresh

07 Aug 16:31
Compare
Choose a tag to compare

See #70, release log:

Released by Rultor 1.75.1, see build log

saxon up to 11

24 Aug 05:26
Compare
Choose a tag to compare

See #52, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

upgrade to jcabi 1.27.0

29 Jul 08:09
Compare
Choose a tag to compare

See #46, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

jcabi-w3c 1.3

14 Jan 18:38
Compare
Choose a tag to compare
jcabi-w3c 1.3 Pre-release
Pre-release

See #35, release log:

Released by Rultor 1.62.2, see build log

RegexMatchers

07 Oct 22:13
Compare
Choose a tag to compare

W3CMatchers

05 May 14:02
Compare
Choose a tag to compare

This version introduces W3CMatchers that can match your HTML or CSS against W3C online validator. More details here: http://matchers.jcabi.com/w3c-matchers.html

First stable version

27 Apr 04:45
Compare
Choose a tag to compare

This is the first stable version after migration from rexsl-test. The library contains a few convenient XML/XHTML matchers:

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

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