What does the PR achieve/Which part improves the PR?
This fixes the issue that kspy is generated, while not declared in terms of generics.
Also it resolves the small issue that declared aliases can not be used via spyOn.
Lastly it makes spiesOnly capable to enable all Spies in order to avoid error prone behaviour.
:pushpin: References
What does the PR achieve/Which part improves the PR?
This fixes the issue that
kspy
is generated, while not declared in terms of generics. Also it resolves the small issue that declared aliases can not be used viaspyOn
. Lastly it makesspiesOnly
capable to enable all Spies in order to avoid error prone behaviour.:thinking: DOD Checklist