truptivala / 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 8 years ago

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
It would help if you could show an actual Java example for a simple test case.

Original comment by dharkn...@gmail.com on 20 Jan 2012 at 6:42

GoogleCodeExporter commented 8 years ago
tagged Java

Original comment by t.denley on 12 May 2012 at 10:18

GoogleCodeExporter commented 8 years ago
Without any kind of examples it is difficult to move forward with this.  Please 
feel free to re-open with some example code, or at least a more thorough 
explanation.

Original comment by t.denley on 29 Jul 2012 at 5:22