Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spy(T obj, Closure interactions) method is missing #1028

Closed
Vampire opened this issue Sep 13, 2019 · 0 comments · Fixed by #1115
Closed

Spy(T obj, Closure interactions) method is missing #1028

Vampire opened this issue Sep 13, 2019 · 0 comments · Fixed by #1115

Comments

@Vampire
Copy link
Member

Vampire commented Sep 13, 2019

Unless I overlooked something, I miss a Spy(T obj, Closure interactions) method to do

def availableRestrictions = Spy(availableRestrictionsInstance) {
    stream() >> { callRealMethod().limit(amount) }
}

instead of

def availableRestrictions = Spy(availableRestrictionsInstance)
availableRestrictions.stream() >> { callRealMethod().limit(amount) }
szpak added a commit that referenced this issue Mar 10, 2020
Co-authored-by: Marcin Zajączkowski <szpak@users.sourceforge.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant