-1

I am new to unit test. I am trying to create test case of a method which is calling an static method. For this static method I am getting "getting missing behaviour definition for the preceding method call:"

1 Answers1

0

EasyMock can't mock static methods. So that's probably the problem. But having actual failing code will help providing a full answer.

Henri
  • 5,551
  • 1
  • 22
  • 29