summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/thinkaurelius/titan/testcategory/CassandraSSLTests.java
blob: d1e3dd8b5dc71c278114630e5fb59edfd3333985 (plain)
1
2
3
4
5
6
7
8
9
10
package com.thinkaurelius.titan.testcategory;

/**
 * This is a JUnit category for tests that need to run against Cassandra
 * configured for SSL-based client authentication.
 *
 * If you rename or move this class, then you must also update mentions of it in
 * the Cassandra module's pom.xml.
 */
public interface CassandraSSLTests { }