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

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -