mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-06 04:55:30 -04:00
- Removed JMock dependency, tests rewritten to use Mockito for stub/mock - All test should now be using JUnit annotation-style tests - All modules should now depend on same JUnit version - Rewrote a few tests to better utilize JUnit annotations - Fixed a few broken tests - Code style changes
5 lines
337 B
Plaintext
Executable File
5 lines
337 B
Plaintext
Executable File
- These readers/writers could probably benefit alot from using JNI with nio
|
|
bytechannel buffers... RFE to JMagick guys?
|
|
- Create stream providers and allow creating an ImageInputStream from a
|
|
MagickImage? Does that even make sense? Or maybe create File based streams
|
|
that exposes the file name for JMagick to write directly. |