MockCreator
Java Mock Generator.
MockCreator
Category
License
Development Status
Company
Latest VersionTesting
LGPL
N/A
N/A
2004-09-26
A Mock object is an object having the same interface as some real object, but is actually configurable imitation of it. With MockCreator we generate a Mock type and supply it to our test instead of the original object. Before each test, we configure the mock object to behave in such a way we would expect the real object to behave in the scenario.