0 Replies Latest reply on Nov 21, 2011 1:03 PM by kkangsar

    Question on Junit Test

    kkangsar

      Hi,

       

      I am written a Junit Test Case which calls a delegate class, when I called the method through the interface class, I get a Null pointer exception, but when I called the implementation class directly, I don't have the issue.

       

      Can anyone tell me why?