leoture / MockSwift

MockSwift is a Mock library written in Swift.

Home Page:https://adoring-varahamihira-bbe99d.netlify.app/documentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

given() with a completion block

leoture opened this issue Β· comments

πŸš€ Describe the feature you'd like

given(mock) {
$0.doSomething().will{ }
$0.doOtherThing().will{ }
}

πŸ›  Describe the implementation you've considered

A clear and concise description of any implementation solutions you've considered.

ℹ️ Other information