Closed sudo-suhas closed 5 years ago
If the user specifies a different package and the mock name is the same as the interface name, the type guard comment will be of the following format:
Ensure, that MyInterface does implement MyInterface.
So use the $sourcePackagePrefix in the comment.
$sourcePackagePrefix
Travis CI error is spurious and would pass if it were retried. Since this is a very minor change, merging it in. I can't, so triggering build with a force push.
If the user specifies a different package and the mock name is the same as the interface name, the type guard comment will be of the following format:
So use the
$sourcePackagePrefix
in the comment.