first commit for new repo
[sdc/sdc-titan-cassandra.git] / src / test / java / com / thinkaurelius / titan / testcategory / CassandraSSLTests.java
1 package com.thinkaurelius.titan.testcategory;
2
3 /**
4  * This is a JUnit category for tests that need to run against Cassandra
5  * configured for SSL-based client authentication.
6  *
7  * If you rename or move this class, then you must also update mentions of it in
8  * the Cassandra module's pom.xml.
9  */
10 public interface CassandraSSLTests { }