kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
33 stars 13 forks source link

Mocking validate_arguments #679

Closed tilk closed 2 months ago

tilk commented 2 months ago

This PR allows to write method mocks with argument validation.

I don't like that mocks using argument validation must be declared on construction. I couldn't find a way to avoid this - if someone has some idea, please let me know.

Fixes #678.