Open JoaquinIglesiasTurina opened 1 year ago
Examples using Built-in Mocks fail, both on the documentation and example code
I've only explored this issue for MockRandom. The system under test fails to call the mocked provided layer. The live Random is called.
MockRandom
Random
I've also run the test example from the docs, and verified it fails.
Have you found any solution?
Examples using Built-in Mocks fail, both on the documentation and example code
I've only explored this issue for
MockRandom
. The system under test fails to call the mocked provided layer. The liveRandom
is called.I've also run the test example from the docs, and verified it fails.