eigengo / scalad

Scala Data access for NoSQL databases
47 stars 15 forks source link

Added more tests to serializer/deserializer #20

Closed adinapoli closed 11 years ago

adinapoli commented 11 years ago

Hi guys,

I partially rewrote the tests to have a nice clean API to test serialization/deserialization, as well as to check if particular exceptions are raised. You will notice there are a bunch of TODOs in the tests: I still don't have the code-base knowledge to thoroughly understand which type of data will be passed to the serializer.

Feel free to comment the committed code so I can fix it in case I misunderstood something.

Cheers, A.