资 源 简 介
Mock Fu is a library for writing unit tests in Java using mock objects. Mock objects are used to isolate units (software modules) by simulating their dependencies, and to create assertions about the interactions with those dependencies. Mock Fu generates mock objects dynamically at runtime, in a simple, yet type-safe and refactoring-safe manner.