Simple helper assertions.
Simple helper assertions. Some stolen from Akka akka.testkit.TestKit.scala for now.
A utility trait for integration testing.
A utility trait for integration testing. Manages *one* single Cassandra server at a time and enables switching its configuration. This is not thread safe, and test suites must not be run in parallel, because they will "steal" the server.