Mocking Framework for Test Automation

Jade now implements a Mocking framework, which enables you to create mock objects that mimic the interface of real objects and simulate their behavior. In addition, the mock provides information about which methods of an object were called and in what order.

The Mocking framework is implemented as a package exported from a user schema; not RootSchema classes. As the framework is open source, you can modify and extend it.

Download the Mocking framework files from the JADE-Mocking link at https://github.com/jadesoftwarenz.