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