intellimate / Izou

A home automation API for the Raspberry Pi in java. javadoc: http://intellimate.github.io/Izou/apidocs/overview-summary.html
Other
5 stars 0 forks source link

Rework Unit Tests #15

Open LeanderK opened 9 years ago

LeanderK commented 9 years ago

Currently the state of our unit-tests is not very satisfying. Our coverage is not very good and there are no Mock-Objects for important classes. This makes test-driven development Izou as well as Plugins more or less impossible.

Because resource provider should have serious limits when supplying an event, performance testing should be the norm. But for integration testing you have to reinvent the wheel.

The goal of this Proposal is:

jundl77 commented 9 years ago

not much more to be said here - quit obvious that this is necessary