ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Add tests for the data_objects module #83

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

What

This PR adds unittests for the data_objects module, up to 100% coverage 🎉 Also changed some JavaDoc and fixed some issues with the Profile and KeyPair classes (public attributes/missing methods).

Why

Because we need test coverage, and we forgot to test this module properly.

How

Unittest using junit

Alternative implementation

n/a

Notes

n/a