Skip to content

Basic Mock Generation

Latest

Choose a tag to compare

@fssilva fssilva released this 19 Jul 09:54
· 27 commits to master since this release
df0431f

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