Tests (v.2.0.0)
GeDA had undergone a big upgrade in terms of testing.
The performance testing in src/test/load (v.1.1.3) was extracted into a separate module: geda.core-ptest, including web example which is run with jetty - so there is no hassle (you still need the memory switch to make it work).
All other tests can be found in the usual maven place src/test/java
Tests (v.1.1.3)
There are two source directories for testing:
src/test/java
contains the tests needed to make sure that GeDA lives up to expectations.
src/test/load
contains load testing classes in the performance package that you can use to try deeper into how GeDA does things. The performance tests are memory intensive, so please to remember set the java memory options to something like: -Xmx1024M
and real time testing, this is more of a sandbox for proof of concept. Currently there is a web example that can be run to see how GeDA work in real time deployment.
Continuous improvement
If you think of anything useful to add please drop me a line using this form.
Bugs and new features can be tracked/proposed in our jira.
