In the process of software development there is often the need for dummy object. One of the main reasons for their usage is the fact, that a database or another data-provider might not be ready or available in the current stage of development.
Normally a developer would implement some methods to create those dummy objects with random data. If you have many classes, this might become a quick time-consuming task. A good solution would be a library, which creates those objects automatically.