spat1978 / mockito

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

LocalizedMatcher implements Matcher even though directly told not to #428

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi.

The class src/org/mockito/internal/matchers/LocalizedMatcher.java implements 
org.hamcrest.Matcher, which changed in Hamcrest, and that renders mockito 
unbuildable with the latest version of Hamcrest.

I am hereby asking you to kindly extend org.hamcrest.core.BaseMatcher as the 
method _dont_implement_Matcher___instead_extend_BaseMatcher_()* firmly 
suggests, so that your package can be built with newer versions of Hamcrest.

Thank you very much for considering my request. Tomas Radej

* Which you did implement, adding a comment 'yeah right'

Original issue reported on code.google.com by to...@radej.cz on 25 Mar 2013 at 3:59

GoogleCodeExporter commented 8 years ago
Hey Tomas,

I will consider it :) We'll look into it.

Original comment by szcze...@gmail.com on 27 Mar 2013 at 7:26

GoogleCodeExporter commented 8 years ago

Original comment by brice.du...@gmail.com on 29 Apr 2013 at 4:05