EasyMock "m machers expected, n recorded" problem

在使用EasyMock时,如果在你的expectation中提供的参数中,有一个是使用了IArgumentMacher提供的,则所有的参数都要使用IArgumentMacher。否则,EasyMock会在这里报错:

 

 

java.lang.IllegalStateException: M matchers expected, N recorded.

你可能感兴趣的:(EasyMock "m machers expected, n recorded" problem)