Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Testing & Debugging

mpermar edited this page Jan 25, 2012 · 3 revisions

Test Status

Rayo Server provides a test status page on Hudson and can be viewed here: http://ci.voxeolabs.net/jenkins/job/Rayo/

Running Tests

  • To run all tests: mvn test
  • To run a single test: mvn -Dtest=TestClassName test
  • To run several tests: mvn -Dtest=Test*ClassNames test

Debugging

/opt/voxeo/prism/bin/prism run as-debug

This will start the Prism app sever in debug mode. It will wait until you attach a Java debugger on port 8000.