My Scala
Play
application uses cassandra database. I want to unit-test the DAO classes. I have created but I don't know if there is a framework which is specifically built for this. Is there one?
I can't say about DAO classes in Play framework, but usually you can use either embedded-cassandra or cassandra-unit for unit testing of applications that are working with Cassandra.