Fitness Function Kata

Fitness Function Kata


Maintain the Mock

PenultimateWidgets has started experimenting with flashing the chips on their 'smart' widgets during the manufacturing process, allowing them to make changes in hardware-based code more easily and quickly. However, they must make sure that the mock version of the hardware API the developers use is always up to date with the real API.

  • Categories: atomic, triggered
  • Requirements:
    • Ensure that the mock API always matches method names, parameters, and types
  • Additional Context:
    • A mock testing framework exists that replicates the hardware API, but it must be maintained by the hardware team.