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

/**
 * This is a JUnit category for tests that don't need a Cassandra server.
 * 
 * If you rename or move this class, then you must also update mentions of it in
 * the Cassandra module's pom.xml.
 */
public class StandaloneTests { }