Reputation: 16755
My scala
/play
application uses cassandra
database. I want to unit-test the database services. I believe I can use ccm
tool to create a cluster locally. I am able to do so following the instruction at https://github.com/riptano/ccm/blob/master/README.md
But I can't figure out how to start, stop and populate the cluster programatically in the unit test (Playspec
).
Upvotes: 0
Views: 26