https://github.com/mockito/mockito-cglib
Contains the integration with cglib which has been discontinued in the core mockito in favor of ByteBuddy
https://github.com/mockito/mockito-cglib
Last synced: about 2 months ago
JSON representation
Contains the integration with cglib which has been discontinued in the core mockito in favor of ByteBuddy
- Host: GitHub
- URL: https://github.com/mockito/mockito-cglib
- Owner: mockito
- License: mit
- Created: 2015-07-08T04:11:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T14:06:17.000Z (almost 10 years ago)
- Last Synced: 2025-05-07T19:09:31.442Z (about 2 months ago)
- Language: Java
- Size: 508 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mockito-cglib
Contains the integration with cglib which has been discontinued in the core mockito in favor of ByteBuddy.
The source code kept here 'just in case' we need that in the future. We hope not to ship Mockito with cglib any more.