This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
Mocking an interface that says it extends Traversable requires adding an iterator to the mock #59
Labels
Milestone
Example:
Doing this will fatal:
Work around requires adding IteratorAggregate as the first argument to the mock types:
The text was updated successfully, but these errors were encountered: