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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -