InnoZ / MAS

analysis and (potentially) development of a multi-agent simultation for carsharing
Apache License 2.0
0 stars 0 forks source link

JUnit tests #34

Closed wese-da closed 8 years ago

wese-da commented 8 years ago

To make sure, the current code works (and works the way it should) apart from compile errors, we should consider to start writing tests...

wese-da commented 8 years ago

A possible out-of-the-box solution for this issue: I have committed an ant build file. This file is run every time we want to create a new jar.

The advantage is: Once we have test cases, we can add a junit parameter to the file to run these tests on every build. It's also possible to let the ant build fail if one of the tests fails. Thus, we (respectively me ;) wouldn't create invalid builds anymore.

wese-da commented 8 years ago

Since there was no objection until now, I'm closing this issue.