You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Currently it is an ULayer which makes it impossible to use it for example in a foldLeft as the empty expectation, and Expectation.NoCalls is not public.
We should be able to do
valmock= examples.foldLeft(Api.empty) { case (mock, example) => mock &&Api.xyz(equalTo(example)) }
The text was updated successfully, but these errors were encountered:
Currently it is an
ULayer
which makes it impossible to use it for example in afoldLeft
as the empty expectation, andExpectation.NoCalls
is not public.We should be able to do
The text was updated successfully, but these errors were encountered: