Testing
Rama modules can be easily tested using a built-in facility called InProcessCluster. The com.rpl.rama.test package provides a nice Clojure API to using InProcessCluster
and other testing facilities. See the main page on testing for complete details on testing facilities available, which all have corresponding analogues in com.rpl.rama.test
. The intro blog post and rama-demo-gallery also have many examples of using InProcessCluster
through the Clojure API.