AMOS-ss16-proj3 / amos-ss16-proj3

Repository for the wireshark plugin development project of the AMOS 16 course
GNU Affero General Public License v3.0
10 stars 12 forks source link

Prepare unit testing #6

Closed dustywind closed 8 years ago

dustywind commented 8 years ago

As our plug-in grows more and more complex we require automated tests in order to guarantee that everything works. These tests should be integrated with Travis-ci and communicate any error through a failing build.

Following result is expected:

dustywind commented 8 years ago

Our tool of choice is cunit. It is licensed under LGPL and offers basic assertions and failure-statistics. All code concerning testing can be found in the test folder