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

Use the new service locator to test all testable classes #235

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a developer I want to test as many code as thoroughly as possible so that I'm sure that my software is working as expected.

What

This issue adds more tests to the repository that will crank up the code coverage.

Why

This issue is needed for the project because we want to be sure that our app works as expected and we do not get unexpected behavior when we do something different with the app than usual.

How

This feature can be added by testing as much as possible.

Definition of ready

This features is not ready until the following issues are finished:

Definition of done

This task can be considered done when

Notes