GithubHelp home page GithubHelp logo

Comments (6)

npathai avatar npathai commented on July 20, 2024 2

We already have this feature just with a slightly different name
assertThat(map, anEmptyMap()); for checking emptiness and
assertThat(map, aMapWithSize(2)); for checking the size.

from javahamcrest.

Derbeth avatar Derbeth commented on July 20, 2024

What about IsMapWithSize.anEmptyMap() and IsMapWithSize.aMapWithSize()? That do exactly what you want. See #34

from javahamcrest.

mattbishop avatar mattbishop commented on July 20, 2024

You're right they do work. This issue is to put methods on the Matchers class itself. Most people don't know to look further than the Matchers class' static methods.

Matt Bishop

On 2013-06-28, at 2:59 AM, Piotr Kubowicz [email protected] wrote:

What about IsMapWithSize.anEmptyMap() and IsMapWithSize.aMapWithSize()? That do exactly what you want. See #34


Reply to this email directly or view it on GitHub.

from javahamcrest.

UrsMetz avatar UrsMetz commented on July 20, 2024

@mattbishop I think the static methods contained inside the Matchers class are automatically created: factory methods annotated with @Factory inside the Matcher classes like IsMapWithSize are "copied" over there, cf. http://github.com/hamcrest/JavaHamcrest/blob/master/hamcrest-generator/src/main/java/org/hamcrest/generator/config/XmlConfigurator.java and the generate-module-factory calls in https://github.com/hamcrest/JavaHamcrest/blob/master/build.xml

from javahamcrest.

josephw avatar josephw commented on July 20, 2024

Both methods were marked with @Factory since they were introduced in 749ef4b; there's nothing else to fix here.

from javahamcrest.

npathai avatar npathai commented on July 20, 2024

I think this issue should be closed.

from javahamcrest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.