Released Version 1.0.0
[simple-mapper] / src / test / java / de / juplo / jackson / SimpleMapperTest.java
2017-05-12 Kai MoritzRefined packaging: moved all classes into package de...
2016-06-23 Kai MoritzRefined logging-statements of SimpleMapperTest
2016-06-22 Kai MoritzImplemented tests for the handling of an object
2016-06-22 Kai MoritzImplemented tests for the handling of an array
2016-06-22 Kai MoritzImplemented tests for the handling of empty objects
2016-06-22 Kai MoritzImplemented tests for the handling of empty arrays
2016-06-22 Kai MoritzUnified handling of empty input: return always null
2016-06-22 Kai MoritzImplement test-cases to test the handling of empty...