Releases: fssilva/MockGenerator
Releases · fssilva/MockGenerator
Basic Mock Generation
Contains the basic mock generation.
Limitation
- Code generation for classes only apply for methods (Experimental)
- Generic types are not supported (Coming soon)
func methodGeneric(type: T) -> String- Protocols with function overload are not supported (Coming soon)
func methodWithSingleParam(crvsh: String) -> Bool
func methodWithSingleParam(crvsh: Int) -> Bool