Name | Date | Size | |
---|---|---|---|
.. | 05-Nov-2014 | 4 KiB | |
licenses/ | 05-Nov-2014 | 4 KiB | |
README.TXT | 05-Nov-2014 | 472 | |
src/ | 05-Nov-2014 | 4 KiB |
README.TXT
1This mockito subproject repackages cglib + asm to avoid problems with conflicting versions. 2 3Unfortunately, jarjar was not able to repackage sources 4therefore I'm using this subproject to repackage cglib+asm. 5We should NEVER modify cglib/asm - sources are here only for the sake of repackaging. 6 7Source was obtained from https://github.com/mockito/mockito/tree/master/cglib-and-asm and cglib+asm 8has been included in the Mockito builds since 2008 in Mockito 1.5. 9