News

The overloaded assertions introduced as part of #1638 broke Groovy's dynamic method dispatch. For example the following code yields the following exception: assertEquals(2, new Integer(2), "some me ...