func mockable<ReturnType >(ParameterType ..., function: String, file: StaticString , line: UInt) -> Mockable<ReturnType >
Creates a
Mockable
for function
with parameters
.Framework
func mockable<ReturnType >(ParameterType ..., function: String, file: StaticString , line: UInt) -> Mockable<ReturnType >
Mockable
for function
with parameters
.