In Eclipse, how do I see the input to Assert.assertEquals when it fails? -
i'm not of eclipse guru, please forgive clumsiness.
in eclipse, when call assert.assertequals(obj1,obj2) , fails, how ide show me obj1 , obj2?
i'm using jexample, guess shouldn't make difference.
edit: here's see:
http://img86.yfrog.com/img86/3002/jexample.png.
if information in junit view not enough you, can set exception breakpoint on, example, java.lang.assertionerror. when running test, debugger stop before exception being thrown.
Comments
Post a Comment