When a Unit test is run with EasyTest which has @test(expectedException=XXXException.class) annotation, then the test method behaves properly BUT the report generated does not reflect the real picture. The report still shows that the method failed with exception.