ScalaMock
ScalaMock copied to clipboard
Permit mocking stackable trait pattern in scala 3
Pull Request Checklist
- [x] I agree to licence my contributions under the MIT licence
- [x] I have added copyright headers to new files
- [x] I have added tests for any changed functionality
Fixes
Fixes mocking classes that implement the stackable trait pattern (i.e. abstract override def
) in scala 3