Closed samuelliang closed 8 years ago
I executed the code above with the same versions of JMockit and the JDK (on Windows 7 32bit), but I see no problem. The test always passes, either from my IDE or from Maven.
Oh, Oh. Eclipse IDE confuse me. When I remove JMockit Plugin from Eclipse. This "Mocked real method not found in type" message disappear. And, run pass. Anyway, Thanks rliesenfeld. :)
Hi, rliesenfeld. I am sure this message that was caused from JMockit Plugin. Becasue when I reinstall this plugin, this message appear again. May you response this problem to JMockit Plugin Developer?
OS : Windows 7 x64 JDK : 1.7.80 x64 jmockit.version : 1.22 maven.version : 3.3.9
I follow tutorial happen below two problem: