peterlck / hamcrest

Automatically exported from code.google.com/p/hamcrest
0 stars 0 forks source link

Using some Builder Pattern to make A chainable Matcher #170

Closed GoogleCodeExporter closed 10 years ago

GoogleCodeExporter commented 10 years ago
The feature I'm talking about is to make Hamcrest almost like JMock
where you can say something like must match actual.getObject, 
expected.getObject and actual.getChild matches expected.getChild

Such that it throws one AssertionError and Describes the violating 
Matchers..... Its to Make Matching less Code and More useable in my Mind

Willing to implement the Code if you thing the concept is apropriate!

Original issue reported on code.google.com by Rolo.Reaper on 12 Jan 2012 at 5:51