More control over mock object generation!
Brought to you by:
ivan_r_moore,
mpcooke3
Hello,
When I want to generate a new mock object for a
selected Java interface in Eclipse, I would only like a
stub class named 'Mock<interface>' with the methods
required to implement the interface and it's parent
interface. This is only a small extension to
the "Implement interface" functionality that can be found
in the Eclipse JDT.
With a mock class selected in Eclipse, I would like the
option of adding only the expectations I want to the
mock class. Some wizards would be helpful here.
Ringo