Skip to content

Releases: fssilva/MockGenerator

Basic Mock Generation

19 Jul 09:54
df0431f

Choose a tag to compare

Contains the basic mock generation.

Limitation

  1. Code generation for classes only apply for methods (Experimental)
  2. Generic types are not supported (Coming soon)
func methodGeneric(type: T) -> String
  1. Protocols with function overload are not supported (Coming soon)
func methodWithSingleParam(crvsh: String) -> Bool
func methodWithSingleParam(crvsh: Int) -> Bool