dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

Replace legacy test cases with JUnit tests #11

Open dragon66 opened 9 years ago

dragon66 commented 9 years ago

Current testing classes inside the cafe.test package do not provide any other ways then exception to indicate whether or not the tested unit is working. Migrating to JUnit test will solve the problem.