Cassandra-unit is not compatible with dropwizard-metrics-jmx. The problem is that since 4.x the JmxReporter moved out of dropwizard-metrics-core and the package name changed. When the cassandra driver starts a JmxReporter the class is not there.
Cassandra should not start a JMX Reporter during unit tests. Luckily this can be disabled through Cassandra configuration.
Please disable reporting metrics by default. Another option is to disable metrics completely.
Cassandra-unit is not compatible with dropwizard-metrics-jmx. The problem is that since 4.x the JmxReporter moved out of dropwizard-metrics-core and the package name changed. When the cassandra driver starts a JmxReporter the class is not there.
Cassandra should not start a JMX Reporter during unit tests. Luckily this can be disabled through Cassandra configuration.
Please disable reporting metrics by default. Another option is to disable metrics completely.