1 package com.atlassian.activeobjects.junit; 2 3 // marker interface for catergorizing tests 4 public interface MySqlTest { 5 }