Mock Method Param Model
A simple implementation of MockMethodParamModel for use in tests.
Constructors
Link copied to clipboard
open fun MockMethodParamModel(typeSpec: TypeSpec, name: String, annotations: List<Annotation>, externalAnnotations: List<AnnotationSpec>, representedObject: Any)