Class PropertyMatcherBuilder<T,​B extends PropertyMatcherBuilder>

    • Constructor Detail

      • PropertyMatcherBuilder

        public PropertyMatcherBuilder()
    • Method Detail

      • put

        public B put​(String property,
                     org.hamcrest.Matcher<?> matcher)
      • build

        public org.hamcrest.Matcher<T> build()