On 2014-08-28, Stefan Bodewig wrote:

> On 2014-08-28, <jlboud...@apache.org> wrote:

>> workwaround to fix unit tests as Hamcrest's IsCollectionContaining seems 
>> buggy

> actually, it is Hamcrest's isA matcher that is borked, stumbled over it
> myself a few times.

and you can use

new org.hamcrest.core.IsInstanceOf(MultiModuleLogger.class)

as an alternative (which works, while the instanceOf factory method has
the same problem as the isA matcher).

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to